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 - 166 through 180 (of 401 total)
Problem: Only 5 markers are displayed on a map that should show many more markers. If I check the Maps address cache in Toolset > Settings > Maps, there are no addresses cached.
Solution: The minimum required MySQL version is 5.6. In this case, the server did not meet the minimum requirements. Updating the MySQL version is the best solution in this case.
Problem: I have set my map initial zoom level to center and zoom in to show all the markers, but when I display the map the initial zoom level is zoomed out showing the entire global map.
Solution: In this case the map is not displayed when the page is loaded, so the initial zoom level calculations are inaccurate. You must trigger a map reload function when the map is displayed to calculate the initial zoom level correctly. The correct function to call is:
WPViews.view_addon_maps.reload_map("map-id");
Place that code after the code used to turn on the map display, and replace map-id with the ID of your map.