• dbwieler

    (@dbwieler)


    Hey, quick question..

    The admin bar doesn’t show up for me. There is a gap at the top of the page where it’s supposed to be, but it’s blank.

    I’ve even gone as far as removing ALL the code and css from the files and loading the page with just <body> tag’s.
    It does it in even browser
    Anyone know what’s going on with it?
    I did notice this:

    <style type="text/css" media="print">#wpadminbar { display:none; }</style>

    That should only have to do with printing the page…?

Viewing 5 replies - 1 through 5 (of 5 total)
  • govpatel

    (@govpatel)

    check if you have deactivated from profile

    What’s the link to the site?

    verphiztual

    (@verphiztual)

    I think here is the solution. I have the same problem before.

    at your header.php before the end of </head>, put <?php wp_head(); ?>.

    at your footer.php before the end of </body>, put <?php wp_footer(); ?>

    it should look like this:

    <?php wp_head(); ?>
    </head>

    and

    <?php wp_footer(); ?>
    </body>
    </html>

    hope that helps.

    Thread Starter dbwieler

    (@dbwieler)

    Thank verphiztual,

    Perfect solution.
    =D

    verphiztual

    (@verphiztual)

    you’re welcome.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Admin Bar’ is closed to new replies.