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 - 271 through 285 (of 480 total)
Problem: I have two post types in a one-to-many relationship. I would like to create a custom search View of the child post type, filtering by distance based on an address field in the parent post type, and include other filters based on custom fields in the child post type.
Solution: A View of post type A cannot filter by fields in post type B, so you would have to copy the parent address field into the child posts automatically using custom code, then filter by the address field in the child post type.
Problem:
The user has a view that holds a map and display post markers. The view was not returning any results on the secondary language.
Solution:
It turns out to be an error in the user's translation workflow. The user was mixing manual translation and translation on the translation editor.
To fix the issue we had to remove the existing translations of the page and of the posts. Then we had to configure the location field to be copied instead of translated. Then translate the posts and the page using the translation editor.