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

  • Author
  • #84215

    Hi !

    I’m using your theme something else than a dating website !

    So i’m looking for removing the heart in the submit button, and the matching % in the single profile page (and the hearts above)

    (screen attached)

    http://www.symphoniesculturelles.com/latincult

    Anyone for help, please ?

    Thanks

     

    Attachments:
    You must be logged in to view attached files.
    #84218

    oh … and please how can I translate “upgrade your account” in the profile page and “sign into account” in the registration form

    thank you

    Attachments:
    You must be logged in to view attached files.
    #84224

    Can’t erase my post on the translation issue, problem resolved 🙂

    #84561
     Laura
    Moderator

    Hello, please try by adding this to functions.php of child theme

    COPY CODE
    
    add_action('after_setup_theme','kleo_my_hearts_actions');
     
    function kleo_my_hearts_actions() 
    {
       /* disable matching on member profile */
        remove_action('kleo_bp_before_profile_name', 'kleo_bp_compatibility_match');      
     
        /* Replace the heart over images */
        add_filter('kleo_img_rounded_icon', 'my_custom_icon');
     
        /* Replace the heart from register modal */
        add_filter('kleo_register_button_icon', 'my_custom_icon_register');
     
        /* Replace the heart from About us widget */
        add_filter('kleo_widget_aboutus_icon', 'my_custom_icon_about_widget');
    }
     
    /* Replace the heart with a camera icon function */
    function my_custom_icon () {
        return 'camera';
    }
     
    /* Replace the heart from register modal with a user icon function */
    function my_custom_icon_register () {
        return 'user';
    }
    /* Replace the heart from about us widget with a user icon function */
    function my_custom_icon_about_widget () {
        return 'user';
    }
     
    add_action('after_setup_theme','kleo_remove_actions');
    /**
     * Override existing actions
     * Use these functions to replace/remove existing actions
     * @since Sweetdate 1.3
    */ 
    function kleo_remove_actions() 
    {
       /* For example uncomment the line bellow to disable matching on member profile */
        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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #84688

    thank you very much !!

    #84969
     Laura
    Moderator

    It was a pleasure 🙂 Don’t forget to rate us at themeforest! 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #163400
     erictorn
    Participant

    Hello,
    tried add the code above (posted OCTOBER 28, 2015 AT 00:55) to:

    1. Remove the heart in the login box/button
    2. Remove the heart in the matching circle

    But did not suceed :/
    Did put the code in the CSS

    #163674
     Laura
    Moderator

    Hello, can you share your site url so i can see it? 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #163679
     erictorn
    Participant

    http://www.friluftskompis.se

    2. Remove the heart in the matching circle
    DID SUCEED TO EMOVE THE WHOLE (but in best case I would jut remove the heart and replace with other logo)

    #163988
     Laura
    Moderator

    Hello, i see, what is missing now? Let me know and will be happy to help 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #164074
     erictorn
    Participant

    Hi, I realize that I am gonna skip this matching circle sice I am using the theme for finding both friends AND love. So…guess that will be confusng then 😀

    Thanks.
    /E

    #164299
     Laura
    Moderator

    Hello, so you want to delete it? 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?