Add listing template

This topic contains 9 replies, has 3 voices, and was last updated by  Ian Butler 9 years, 3 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #31541

    Ian Butler
    Buyer
    Post count: 59

    Hi,

    I can’t figure out how to edit the top section of the add listing form on the frontend. The id’s are post_title and post_desc.

    These fields don’t appear under the place settings on the dashboard…

    Thanks

    #31565

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    if you want to modify the label you can via translation files.

    http://docs.wpgeodirectory.com/category/translation/

    Let us know,

    Thx

    #32674

    Ian Butler
    Buyer
    Post count: 59

    Thanks Paolo,

    That’s not what I meant.

    I’d like to configure the order of the form fields which are circled in my screenshot.

    From the dashboard under custom fields that option doesn’t exist.

    Ian

    #32758

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    the 1st 3 fields can’t be moved around.

    There is no option to do that. You’d have to customize the add listing template functions.

    Thanks

    #32760

    Ian Butler
    Buyer
    Post count: 59

    I thought you might say that. Could I simply remove them from the add listing template and add them as custom fields, or is this likely to affect how the plugin functions?

    #32761

    Ian Butler
    Buyer
    Post count: 59

    Or maybe create custom fields and hide the ones I don’t want with CSS?

    #32764

    Paolo
    Site Admin
    Post count: 31206

    You can evenutally hide the tags field, but title and description are mandatory wordpress elements for a post…

    They can’t be hidden.

    Thanks

    #32782

    cmccue
    Free User
    Post count: 1

    How would you go about hiding the tags field?

    #32784

    Paolo
    Site Admin
    Post count: 31206

    add this to GD >> design >> scripts >> custom css

    
    
    
    #geodir_post_tags_row {
        display: none;
    }

    Thanks

    #32785

    Ian Butler
    Buyer
    Post count: 59

    Find its id or class using firebug or similar, then create a css rule – something like #tags {display:none}, replacing #tags with the actual id

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

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

Open Support Ticket