This topic has 1 reply, 2 voices, and was last updated 10 years by Abe.

  • Author
  • #17080

    Hi,

    I’m using the theme for collaboration on ideas and would like to hide the compatibility match when viewing a member profile. How can I do this?

    #17583
     Abe
    Keymaster

    Hi, You remove the matching by adding this code in your sweetdate-child/functions.php

    COPY CODE
    
    add_action('after_setup_theme','kleo_remove_matching');
    function kleo_remove_matching() 
    {
        remove_action('kleo_bp_before_profile_name', 'kleo_bp_compatibility_match');
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?