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 - 826 through 840 (of 879 total)
Problem: One of my map markers is not showing on the front-end of the site. The map in wp-admin is showing correctly, and the API seems to be configured correctly. I've flushed the site caches but can't figure out the problem.
Solution: In this case, the field slug was incorrect.
As you can see from the above we are checking 2 different terms in the listing type taxonomy, irish-cottage-for-rent and irish-cottage-for-sale . These are actually the slugs of the terms.
Next all we did was to provide a different marker_icon url for each.
In order for the has_term function to work you need to add it to the custom functions arguments in Toolset -> Settings > Frontend.
Problem: I would like to allow my users to filter by city, and I would like to limit the autocomplete suggestions to only locations in France.
Solution: It's not currently possible to filter by city or region or other area. The distance filter will let you filter by radius from a specific point, but not from a boundary. Use the following code in your View's JS panel to limit the autocomplete suggestions to France: