BuddyBoss Home – Web Support Forums Themes BuddyBoss theme Buddypress toolbar missing for logged in users

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #66733
    @sheridan

    The buddypress toolbar or profile menu that appears in the upper right hand corner is missing for logged in users. It still shows the login and register button when logged out of the site. This was working on the site until recently.

    Any idea what could be causing this?

    Answers

    #66764
    @sheridan

    Also I noticed this is only happening to subscribers. Users who are set to contributor or administration are able to see the toolbar menu.

    #66801
    @sheridan

    In case anyone else faces this issue, I found out that woocommerce is the culprit. I added these lines of code the functions.php file in the buddyboss child theme and it took care of it.

    remove_filter( 'show_admin_bar', 'wc_disable_admin_bar', 10, 1 );
    show_admin_bar( true );
    #66963
    @vapvarun

    Hi @sheridan
    Glad you have fixed your own.

    Regards
    Varun Dubey

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Buddypress toolbar missing for logged in users’ is closed to new replies.