Adding Instructions on Add Listing page… Do's and Dont's

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

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

Open Support Ticket
  • Author
    Posts
  • #269202

    wasanajones
    Buyer
    Post count: 180

    I’m trying to clarify the instructions to users on the Add Listings page.

    Docs warn about changing geocodes, what happens if user manually changes coordinates?

    “When adding a location or address, DO NOT change the lat and lng coordinates automatically created below the map after you click Set address on map”

    #269260

    Kor
    Moderator
    Post count: 16516

    Hi there,

    You’ll get the different location if you’ve changed the “Latitude” or “longitude” . You can try using the custom CSS code below to disable the textbox. Insert into GD > Design > Script > Custom Style CSS. Let us know if it’s what you’re looking for.

    
    
    #post_latitude,
    #post_longitude {
        pointer-events: none;
    }
    #269261

    wasanajones
    Buyer
    Post count: 180

    Hi – thanks for prompt response

    what I was hoping to determine is what happens when people manually change the coordinates… why is it bad… should we really hide the long/lat edit boxes?

    #269741

    Paolo
    Site Admin
    Post count: 31206

    If the coordinates entered are wrong or in the wrong format, the map will not work for that listing, as simple as that.

    Personally I prefer to keep them hidden as 99.99% of users don’t know what to do with them and the remaining 0.01% can drag the marker to change the position on the map…

    Let me know if I misunderstood the question.

    Thanks

    #270400

    wasanajones
    Buyer
    Post count: 180

    Hi thanks – that was the clarification/explanation I was looking for.

    in lieu of the suggested CSS above, I used this to hide long/lat entries on the front end

    #geodir_post_latitude_row, #geodir_post_longitude_row {display:none;}

    is there a hook & filter action to move the instructions to above the map “Click on “Set Address on Map” and then you can also drag pinpoint to locate the correct address” (as shown on attached image) — I tried to find the php file for layout but couldn’t isolate it

    thanks

    #270694

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    I’m sorry there is not. Instead there is an option to hide lat and long without the need of any css.

    Thanks

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

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

Open Support Ticket