Activity

  • Milena started the topic admin toolbar not showing in the forum BuddyBoss 4.0 9 years, 7 months ago

    1) i dont know if its related to the wordpress update, but my admin toolbar is gone.
    i mean the one from the front end.

    i shot down all the plugins except buddypress, and no- it is not connected to that.
    just in case i re-uploaded the css files. it is not showing up.

    2) when it is hopefully fixed- i want it shown to both logged in and logged out users. i checked in the proper setting at buddypress.

    i found this part in the css

    /* hide the adminbar by default */
    body #wpadminbar {
    display: none;
    }

    /* show the adminbar for logged IN users */
    body.logged-in #wpadminbar {
    display: block;
    }

    do i need to change it to show for logged out and logged in users?

    thanks