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 - 196 through 210 (of 471 total)
Problem:
The user would like to display a map and marker inside an Elementor template
Solution:
The current Toolset-Elementor integration offers only a view widget. But we can still use shortcodes to insert a content template inside of an Elementor template:
[wpv-post-body view_template="Name or slug of the content template"]
Create a Toolset content template, add the map and the marker to it. Then display it inside Elementor using the wpv-post-body shortcode.
Problem: I am using custom JavaScript code to customize the clusters that appear on my Toolset map. Sometimes the custom clusters do not appear as expected, and the default cluster styles are shown. It happens sporadically, and more often in the Safari browser.
Solution: Experiment with different timing sequences to see which works best in your case. In this particular case, the best approach was to use a timeout in a document ready handler to apply the map cluster customizations and trigger a map redraw using
Problem:
We could not connect to the Google Maps error - Accessing the address field shows error "We could not connect to the Google Maps autocomplete service, but you can add an address manually"
Solution:
User do not activated the Places API with his map key. Please make sure that Places API is activated with that map API key(s) you registered.
Problem: After migrating an existing site to a new server, I have noticed that some markers that were displayed on my maps on the old site do not appear on my maps on the new site. In the server logs, I can see repeated messages about missing functions ST_X and ST_PointFromText:
...FUNCTION **.ST_X does not exist
...FUNCTION **.ST_PointFromText does not exist
Solution: Toolset's mapping features make use of functions provided in MySQL 5.6+. If your site runs a version of MySQL lower than 5.6, several maps features may not work as expected and you may find errors in the PHP logs. Check the server's current MySQL version and update if necessary. Ask your hosting provider for assistance with that upgrade, if needed.