This topic has 4 replies, 3 voices, and was last updated 11 years by girlinparis.

  • Author
  • #1669
     drweyant
    Participant

    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!

    #1700
     SQadmin
    Keymaster

    Hello 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-site

    To 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/VbgT

    Change 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 solution
    #1740
     drweyant
    Participant

    Hi 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!

    #1743
     SQadmin
    Keymaster

    Hi,
    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 solution
    #1753
     girlinparis
    Participant

    I had an issue with this too, took out the “/” on line 8

    compatibility_score($bp-/>

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

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?