Hide Part I Social Chat

Home Forums Legacy Support Support queries How-to & Troubleshooting Hide Part I Social Chat

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #355965
    gasol-ina
    Participant
    Hi, I want to deactivate the sections that shows in the image Please, could you tell me the css? https://snipboard.io/2vBHeC.jpg Thank you,
    #356018
    Ada
    Participant
    HI, You can remove it by disabling the friend component from settings>>buddypress>>component. https://prntscr.com/12ihg55 Then refresh buddypress navigation.
    #356038
    gasol-ina
    Participant
    Yes, but i would like to hide the text which is the css for this area?
    #356139
    gasol-ina
    Participant
    I would like to hide the text of menciones, favoritos y amigos. https://snipboard.io/2vBHeC.jpg
    #356222
    Ada
    Participant
    Hi, I can not provide you custom css for it. As it will affect other tabs also. see-> https://drive.google.com/file/d/1aGc3RjGaWjeqItbLVxl4nKmEiDm2pq5G/view
    #356720
    gasol-ina
    Participant
    I need to delete this area, Could you provide a solution? Thank you,
    #356867
    Ada
    Participant
    HI, I am providing you custom code to remove buddypress subnavs.You can use this custom code in wplms-customizer.php. then refresh navigation button from vibebp>>settings>>buddypress.
    
    add_action('bp_setup_nav', 'remove_profile_menu_tabs', 201);
    function remove_profile_menu_tabs(){
      global $bp;
    
      bp_core_remove_subnav_item( 'activity', 'mentions' );
       bp_core_remove_subnav_item( 'activity', 'favorites' );
        bp_core_remove_subnav_item( 'activity', 'friends' );
    
    }
    
    You can get the plugin from here https://wplms.io/support/knowledge-base/wplms-customizer-plugin/
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Hide Part I Social Chat’ is closed to new replies.