Skip to:
Content
Pages
Categories
Search
Top
Bottom

Missing BuddyBar after running BuddyPress Template Pack

  • Hey all,

    I’m missing the admin bar at the top of the page after running BuddyPress Template Pack.

    I’m fairly certain I know why its missing but I just cant find the code to take it out. Here’s the code that’s causing me the issues, or at least I think.

    #wpadminbar { display:none; }

    Now, I didn’t add this and I cant find it anywhere int he template files. Its not in the header I created and I cant find another one that might be causing it. The following is my header file…

    
    <html >
    
    <meta charset=&quot;" />
    <title>
    
    </title>
    <link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;all&quot; href=&quot;" />
    <link rel=&quot;pingback&quot; href=&quot;" />
    <?php
    /*
    * 	Add this to support sites with sites with threaded comments enabled.
    */
    if ( is_singular() && get_option( 'thread_comments' ) )
    wp_enqueue_script( 'comment-reply' )
    wp_head();
    wp_get_archives('type=monthly&format=link');
    ?>
    
    <div id="wrapper">

    The rogue css occurs right before to ends. I think that its probably part of ‘wp_head():’ but I’ve no idea how to edit that.

    Help?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Missing BuddyBar after running BuddyPress Template Pack’ is closed to new replies.
Skip to toolbar