Members page white space
-
http://youringenuity.com/new/wp-content/uploads/2014/01/support.jpg
happened after an update. wp3.8 bp1.9.2
tried to edit function.php with
function remove_admin_bar_space () {
remove_action( ‘wp_head’, ‘_admin_bar_bump_cb’ );
}
add_action( ‘admin_bar_init’, ‘remove_admin_bar_space’ );But that took away the admin bar or my menu on pages that dont make the white space.
Please help!!!
-
Are you using root profiles?
happens on groups page too, maybe its bbpress support i should be in…
no should i?
There was a change that went live in 1.9.2 which might have caused your issue if you were using root profiles. Considering you’re not, then that can’t be why you’re seeing the white space.
i guess i really dont know what root profiles are, doh!
it must be that since i noticed it after the update.
Do you profile links look like:
example.com/username/
or:
example.com/members/username/
If your profile links look like the first then you have root profiles enabled.
like the second… with members/username.
so the php code above works but is there a way to only have it on member pages and group pages?
So i resolved the error by rolling back to buddypress 1.9.1. 1.9.2 doesn’t work for me!
- The topic ‘Members page white space’ is closed to new replies.