How to remove additional map details?

This topic contains 5 replies, has 2 voices, and was last updated by  Gautam Kukreja 7 years, 2 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #364257

    Gautam Kukreja
    Buyer
    Post count: 114

    Please guide me how can I remove the unneccassary Google map fields which appear on the forms like Address Latitude,Longitude.

    #364314

    Kor
    Moderator
    Post count: 16516

    Hi Gautam,

    Not really sure I’m getting this. Don’t you need an address field for your listings? As for the “Latitude,Longitude”, we can hide it using custom CSS. Try inserting the code below into GD > Design > Scripts > Custom Style CSS.

    
    
    #geodir_post_latitude_row,
    #geodir_post_longitude_row {
        display:none!important;
    }
    #364348

    Gautam Kukreja
    Buyer
    Post count: 114

    @Kor Chung Thank you very much it’s working! 🙂

    #364349

    Kor
    Moderator
    Post count: 16516

    You’re Welcome.

    #364428

    Kor
    Moderator
    Post count: 16516

    Hi Gautam,

    I overlooked this option in the “Address Custom Field” that allows you to hide the “Latitude,Longitude” . Check out this screenshot http://prntscr.com/eehjxm . Feel free to remove the custom CSS I’ve provided earlier and use this option provided.

    Thanks!

    #364479

    Gautam Kukreja
    Buyer
    Post count: 114

    Done 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