Toolset Maps is a WordPress plugin that allows you to add address fields to any content type or users and display any content on Google Maps.
Toolset Maps User Guides include detailed documentation for creating these special address fields, adding pointers to them and displaying them on maps.
When you ask for help or report issues, make sure to tell us the versions of the Toolset plugins that you have installed and activated.
Viewing 15 topics - 1,081 through 1,095 (of 1,224 total)
Redirect user, or display different views depends on his location.
Solution:
There isn't such a built-in feature within Toolset, but there is other workaround, for example, you can use shortcode of other plugins to get current user's GEO location: https://wordpress.org/plugins/search/geo+location/
Then use this shortcode in Views shortcode [wpv-conditional], check which country the user is from, then display different content, see our document.
Problem: I am seeing mixed content warning messages on my site.
Solution:
- Check to be sure both URLs in wp-admin > Settings > General are set to use HTTPS.
- Go to Toolset > Settings > Maps and check the URLs for the marker images here by inspecting the elements in the browser inspector. If any are still on HTTP, delete them and replace them with new images on HTTPS.
- Edit the View or Content Template that contains the Marker shortcode. If you're using a custom icon, the shortcode may contain a URL for the custom icon file. Make sure the marker_icon URL begins with two slashes like this:
- If the Marker shortcode is in a View, try turning caching off for that View temporarily. To do that, find the View shortcode and add cached="off" like this:
[wpv-view name="your-view-slug" cached="off"]
- If you're still experiencing problems, try clearing Toolset's image cache by going to Toolset > Settings > Custom Content. Click "Clear cached images" and "Clear outdated cached images"
I have two post types which both have a google address field and I try to show a google map with taxonomy filters and pagination on.
When I go to the page, the view's list is full of records, but the map is empty (well, actually it shows some Africa continent area without markers. All the addresses are in Finland). Only after I EITHER choose some taxonomy OR click some page in the pagination the map gets rendered properly. After that it works perfectly.
Problem:
Client is outputting a Types address field, and it is displaying the address, not a map.
Solution:
Inserting the address will display the address. To show a map using that address it is necessary to insert a map as described in the documentation.
Problem:
How to add seveeral differnt spdierfy icons?
Solution:
Spiderfy library (obviously) supports this, and the problem is not in adding this, but in complicating our interface even further, that's why we didn't implement it right away.
We would have custom markers, then hover markers, and if we add spiderfy markers, it's a quite complex UI to use.
Yes, it's doable - does it make the Toolset better or easier to use?
Not necessarily
Hence, we decided to see how much impact this would have if implemented.