Latest BP and WP installed no BP toobar is coming up for members.
-
I don’t see the BP WP toolbar on top for members when they are loged in. I’m using raindrops theme and latest BP and WP
-
@atfpodcast – is the bar there when they are not logged in?
does it do the same thing when using the 2014 or 2015 theme?
have you checked settings –
admin dashboard – settings – buddypress – click the settings tab – checkbox – Toolbar Show the Toolbar for logged out users ?
occur when other plugins are deactivated?
Yes sir the bar is there when are not logged on. I added show_admin_bar( true ); in a function plugin and that did not work. I tried the 2014 theme with the same results. no tool bar. THe one i deactivated was the one from stranger studios hid admin bar to non admins and and I deactivated that.
https://wordpress.org/plugins/hide-admin-bar-from-non-admins/I can confirm that Raindrops theme is working correctly with BP and taht the admin bar is showing up to logged in users.
Deactivate and delete the admin bar plugin. Remove also any custom code you have added in the past concerning the toolbar. The idea is to revert back to a fully standard WP install.
If this doesn’t work, you have to go to your db and check the wp_options table for the toolbar setting.
Search for option_namehide-loggedout-adminbar
where value must contain1
.Deactivate and delete the admin bar plugin. Remove also any custom code you have added in the past concerning the toolbar. The idea is to revert back to a fully standard WP install.
It was already deactivated. I wonder if it left anything altered? that other snip it i added to try does not exist.
If this doesn’t work, you have to go to your db and check the wp_options table for the toolbar setting.
Search for option_name hide-loggedout-adminbar where value must contain 1.im using godaddy so i guess that would be in myphpadmin?
The plugin should be removed from the site too.
And yes! phpmyadmin is the software name who allows you to manage a mySQL DB.The plugin should be removed from the site too.
And yes! phpmyadmin is the software name who allows you to manage a mySQL DB.done. i made an account as a normal user and toolbar is already selected to display but does not show so i will have to go in my db and change that. have not dived in phpmyadmin in a VERY LONG time
Wait if im seeing the admin bar when not logged in do i still need to do that table option?
I dont even see the database for that domain. odd i wonder if i can find it in wp-config.php?
that table is not existent in wp-options i just did a search and it was 0 so now i set it at 1 and im going to see the results
I got it to work. I added
add_action(‘show_admin_bar’, ‘__return_true’, 99); to my custom functions
- The topic ‘Latest BP and WP installed no BP toobar is coming up for members.’ is closed to new replies.