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

  • Author
  • #105067
     koenvdl
    Participant

    Hello,

    Is it possible to change the register panel? I would like to get rid of the hart icon.

    Hope you can help me.

    Kind regards,

    Koen van der Lip

     

     

    Attachments:
    You must be logged in to view attached files.
    #105415
     Laura
    Moderator

    Hello, please check https://archived.seventhqueen.com/forums/topic/icons-change/#post-101506

    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 🙂

    #106216
     koenvdl
    Participant

    Thank you for your reaction,
    I still had a question.
    Where can I find the functions.php?

    #106709
     Laura
    Moderator

    at your child theme files, using ftp

    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 🙂

    #107063
     koenvdl
    Participant

    Can you give me an specific explanation of how to do it because I can’t get it done.

    Kind regards,

    Koen

    #107163
     Laura
    Moderator

    Hello, yes, at your hosting panel you should have a file manager, go there and go to public_html/wp-content/themes/sweetdate-child and you will find functions.php there, edit it and add the code

    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 🙂

    #108502
     koenvdl
    Participant

    Hello. Thank you, I found the file . but when I paste the text in my functions.php of my child theme it shows up on top of my site instead of changing the heart icons ( see attached file ) what did I do wrong?

    Attachments:
    You must be logged in to view attached files.
    #108740
     vinz98
    Participant

    Hi Koen, I am not support but,

    Did you miss the closing tag at the end?

    function my_custom_icon_about_widget () {
    return ‘user’;
    }

    Greets

    #108779
     koenvdl
    Participant

    Hi Vinz,

    Thank you for the reaction, but even with the closing tag it is still showing the same text on top of the page.

    Kind regards

    #109058
     Laura
    Moderator

    Hello, can you share your functions.php file as a txt here please? 🙂

    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 🙂

    #109350
     koenvdl
    Participant

    Hello, yes see text beneath:

    <?php
    /**
    * @package WordPress
    * @subpackage Sweetdate
    * @author SeventhQueen <themesupport@seventhqueen.com>
    * @since Sweetdate 1.0
    */

    /**
    * Sweetdate Child Theme Functions
    * Add extra code or replace existing functions*/

    ?>
    add_action(‘after_setup_theme’,’kleo_my_hearts_actions’);

    function kleo_my_hearts_actions()
    {

    /* 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’;
    }

    #109830
     Laura
    Moderator

    Hello, try adding this at the end of the code ?>

    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?