Skip to:
Content
Pages
Categories
Search
Top
Bottom

Tool bar not visible to all users (logged out)


  • brianstoiber
    Participant

    @brianstoiber

    I have a site that checked the box next to Show the Toolbar for logged out users in the settings. However it doesn’t appear to do anything? When I visit the site, it does not show the tool bar for anyone other than logged in admins.

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

  • Nahum
    Participant

    @nahummadrid

    “Show the Toolbar for logged out users” doesn’t sound like a wp or bp setting? Is that a setting of your theme or a plugin? I could be wrong of course but sounds like something to do with theme/plugin.


    Nahum
    Participant

    @nahummadrid

    Yep, I was wrong! It is a BP setting sorry. still does your theme/a plugin you have also have admin bar settings?


    brianstoiber
    Participant

    @brianstoiber

    I am on the BuddyPress Settings page and under Options, the first one is

    Main Settings
    Tool Bar Show the Toolbar for logged out users

    https://imgur.com/76EN0i7


    Nahum
    Participant

    @nahummadrid

    @brianstoiber do you happen to have woocommerce installed? I just noticed this myself. I turned off woocommerce and it revealed the toolbar.


    Nahum
    Participant

    @nahummadrid

    This is what I did to force it back. I put this in my functions. You could try that

    add_filter( 'show_admin_bar', '__return_true' );


    brianstoiber
    Participant

    @brianstoiber

    This is showing the admin bar but it is empty.


    Nahum
    Participant

    @nahummadrid

    Thats weird. You should see on the left side a Log In and Register link and a search icon on the right.

    And you are not using any other plugin or code snippet to modify the admin bar in some way or making your site private? You have the General setting of Anyone can register ticked?


    brianstoiber
    Participant

    @brianstoiber

    I figured it out. Membership 2 was causign the issue.

Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.
Skip to toolbar