BuddyBoss Home – Web Support Forums Themes Boss. theme Empty element in profile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #54808
    @biowebspin

    Hi,

    I have the boss theme.
    The “activity” component is disabled on my install, which make appear an empty element in the profile page of a person : <li id="-personal-li"><a id="user-" href=""></a></li>

    Can you please correct that ?

    Other question, how to hide a tab like this one on the profile page ?

    Thanks a lot.

    Answers

    #54849

    Anonymous
    @

    Hi @biowebspin,
    These are BuddyPress default classes and it should be xprofile-personal-li
    https://drive.google.com/file/d/0Bzv-k-FcE80iRjR4bHhtenN5VFE/view?usp=drivesdk

    
    <li id="xprofile-personal-li" class="current selected"><a id="user-xprofile" href="http://localhost:8888/members/vapvarun/profile/">Profile</a></li>
    

    To hide BuddyPress menu items

    
    Hiding Profile Tabs
    
    #user-activity {
    display: none;
    }
    #user-xprofile {
    display: none;
    }
    #user-friends {
    display: none;
    }
    #user-groups {
    display: none;
    }
    #user-profile {
    display: none;
    }
    #user-settings {
    display: none;
    }
    #user-messages {
    display: none;
    }
    #user-forums {
    display: none;
    }
    

    Regards
    Varun Dubey

    #54854
    @biowebspin

    Thanks for your response, but it’s just hiding a bug.
    There is an empty element, with empty link inside, on the profile on a person if the “activity” component is disabled.

    It should be fixed in the theme no ?

    #54858

    Anonymous
    @

    Hi @biowebspin, Please cross check with default WordPress theme once.

    Attach the screenshot just to get clear idea which element you are inspecting

    Regards
    Varun Dubey

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Empty element in profile’ is closed to new replies.