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 - 466 through 480 (of 506 total)
The Toolset content template works only in post content area, according to the your description, the single "optician-profile" post is rendered by theme file single-optician-profile.php, and render the post content with Toolset content template.
Problem:
The user wanted to use the distance filter in a view but it does not work.
Solution:
The search was also using Relevanssi to search in custom fields. In fact, debugging my views shows that when a term is used in the text search filter, the search query against the database does not include distance/geolocation parameters. Check these screenshots:
- With search box query: http://prntscr.com/shff99
- Without search box query: http://prntscr.com/shfgc4
According to our documentation:
Once you add a search filter that includes custom fields, the entire search operation is performed by the Relevanssi plugin, which means that Relevanssi is also responsible for providing the results order. This is why the Views sorting order options are not used.
Problem:
How to set the default value for dropdown select added as views filter
Solution:
You can simply add custom javascript/jQuery code to your view's "Search and Pagination" section's JS editor that should set the default option for your view's frontend filter.
Problem:
Toolset View causing a very long page load time
Solution:
To display 1347 posts on the map is a lot and it will certainly affect the performance of the page. Even if you create a normal WordPress page without using Toolset and try to load/display the 1347 posts on the single page, eventually it will take almost the same amount of the time as to display 1347 posts is too much.
The only solution to this is you should add pagination or add clustering to your map that might help you to import your page speed.