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 - 661 through 675 (of 725 total)
Problem: I would like to display two markers on a single map. The locations for each marker are stored in separate custom fields on the same post.
Solution: Use one map shortcode and two marker shortcodes to display the map on your custom post template. No View is required here, since you don't need to loop over posts.
Problem: Is it possible to use a distance-based filter in a View without implementing a map?
Solution: Yes, you can add a distance-based filter in a View without adding a map shortcode to the display. The results will still be filtered using the parameters in your distance filter.
Problem: I have a custom search View with a distance filter, but the inputs that let the User set the distance radius and units are not appearing on the front-end of the site.
Solution: It looks like the filter controls and the Query Filter are out of sync, and recreating the filter is necessary. Delete the distance Query Filter, and delete the corresponding distance filter control from Search and Pagination. Recreate the distance filter in the Search and Pagination editor, and the Query Filter will be automatically updated.
Problem: I am trying to set up a distance filter in a custom search View with a map, but the distance filter isn't working like I would expect. Site Users cannot select the distance radius in the filter, nor can they select the distance units (mi/km). If I manually update the URL to include the appropriate parameters, the distance filter begins working.
Solution: When using the inputs_placeholder attribute in the wpv-control-distance shortcode, you should always include the %%DISTANCE%% keyword in its contents. Otherwise the filtering system will not work correctly. You can use CSS if necessary to hide the distance and units filter inputs:
[wpv-control-distance default_distance="20" default_unit="mi" compare_field="map-address" distance_center_url_param="toolset_maps_distance_center" distance_radius_url_param="toolset_maps_distance_radius" distance_unit_url_param="toolset_maps_distance_unit" inputs_placeholder="<span style='display:none;'>Show spaces within %%DISTANCE%% of </span>%%CENTER%%"]