Sign Up Button

This topic contains 14 replies, has 2 voices, and was last updated by  Guust 6 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #397068
    #397069

    Guust
    Moderator
    Post count: 29970

    You can do that with the language file, most likely of the theme. I am guessing Whoop but not sure without seeing the site:
    https://wpgeodirectory.com/docs/translating-themes/

    Thanks

    #397070

    Irene W
    Expired Member
    Post count: 83

    Yes. it is the whoop theme.
    I do not need translating the site..simply add on the text sign up button on top of the homepage.

    https://www.helloinfo.com/mycatanddog/

    #397071

    Guust
    Moderator
    Post count: 29970

    Changing default language strings is done the same way as “translating” default language strings.
    That is how you change any default text.

    Thanks

    #397170

    Irene W
    Expired Member
    Post count: 83

    I did follow the instructions listed and i do not see the “Sign Up” in the list of en_US.po to change it.
    I want to change the text “Free Sign Up” on the button front end for visitors to see.

    Also can i have the “Sign In” button stays red, like the Sign Up button.

    https://www.helloinfo.com/mycatanddog/

    Please advise.

    Thank you,
    Irene

    #397174

    Guust
    Moderator
    Post count: 29970

    It should be in the /wp-content/themes/GeoDirectory_whoop/languages/en_US.po file, see image.

    Add this CSS for the Log In button:

    
    
    a.whoop-login-btn {
    border: 1px solid #B64425;
    background: #e34f43;
    background-image: -webkit-linear-gradient(#ff4f43 4%, #e34f43 5%, #c84f43 100%);
    background-image: linear-gradient(#ff4f43 4%, #e34f43 5%, #c84f43 100%)
    }

    Thanks

    #397309

    Irene W
    Expired Member
    Post count: 83

    The CSS works great.

    I still do not see the text listed “Sign Up” on the list en_US.po
    I have attach a screen shot and don’t see anywhere exact text “Sign Up”
    Can you please look at the file and screen shot me where?

    thank you.

    #397320

    Guust
    Moderator
    Post count: 29970

    You need to look at the Whoop language file, not the Geodirectory framework language file.

    It should be in the /wp-content/themes/GeoDirectory_whoop/languages/en_US.po file, see image.

    Thanks

    #397325

    Irene W
    Expired Member
    Post count: 83

    ok. i did that and upload the mo file.
    i don’t see the changes.

    please advise.

    #397326

    Guust
    Moderator
    Post count: 29970

    Did you upload the files to the language folder of the child theme as explained at https://wpgeodirectory.com/docs/translating-themes/ ?

    #397338

    Irene W
    Expired Member
    Post count: 83

    i upload where i download the en_US.po location where you told me to.
    /wp-content/themes/GeoDirectory_whoop/languages/en_US.po

    #397371

    Guust
    Moderator
    Post count: 29970

    I am guessing that maybe your Whoop is not up to date, make sure you use the latest version.
    Did you upload the translated files to /wp-content/themes/whoop_child/languages ?

    #397605

    Irene W
    Expired Member
    Post count: 83

    there is no folder under
    /wp-content/themes/whoop_child/languages

    since i download from
    /wp-content/themes/GeoDirectory_whoop/languages/en_US.po

    i upload .mo to this location…wrong?

    Please advise.

    #397606

    Irene W
    Expired Member
    Post count: 83

    ok. i just create new folder /wp-content/themes/whoop_child/languages
    and upload .mo to it and it works.

    Thank you for your support.

    #397608

    Guust
    Moderator
    Post count: 29970

    You’re welcome and correct 🙂 , see step 8 of https://wpgeodirectory.com/docs/translating-themes/

    8. Upload the .mo file (in our case en_US.mo or fr_FR.mo) to your child theme languages folder.
    If there is no languages folder in your child theme just create one.

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket