Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Wordpress admin menu messed

Tags:

css

wordpress

Today I have a really strange problem. My WordPress admin menu is a mess and disappears on hover. I've tried deactivating all the plugins, changing the theme, but nothing works.

Has anyone any ideas? I cannot check in "Firebug", because if I open it, my menu reloads and everything appears fine. It's the same if I refresh the page, but without change url. You can see it in the print screen.

I don't use any custom admin style or scripts.

Wordpress 4.3

enter image description here

like image 718
Beata Dutkiewicz Avatar asked Sep 06 '15 07:09

Beata Dutkiewicz


People also ask

How do I customize the admin bar in WordPress?

Upon activation, go to Settings » Adminimize page and look for Admin Bar Backend Options and Admin Bar Front End Options tabs. Clicking on each of them will take you to the admin bar options where you can select which items to display in WordPress admin bar. You can also choose items visible to each user role.


1 Answers

Which browser are you using? There is a known bug in chrome more info here: http://wptavern.com/a-bug-in-chrome-45-causes-wordpress-admin-menu-to-break

The source of the problem stems from Slimming Paint which is enabled by default in Chrome 45. Disabling slimming paint fixes the issue.

To disable this feature, visit chrome://flags/#disable-slimming-paint in Chrome and Enable the Disable slimming paint option, and make sure the other two Enable options are disabled because they will override the Disable option.

Also from the sounds of it looks like google will be fixing this as well soon

the Chrome Development bumped up the priority of the bug and a fix is likely come out before version 47 https://code.google.com/p/chromium/issues/detail?id=509179

like image 141
NooBskie Avatar answered Nov 04 '22 15:11

NooBskie