Viewing 4 replies - 1 through 4 (of 4 total)
  • I too can’t see the admin bar on a 3.4 site. It’s there in the back end but not the front. I tried switching themes (including to Twenty Eleven) and tried deactivating some plugins (haven’t tried all yet – went after what I thought were the most likely), but no luck.

    Welvin: are you able to see the admin bar with any other themes, or just Twenty Eleven?

    It disappears in the Photocrati theme also so they must have some code over writing it..

    Thread Starter KDSinc

    (@welvincudas)

    Hi,

    I have solve the issue, somewhere in the theme files i found this code:

    #wpadminbar {
    	display: none;
    }

    And i just deleted them, please try to locate the code somewhere in the files located on CSS Folder. Or try to insert this code to your CSS Stylesheet:

    #wpadminbar {
    	display: inline !important;
    }

    I’m not a coder, but i have solve the issue by this codes also.

    Congratulations!

    I had a different problem: “Show Toolbar when viewing site” had somehow become unchecked >_<

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