enable buddypress toolbar

Posted in: Newspaper
Post count: 9

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

Post count: 3343

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!

Post count: 9

1. the menu bar does not span across the screen on theme predefined fashion style. is there a css for the toolbar to match the theme width menu bar?

2. the css for mobile only works on landscape 🙂 but not portrait. can you advise again?

thanks.

Post count: 3343

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!

Post count: 9

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.

Post count: 3343

Hi,
That bar is from WordPress is not from our theme. I can’t style something that is not from our code. And again why do you use that ugly bar, nobody use it for visitors, is only for admins. (like the name say – admin bars).

Thanks for understanding!

Post count: 9

Okay. But can you resolve the issue on why the header menu disappear on portrait view?

The bar has detail buddypress menus.

Thanks.

Post count: 3343
Post count: 9

thanks for looking into this issue and its resolved now. it was a plugin conflict.

Post count: 14

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?

http://snag.gy/NLNtK.jpg:
screenshot

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.