Skip Navigation

[Resolved] Maps GPS coordinates displayed and the address input hidden

This support ticket is created 3 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 - - 9:00 – 13:00
14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 - - 14:00 – 18:00

Supporter timezone: Africa/Casablanca (GMT+01:00)

This topic contains 2 replies, has 2 voices.

Last updated by adriS 3 years, 4 months ago.

Assisted by: Jamal.

Author
Posts
#2184823
Untitled.png
Screenshot (630).png

Tell us what you are trying to do? Want to display the GPS coordinates inputs and hide address as default, because people/visitors/users do not read and do not adjust the pin so their pins placings are always wrong. Google got South African rural areas wrong 90% of the time.

Is there any documentation that you are following? can not find

Is there a similar example that we can see? nothing

What is the link to your site? hidden link

#2185503

Hello and thank you for contacting Toolset support.

Well, first, you will need to have a default value, otherwise, the map won't be initialized. Then you can hide the address autocomplete input using CSS. Something like:

.cred-form .js-toolset-maps-address-autocomplete {
    display: none;
}

I hope this helps. Let me know if you have any questions.

#2185645

My issue is resolved now. Thank you!