BuddyBoss Home – Web › Support Forums › Themes › BuddyBoss theme › Mobile Buddymenu (left side icon) blank when logged out.
- This topic has 11 replies, 2 contibutors, and was last updated 9 years, 1 months ago by Anonymous.
Question
September 17, 2015 at 1:16 pm #46536@jbakukHi, we launched our site today but are having an issue with the mobile buddymenu. When logged out the menu is blank, the black background opens but nothing else. I can see from these posts that someone else has had the same issue and it’s been resolved:
https://www.buddyboss.com/support-forums/topic/buddypanel-issue-on-mobile-devices-unsolved/
https://www.buddyboss.com/support-forums/topic/buddypanel-issue-on-mobile-devices/
If you could get in touch to help with the fix asap I’d really appreciate it, we’re receiving complaints immediately from launching.
Answers
September 18, 2015 at 12:13 pm #46607@jbakukAnyone?
September 18, 2015 at 1:03 pm #46616@
AnonymousHi @jbakuk, please paste your site link
Regards
Varun DubeySeptember 18, 2015 at 1:35 pm #46617@jbakukHi Varun,
Thanks for getting in touch. See at http://pielink.net.
Let me know if you need any login details.
September 19, 2015 at 12:28 am #46643@
AnonymousHi @jbakuk, please send your login details, panel is get getting values might be any additional plugin is blocking the menu item or need to check settings
Regards
Varun DubeySeptember 19, 2015 at 12:40 am #46647@jbakukOk, where should I send them?
September 19, 2015 at 12:48 am #46649@jbakukI’ve sent a private message
September 22, 2015 at 1:05 pm #46826@jbakukDid you get the details Varun?
September 22, 2015 at 1:37 pm #46829@
AnonymousHi @jbakuk
You have installed a toolbar plugin which is not coded for BuddyPress, it’s for a different community plugin which is based on symposium.
https://wordpress.org/plugins/wp-symposium-toolbar/I have deactivated this plugin and your menu start displaying. It was not any theme specific issue.
Please check site once again and let me know if you have any further issues.
RegardsSeptember 22, 2015 at 1:41 pm #46831@jbakukThanks Varun,
My apologies, I didn’t actually know the toolbar was for any specific community plugin, I should have checked. I’ll try and find an alternative. Thanks for taking the time to check.
September 22, 2015 at 2:18 pm #46836@jbakukThe main reason I was using the plugin was to hide the “edit my profile” link, which leads to the backend admin menu. I’ve found a code to do it manually though.
If anyone else wants to do the same add this to your functions.php file in your CHILD theme.
function ya_do_it_admin_bar_remove() {
global $wp_admin_bar;/* **edit-profile is the ID** */
$wp_admin_bar->remove_menu(‘edit-profile’);
}add_action(‘wp_before_admin_bar_render’, ‘ya_do_it_admin_bar_remove’, 0);
Thanks again for your time varun
September 23, 2015 at 12:45 pm #46963@
Anonymous🙂 Thanks for your input, I will close this topic now
Feel free to create new topic for any further queries.
Regards
Varun Dubey
- The question ‘Mobile Buddymenu (left side icon) blank when logged out.’ is closed to new replies.