Skip Navigation

[Resolved] How not to show the “use my position” option

The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.

This thread is resolved. Here is a description of the problem and solution.

Problem:

I have an address form field and don't want to show the "use my position" option on it, since it only adds coordinates and not the readable address.

Also I don't want to show: use my position on my map view filter, since it is quite incurrate if someone does not have their gps on...

Solution:

Unfortunately, there isn't such a built-in feature within Toolset maps plugin, if you agree, we can take it as a feature request.

Currently, you can hide with some CSS codes, for example:

.js-toolset-maps-distance-current-location{
display: none !important;
}

Relevant Documentation:

This support ticket is created 6 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the community support forum for Types plugin, which is part of Toolset. Toolset is a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients and people who registered for Types community support can post in it.

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: Asia/Hong_Kong (GMT+08:00)

Author
Posts
#621516

I have an address form field and don't want to show the "use my position" option on it, since it only adds coordinates and not the readable address.
Also I don't want to show: use my position on my map view filter, since it is quite incurrate if someone does not have their gps on...
Thanks

#621983

Hi,

Unfortunately, there isn't such a built-in feature within Toolset maps plugin, if you agree, we can take it as a feature request.

Currently, you can hide with some CSS codes, for example:

.js-toolset-maps-distance-current-location{
display: none !important;
}
#622192

great, I'll use this css hack. thanks

The forum ‘Types Community Support’ is closed to new topics and replies.