• Hi,

    Whenever I opt to display the Admin Bar on my website, it never displays correctly. It shows up as an unstyled UL at the bottom of the page.

    I’ve tried installing the WordPress Admin Bar plugin, but it looks the same. I’m starting to think there’s something missing in my code. Could there be?

    Any help would be appreciated. I’m really new at this.

    blog.theaterdownsouth.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • Does your theme has wp_footer before the closing html tag infooter.php? This has sometimes caused problems as the admin bar uses this hook to load.

    Thread Starter darylonwordpress

    (@darylonwordpress)

    Yes it does. I placed it right before the closting </body> tag, just like the Codex instructed.

    Are you on an older version of firefox? There has been problems reported earlier with the admin top bar on (now) old versions of FF. Try, in wp-config, setting the DEBUG to true.

    Source

    Thread Starter darylonwordpress

    (@darylonwordpress)

    I’m on Firefox 5.0.1, and I set the debug to true like you suggested. I cleaned up some code, but none of it had anything to do with the admin bar. It still looks the same. It displays perfectly when I’m on the dashboard, though.

    Thread Starter darylonwordpress

    (@darylonwordpress)

    Would anyone else know of a possible cause for this? Would really appreciate the help ?? Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Top Admin Bar display issues’ is closed to new replies.