Add listing form

This topic contains 4 replies, has 2 voices, and was last updated by  Joe Bjorklund 6 years, 1 month ago.

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

Open Support Ticket
  • Author
    Posts
  • #421241

    Joe Bjorklund
    Full Member
    Post count: 163

    Hello
    I wanted to see if I could modify the wording on the add listing (add places) page. For example, I want change the word title to name and the word description to profile or something like that.

    I would like to add some wording to the category selection dropdown telling users to pick up to 3 categories.

    Thank you in advance for the help.

    #421277

    Kor
    Moderator
    Post count: 16516

    Hi Joe,

    To modify the wording, you’ll have to use the translation method https://docs.wpgeodirectory.com/translate-core/ . Could you share your add listings page so that I could provide you the custom CSS to achieve what you needed there?

    Thanks!

    #421599

    Joe Bjorklund
    Full Member
    Post count: 163

    Thank you Kor
    The page is http://clarkcountylenders.com/add-listing/?listing_type=gd_place

    I would like to make the following changes
    1. Lender Title to say “Your Name”
    2. Lender Description to say “Profile”
    3. Category to say “Categories (Select 3)”
    4. Region to say “State”

    Thank you for your help with this

    #421601

    Kor
    Moderator
    Post count: 16516

    Hi Joe,

    Thanks for your reply. Like I’ve mentioned earlier, you can use the translation method to change the texts https://docs.wpgeodirectory.com/translate-core/ . As for adding some wording to the category selection dropdown, insert the custom CSS below into GD > Design > Scripts > Custom Style CSS

    
    
    div#gd_placecategory::before {
        content:"Choose 3 Categories."!important;
    }
    #421603

    Joe Bjorklund
    Full Member
    Post count: 163

    Thanks Kor
    This looks to be beyond my skill level. I will reach out to Guust and open a support ticket on his website.

    Thank you for the help. Have a great day

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

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

Open Support Ticket