Toolbar disappears after Woocommerce install
-
I use WP version 4.7, RamboPro theme 2.5 and BuddyPress
After installing Woocommerce, the toolbar disappeared for regular users (users higher than ‘contributor’ do see the toolbar).
There is 1 closed topic in this forums addressing this, yet the solutions do not work for me:
1. Henry Wright suggested the following
“I think WooCommerce might disable the admin bar but I’m not entirely sure why. Try adding this to your theme’s functions.php file:add_filter( ‘woocommerce_disable_admin_bar’, ‘__return_false’ );”
However, this will permanently show the toolbar, even for users who are not logged in (which is what I want to avoid).
Does anyone know a good solution?
- You must be logged in to reply to this topic.