Since the upgrade to 3.3, the toolbar in the administration section is broken: the html appears unstyled at the bottom of the page.
Any idea what is causing this?
Since the upgrade to 3.3, the toolbar in the administration section is broken: the html appears unstyled at the bottom of the page.
Any idea what is causing this?
Try working through the solutions listed in http://wordpress.org/support/topic/troubleshooting-wordpress-33-master-list
Thanks a lot esmi. If i switch the theme back to twenty-eleven then the problem disappears so it's probably my theme that's faulty.
At least i know where to look now, thanks °-)
When i find the culprit i'll post it here so i 'm not closing the topic for now.
And it was right there, in my functions.php i had removed the admin bar
wp_deregister_script('admin-bar');
wp_deregister_style('admin-bar');
Great, solved!
You must log in to post.