Hi, How to enable buddypress/admin toolbar? I tried buddypress settings and checked “Show the Toolbar for logged out users” but it did not work. I then added add_filter(‘show_admin_bar’, ‘__return_true’); to functions.php and it now shows but has a few issues.
1. the toolbar width is not set same as theme
2. on mobile devices the header menu is gone. and does not show top menu and toolbar
Can you advise on a fix? Thank you.
Latest WP 3.9 and theme
Hi,
1. I don’t understand your question. For me looks like this: http://screencast.com/t/EabiYbT4
2. Use this CSS for mobile
#wp-toolbar > ul > li {
display: block !important;
}
Thanks!
Hi,
1. What do you mean not match the theme width? Show me a screenshot! The admin bar is not from our theme, the style is from wordpress.
2. I’ve tested on Galaxy S4 and works on landscape to. Why you need that ugly bar there? He is hidden by default.
We have our nice login modal that you can use it: http://screencast.com/t/VExlKmqOy
Thanks!
Hi,
1. the toolbar span 100% and i tried to resize and center with no luck #wpadminbar {??}; check http://postimg.org/image/6dnjcymon/
2. the portrait view does not work. can you check again? i have the same S4 and yes it works on landscape.
thank you.
I was looking to get an answer to the same question and the main reasons I have to use the admin bar are:
1. Because of buddypress options that get added to the admin bar. How do we add buddypress fields to the tagdiv login modal?
2. Tagdiv login modal can only launch from the header menu (top bar of tagdiv) – which is not responsive (is not sticky for mobile screens). How can we get the tagdiv login modal to launch from other places in the UI?
Even when I use the buddypress admin bar – it gets hidden behind the tagdiv main menu. Is there a way to make sure that tagdiv menu doesn’t hide the buddypress flyout?
