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 - 811 through 825 (of 854 total)
Problem:
How to list posts which have a custom field value the same as the current post?
Solution:
You need to pass the value of the custom field in the current post to the View which uses that value in a Query Filter for that custom field.
The issue here is that the user wanted to create an Open in Google maps button that when clicked takes the user to the Google maps website with their location.
Solution:
This is possible, however you would've already need to get the url from the maps website and add it as a link to the page. This will intern link you to the exact location on the map with the marker already filled in.