Hide Set Address on Map from signup

This topic contains 5 replies, has 3 voices, and was last updated by  Alex Rollin 4 years, 2 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #532862

    buymichigannow
    Full Member
    Post count: 29

    Is there a way to not show the map and set address on map button during when creating a listing?

    #532876

    Alex Rollin
    Moderator
    Post count: 27815

    You can hide the button with CSS

    
    
    
    input#address_set_address_button {
        display: none;
    }
    

    Try it out for yourself to hide the map. We don’t recommend doing that, though:

    https://wpgeodirectory.com/docs/customizing-your-style/

    #533163

    buymichigannow
    Full Member
    Post count: 29

    Thank you, that did work to hide the button. How can I hide the map as well.

    Last, why should this not be done?

    Thanks
    Rick

    #533172

    Kor
    Moderator
    Post count: 16516

    Hi Rick,

    Thanks for your reply. You can use the custom CSS code below.

    #geodirectory-add-post div#geodir_address_map_row {display:none;}
    #533338

    buymichigannow
    Full Member
    Post count: 29

    Thanks.

    It was mentioned that in my previous post that it was not reccomended we hide this, can you tell me why? By hiding this will it cause the map to not work for a listing?

    #533370

    Alex Rollin
    Moderator
    Post count: 27815

    Because not all addresses will work, and many may result in the map marker not being adjusted properly. You may end up with map pins in the wrong place, and no way to adjust them.

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