BuddyBoss Home – Web Support Forums Themes Boss. theme remove side panel menu from profile/group page menu

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

    #55233
    @gdecuir

    How can I remove the side panel menu from the profile and Group menus? please see attached image.

    It’s redundant and have no value.

    Answers

    #55271
    @vapvarun

    Hi @gdecuir, Please uncheck menu section from Profile: Extra Links from Appearance >> Menu

    Regards

    #55499
    @gdecuir

    How can I change or remove menu items? not so much from the profile side menu but from the profile page menu.

    #55501

    Anonymous
    @

    Hi @gdecuir, Please let me know which menu / tab you want to remove so I will provide you specific function for that one.

    Regards

    #55502
    @gdecuir

    For right now “Questions” I want removed. Also, is there a way to re-order them?

    #55504

    Anonymous
    @

    Hi @gdecuir, Please let me know which plugin you are using for Questions or please PM me your site url so I can provide you proper css.

    Thanks

    #55538

    Anonymous
    @

    Hi @gdecuir, For now I have removed the ‘Question tab’ from menu through this function:

    
    function remove_nav_items() {
        bp_core_remove_nav_item( 'questions' );
    
    }
    add_action( 'bp_setup_nav', 'remove_nav_items');
    

    You can use our Reorder Tabs plugin to do reorder them.

    Regards

    #55606
    @gdecuir

    Hi Pallavi,

    I’m not sure what happened but since the change I have the following issue (see attach) on my group page. Not sure if it’s related but it wasn’t there prior to the changes made. Thanks

    #55639

    Anonymous
    @

    Hi @gdecuir, It was not coming because of that code there was visual composer shortcode in your Group page. I have removed that code and it looks fine now.

    Regards

Viewing 9 posts - 1 through 9 (of 9 total)
  • The question ‘remove side panel menu from profile/group page menu’ is closed to new replies.