Skip to:
Content
Pages
Categories
Search
Top
Bottom

How Do I move The Admin Bar?


  • jtp199
    Participant

    @jtp199

    Hey,

    This is my first post and this is actually my first day with wordpress-mu, buddypress, and ive worked a little bit with bbpress. So I bought the church theme from studiopress.com and the admin bar is stuck inside the wrapper div right where there is a block showing an rss icon and comments and the date. I was a little confused because on every other theme i have seen it outside of the wrapper div so that its completely epxpeaded at the very top of the page. I have searched on google and in the forums and i haven’t found a fix or one i could at least understand. I’ve looked through all of my pages to try and see where it would be located to be able to move it but i couldn’t either. I wanted to see if i could at least change it in firebug and that worked but i just couldn’t find the right stuff to change the position so does anyone know how i could do this?

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

  • r-a-y
    Keymaster

    @r-a-y

    Check the Church theme’s footer.php.

    Look for a call to wp_footer() amd make sure it is exactly before the </body>.


    jtp199
    Participant

    @jtp199

    does this work

    <?php do_action(‘wp_footer’); ?>

    </div>

    </body>

    Or should it be

    </div>

    <?php do_action(‘wp_footer’); ?>

    </body>


    r-a-y
    Keymaster

    @r-a-y

    The second one.

    Not sure if this will break any custom functionality that the Church theme uses (custom widgets and the like).

    But it will make the BuddyBar show up correctly.


    jtp199
    Participant

    @jtp199

    It works!! I should of just asked here first lol..I just didn’t to be one of those people who just instantly ask stuff where i could of found it with no problem. Well that took you like 30secs where it at least took me 6 hours lol.

    Thank you!


    r-a-y
    Keymaster

    @r-a-y

    Haha! No problem!

    I know how that feels.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How Do I move The Admin Bar?’ is closed to new replies.
Skip to toolbar