This topic has 7 replies, 3 voices, and was last updated 11 years by valli.

  • Author
  • #5482
     valli
    Participant

    Is it possible to disable the compatibility match or at least, disable the hearts above the compatibility match? I know it´s an odd request, but for the purposes of the project i´m working on, i don´t need it (or at least, not the hearts floating above it) but would like to have the over all theme?

    I´m working on a project were friends can come together and chat about their hobbies and so on and i need a little neutral theme for that, is it possible to do that with Sweetdate?

    #5504
     SQadmin
    Keymaster

    Hi, You can do that by adding this code to sweetdate-child/functions.php

    COPY CODE
    
    /* Remove compatibility from profile */
    add_action('after_setup_theme','kleo_remove_compat');
    function kleo_remove_compat() 
    {
        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
    #5516
     valli
    Participant

    Hi, thank you!

    Does it also remove the hearts above the Compatibility match? Don´t mind the Compatibility match it self, it´s just little silly to have hearts in the profile of a website that isn´t intended for dating.

    #5535
     SQadmin
    Keymaster

    Yes it removes also the hearts

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #5610
     valli
    Participant

    Ok, this is kind of a silly qustion, but where can i find sweetdate-child in the sweetdate theme?

    Is it possible to make this a option in future release of this theme, that is, disable all hearts (layout feature) and so on but keep the Compatibility match so other projects could benefit from it?

    #5666
     SQadmin
    Keymaster

    You need to install it and activate it. See the video tutorial or the documentation https://archived.seventhqueen.com/video-tutorials

    To disable the hearts dd this css to sweetdate-child/style.css or in WP admin – Sweetdate – Styling options – Quick css:

    COPY CODE
    
    .circular-item .hearts {background:none;}
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #5684
     hughm
    Participant

    Thanks a lot. Using CSS is much better than putting in empty png files into the sweetdate/assets/images folder. Much cleaner and will not need to be redone when updates to the theme are made. Thanks again!

    #5725
     valli
    Participant

    Thank you very much! This did the trick.

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

The topic ‘Disable Compatibility match’ is closed to new replies.

Log in with your credentials

Forgot your details?