-
Author
-
October 26, 2015 at 11:52 #84215Symphonies CulturellesParticipant
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.October 26, 2015 at 11:57 #84218Symphonies CulturellesParticipantoh … 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.October 26, 2015 at 12:44 #84224Symphonies CulturellesParticipantCan’t erase my post on the translation issue, problem resolved 🙂
October 28, 2015 at 00:55 #84561LauraModeratorHello, please try by adding this to functions.php of child theme
COPY CODEadd_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 solutionLaura 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 🙂
October 30, 2015 at 00:51 #84969LauraModeratorIt 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 solutionLaura 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 🙂
June 5, 2017 at 14:48 #163400erictornParticipantHello,
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 circleBut did not suceed :/
Did put the code in the CSSJune 7, 2017 at 20:39 #163674LauraModeratorHello, 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 solutionLaura 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 🙂
June 7, 2017 at 20:55 #163679erictornParticipant2. 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)June 12, 2017 at 06:40 #163988LauraModeratorHello, 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 solutionLaura 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 🙂
June 12, 2017 at 19:32 #164074erictornParticipantHi, 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.
/EJune 14, 2017 at 23:34 #164299LauraModeratorHello, 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 solutionLaura 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 🙂
-
AuthorPosts
You must be logged in to reply to this topic.