-
Author
-
October 31, 2013 at 16:34 #5482
valli
ParticipantIs 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?
October 31, 2013 at 22:19 #5504SQadmin
KeymasterHi, 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 solutionNovember 1, 2013 at 00:36 #5516valli
ParticipantHi, 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.
November 1, 2013 at 11:26 #5535SQadmin
KeymasterYes 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 solutionNovember 1, 2013 at 12:58 #5610valli
ParticipantOk, 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?
November 1, 2013 at 22:36 #5666SQadmin
KeymasterYou 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 -
AuthorPosts
The topic ‘Disable Compatibility match’ is closed to new replies.