Customize Add Listing Page

This topic contains 3 replies, has 2 voices, and was last updated by  Paolo 8 years, 2 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #135307

    mencos1
    Expired Member
    Post count: 4

    I want to change some of the text on the Add Listing page. I don’t want to ask for zip code, or a coupon code, and I want to add/change dome of the descriptive text to make it easier to fill out the form. What’s the best way to do this? I’ve looked at the add-listing template file, but can’t find anything that corresponds to what I want to change.

    #135403

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    coupon field can be disabled via options in GD > Prices and Payments > Coupons > Allow coupon option on submit Add Listing page.

    Zip code you can hide it by adding this in gd > design > scripts > custom css:

    
    
    #geodir_post_zip_row {
        display: none;
    }

    Labels can be changed via translation file: http://docs.wpgeodirectory.com/translate-core/

    Thank you,

    #135409

    mencos1
    Expired Member
    Post count: 4

    That works for getting rid of coupons and zip. I’ll try the translation a little later.
    How can I add custom text or maybe a link explaining the different package types?

    #135427

    Paolo
    Site Admin
    Post count: 31206

    How can I add custom text or maybe a link explaining the different package types?

    Where do you want to add it?

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

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

Open Support Ticket