Skip to:
Content
Pages
Categories
Search
Top
Bottom

Members page white space

  • @aaron-courtyard

    Participant

    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!!!

Viewing 10 replies - 1 through 10 (of 10 total)
  • @henrywright

    Moderator

    Are you using root profiles?

    @aaron-courtyard

    Participant

    happens on groups page too, maybe its bbpress support i should be in…

    @aaron-courtyard

    Participant

    no should i?

    @henrywright

    Moderator

    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.

    @aaron-courtyard

    Participant

    i guess i really dont know what root profiles are, doh!

    @aaron-courtyard

    Participant

    it must be that since i noticed it after the update.

    @henrywright

    Moderator

    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.

    @aaron-courtyard

    Participant

    like the second… with members/username.

    @aaron-courtyard

    Participant

    so the php code above works but is there a way to only have it on member pages and group pages?

    @aaron-courtyard

    Participant

    So i resolved the error by rolling back to buddypress 1.9.1. 1.9.2 doesn’t work for me!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Members page white space’ is closed to new replies.
Skip to toolbar