Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Buddypress admin bar missing – can’t get it back! eeeeek! help, please.


  • joshuathecreated
    Member

    @joshuathecreated

    http://www.kylelife.com

    Hello all!

    I use a Studiopress child theme (News) with their plugin to make it Buddypress compatible (genesis connect). Their support got to the point where they forwarded me here, so hopefully I can get some help.

    We accidentally selected to use the WordPress admin bar (as opposed to the BP admin bar) and were surprised when we couldn’t find an option to select it back to using the BP admin bar. We have tried adding filters to the php and nothing has seemed to work. We’ve disabled every plugin (except for BP) to see if it was an issue with any of them and nothing helped.

    At this point, we really need to get the BP admin bar showing for our users. Any/all help is GREATLY appreciated.

    cheers,

    joshua

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

  • joshuathecreated
    Member

    @joshuathecreated

    If anyone is able to help for hire, I’m open to that too. We REALLY need to get this resolved ASAP and I’m stuck.

    cheers,

    joshua


    9087877
    Inactive

    1.) create a file in your plugins directory and name it bp-custom.php
    2.) Insert the below code and save the file:
    `<?php
    // disables the WP Toolbar and revert back to the BuddyBar
    add_filter( ‘bp_use_wp_admin_bar’, ‘__return_false’ );
    ?>`
    3.) Refresh your browser using Ctrl + F5
    4.) DONE!


    joshuathecreated
    Member

    @joshuathecreated

    wow, you are awesome. any idea on how i can align it to be centered? currently, it’s hugging the left side of the top and isn’t aligned very good.

    thanks!


    9087877
    Inactive

    @joshuathecreated have you tried developer tools like firebug for firefox to isolate the css and tweak it. Google chrome also has developer tools.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Resolved] Buddypress admin bar missing – can’t get it back! eeeeek! help, please.’ is closed to new replies.
Skip to toolbar