-
clojel started the forum topic Buddypress 1.2.6 adds extra padding-top in the group How-To and Troubleshooting: 14 years, 1 month ago
… even if “Hide admin bar for logged out users” is set “Yes”.
To fix this, add 2 lines
if ( (int)get_site_option( 'hide-loggedout-adminbar' ) && !is_user_logged_in() )
return false;
at bp_core_add_admin_bar_css function (in wp-content/plugins/buddypress/bp-core/bp-core-cssjs.php) before line 16It will be wonderful if this could be fixed…[Read more]
-
clojel joined the group How-To and Troubleshooting 14 years, 1 month ago
@clojel
Not recently active