BuddyBoss Home – Web › Support Forums › Themes › BuddyBoss theme › admin toolbar not showing
- This topic has 27 replies, 4 contibutors, and was last updated 9 years, 10 months ago by Maria.
Question
September 28, 2014 at 8:21 am #32063@milena1) i dont know if its related to the wordpress update, but my admin toolbar is gone.
i mean the one from the front end.i shot down all the plugins except buddypress, and no- it is not connected to that.
just in case i re-uploaded the css files. it is not showing up.2) when it is hopefully fixed- i want it shown to both logged in and logged out users. i checked in the proper setting at buddypress.
i found this part in the css
/* hide the adminbar by default */
body #wpadminbar {
display: none;
}/* show the adminbar for logged IN users */
body.logged-in #wpadminbar {
display: block;
}do i need to change it to show for logged out and logged in users?
thanks
Answers
September 28, 2014 at 10:37 am #32066@milenaOk, sorry about that – the first part is fixed.
It was plugin related. I was using WP frontend Uploader and it unchecked some of my settings for wp. I swear I got a new gray hair from that one.
I do want the login/ register button to be visible on the admin toolbar- for the logged OUT users since I am using another navigation bar.
I played with this code – and added show instead of hide, block instead of none and logged out instead of in- is that good?
September 28, 2014 at 7:36 pm #32083@alyssa-buddyboss
AlyssaParticipant@milena you can have it however you want your site to function 🙂 Everything should function as designed without them but if you have a plugin overriding then you may need to add additional code as you have discovered. Note you may need to use !important to override.
January 3, 2015 at 9:29 pm #34363@teamduceWhat plugins typically override the toolbar function?
Do you have a list of plugins that cause common issues?
January 3, 2015 at 10:28 pm #34364January 5, 2015 at 11:38 am #34401@teamduceI’m still not getting any toolbar except for administrators.
January 6, 2015 at 7:10 pm #34443@alyssa-buddyboss
AlyssaParticipant@teamduce try disabling all plugins, then enable them one by one and test after each one.
January 6, 2015 at 9:00 pm #34455@teamduceYep, that’s the first thing I always do, TJ.
In this case, the roles stick around even after PMPro Roles is disabled, so I’m wondering if the role change is what’s causing the issue and would like to simply reset the users without having to have them re-register or rebuild the site.
January 7, 2015 at 9:58 pm #34477@alyssa-buddyboss
AlyssaParticipant@teamduce I hate those types of plugins…just like caching plugins their settings stick around even after you disable theme and sometimes even after you delete them! Good luck, let me know if there is anything on the theme side you need me to check.
January 8, 2015 at 11:35 am #34507@interglobalmedia@tjchester and Brian, I thought I was the only one whose members weren’t getting an admin bar. Only admin does. Any suggestions as to why this is happening? Thanks!
Maria
January 8, 2015 at 11:51 am #34508@interglobalmediaHi,
I just turned off all plugins except buddypress, and switched to another theme just to see what would happen, and I still didn’t get an admin bar for members.
January 8, 2015 at 11:55 am #34509@interglobalmediaThen I turned off everything except the buddyboss theme, and I still have no admin bar.
January 9, 2015 at 12:52 pm #34539@alyssa-buddyboss
AlyssaParticipant@interglobalmedia no idea what is wrong, sounds like you tried everything I would have suggested. Perhaps you should post on the BuddyPress forums.
January 9, 2015 at 12:55 pm #34540@interglobalmedia@tjchester I’m not so sure that it’s necessarily a Buddypress issue. In my last attempt, I turned off Buddypress and Buddyboss was on.
Best,
Maria
January 9, 2015 at 5:50 pm #34563@alyssa-buddyboss
AlyssaParticipant@interglobalmedia please clarify if you were using the parent theme or child theme. I can assure you the parent theme displays the adminbar for all users, there is no way for BuddyBoss to disable the adminbar without customization. It is called in the footer.php file if I recall correctly.
- The question ‘admin toolbar not showing’ is closed to new replies.