Make WordPress Core

Opened 7 weeks ago

Last modified 7 weeks ago

#65498 new defect (bug)

After Upgrading to 7 the admin panel colors changed to purple

Reported by: jason_hayes Owned by:
Priority: normal Milestone: Awaiting Review
Component: General Version:
Severity: normal Keywords:
Cc: Focuses:

Description

After Upgrading to 7 the admin panel colors changed to purple. Is there a way to fix it. I disabled all my plugins and that didn't help.

Attachments (2)

wp-admin.png (60.9 KB ) - added by jason_hayes 7 weeks ago.
admin default color scheme.png (35.4 KB ) - added by jason_hayes 7 weeks ago.

Download all attachments as: .zip

Change History (10)

#1 @Presskopp
7 weeks ago

Hi, are you using a standard theme (twenty XY)? If so, do you have a screenshot for us? And could you open the browser console to check where the color is coming from, so we have a better chance to reproduce? Thank you.

Last edited 7 weeks ago by Presskopp (previous) (diff)

#2 @jason_hayes
7 weeks ago

I'm using a theme for a directory from Appthemes. Here's the color in the browser inspector:

--wp-admin-theme-color

#3858e9
: #3858e9;

--wp-admin-theme-color--rgb: 56, 88, 233;
--wp-admin-theme-color-darker-10: #2145e6;

#3 @jason_hayes
7 weeks ago

Here is a screenshot of the purple color. it's the text and more and surrounding the text in the circle in the menu.

It also happens on another theme (WordPress 2017)

@jason_hayes
7 weeks ago

#4 @jason_hayes
7 weeks ago

It has changed the admin default color scheme to the one pictured in the screenshot and I'm not sure how to change it back. What is the default wordpress color scheme for admin users? Fresh? Coffee?

Last edited 7 weeks ago by jason_hayes (previous) (diff)

#5 @r1k0
7 weeks ago

Thank you, @jason_hayes, for the ticket. WordPress 7.0 introduced a change to the default color scheme (fresh) to modern. See #64546.

If you would like the 6.9 color scheme, change it from default(modern) to fresh.

#6 @jason_hayes
7 weeks ago

Is that for both admin and users?
Is there a way to change the default to fresh in the database so it's the default again for my clients?

Last edited 7 weeks ago by jason_hayes (previous) (diff)

#7 @r1k0
7 weeks ago

Replying to jason_hayes:

Is that for both admin and users?
Is there a way to change the default to fresh in the database so it's the default again for my clients?

No, this will only apply to the current user it is set in; in your case, it will be the Admin. All other users will have the default color scheme or the one they have selected.

I am not aware of a way to set the default color to fresh in the database, but you could try this plugin, which will get you the result you want: http://wordpress.org/plugins/default-admin-color-scheme/.

From their plugin page:

"Select a default admin color scheme for new and existing users. Optionally disable the color scheme picker to force a color scheme for all users."

Also, check out this comment on a similar forum post, which offers important insights: https://wordpress.org/support/topic/wp-7-0-admin-color-scheme-should-not-force-modern-on-existing-users/#post-18915012

Last edited 7 weeks ago by r1k0 (previous) (diff)

#8 @Presskopp
7 weeks ago

So we have no bug here, right?

Note: See TracTickets for help on using tickets.