• Resolved brightonmike

    (@brightonmike)


    Hi

    Having updated to 3.3, the new admin bar has no styles and sits at the bottom of the pages.

    I’ve tried emptying my cache both browser and server.

    I do use a custom admin theme but first of all the problem persists when disabled, and secondly it only over rides aesthetics and does not affect layout.

    Using Chrome Developer tools, when I inspect the bar, it’s not loading any styles at all.

    I have checked my wp-admin files and all the CSS files are there but for some reason WordPress is not loading these styles.

    Ideas?

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter brightonmike

    (@brightonmike)

    Problem solved. I was using the functions.php to disable the old admin bar.

    It seems if you were doing this, you now need to remove the code.

    wp_deregister_script('admin-bar');
    wp_deregister_style('admin-bar');

    Can I make the suggestion that this should be added to the sticky. This was a well publicised hack a lot of people will be using so it will save a lot of duplicate topics.

    I’m glad you both got your issues sorted.

    Thread Starter brightonmike

    (@brightonmike)

    Thanks for all your help ??

    Much appreciated.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Consider it done in 60 seconds, brightonmike! Nice catch!

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘3.3 New Admin bar has no styles’ is closed to new replies.