WordPress wpadminbar not setting up its style

I am currently working on a wordpress theme and I have a little problem in my page.

The wpadminbar element is not setting up its style. I have no idea why it is, but it is.

Read More

Screen shot:

wpadminbar error

Related posts

Leave a Reply

4 comments

  1. I had the same problem and added this to the header template:

    <?php
    
    /* Always have wp_head() just before the closing </head>
     * tag of your theme, or you will break many plugins, which
     * generally use this hook to add elements to <head> such
     * as styles, scripts, and meta tags.
     */
    wp_head();
    ?></head>
    
  2. Have you done any debugging with Firebug (a Firefox plugin)? Which styles does your page load?

    From a screenshot this one is a bit hard to solve.

    First guess: you forgot to add the link to the main WP CSS (called admin-bar.css) in your theme’s header.