This topic has 4 replies, 3 voices, and was last updated 11 years by girlinparis.
-
Author
-
August 22, 2013 at 16:00 #1669drweyantParticipant
Hi – First off, I LOVE this theme!! 🙂
We’re doing some heavy tweaking to use it to connect members of our Ministry Association globally. I’d like to change the word “match” in the compatibility circle, as well as the hover text & hearts to some other icon.
Where can I find this?
Thanks!
August 23, 2013 at 10:00 #1700SQadminKeymasterHello and thank you.
For the icons that appear in the site take a look at this topic: https://archived.seventhqueen.com/forums/topic/removereplace-the-love-hearts-in-siteTo change the match in the compatibility you have add this function in your sweetdate-child/functions.php and modify the default behaviour:
http://d.pr/n/VbgTChange the __(“match”, ‘kleo_framework’) to whatever you like.
The two icons are a image background rendered by and has this css:COPY CODE.circular-item .hearts { background: url("../images/hearts_bg.png") no-repeat scroll 0 0 transparent; display: block; height: 30px; position: absolute; right: 0; top: -20px; width: 39px; }
You can put you own image on the server and change the span class to “my-hearts” and add the css to Sweetdate -> Styling -> Quick css or in the file sweetdate-child/style.css
COPY CODE.circular-item .my-hearts { background: url("../path_to_new_image") no-repeat scroll 0 0 transparent; display: block; height: 30px; position: absolute; right: 0; top: -20px; width: 39px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 23, 2013 at 19:58 #1740drweyantParticipantHi and thanks so much for your thorough response. I tried the steps recommended to change the word “match” in the circular profile comparability area exactly as stated, cleared cache, yet nothing changed.
I went to ensure child and main theme were both enabled, and they are, but the child theme displays the following error in the Network Installed Themes page: Broken Theme: The parent theme is missing. Please install the “sweetdate” parent theme. Again, both are installed, your most recent update & activated. No idea what that is.
Any thoughts? I’d love to get this implemented. Thanks!
August 23, 2013 at 22:42 #1743SQadminKeymasterHi,
First you need to ensure both themes are network activated and then enable the sweetdate child theme in your site.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 24, 2013 at 19:41 #1753girlinparisParticipantI had an issue with this too, took out the “/” on line 8
compatibility_score($bp-/>
-
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.