We have a map here: hidden link
I have set
in the wpv-map-render[/php] shortcode, but the map is still showing me zoom controls, despite clearing all the caches (WP Rocket, CSS, Priority Elements, Redis Object Cache).
[wpv-map-render
map_id="find-a-job-map"
spiderfy="off"
cluster="off"
scrollwheel="off"
draggable="off"
zoom_control="off"
double_click_zoom="off"
map_type_control="off"
full_screen_control="off"
street_view_control="off"
map_height="300px"][/wpv-map-render]
I tried re-inserting the map shortcode via the GUI to ensure nothing had changed, but it provided the same options as I had set already.
Newly inserted map code via GUI:
[wpv-map-render
map_id="find-a-job-map"
draggable="off"
scrollwheel="off"
double_click_zoom="off"
map_type_control="off"
zoom_control="off"
street_view_control="off"][/wpv-map-render]
Existing map code in View "Find a Job Search and Results View" (hidden link
1) How can we ensure the users cannot zoom the map? Google's costs have increased significantly for map usage, so we want to prevent as many unnecessary renders as possible.
2) What is this about in the Toolset Settings > Maps? (the linked documenation https://toolset.com/course-lesson/displaying-a-list-of-posts-on-a-map/?utm_source=plugin&utm_campaign=blocks&utm_medium=gui doesn't describe the difference between legacy and current)
Map plugin (legacy)
You can enable the legacy Views Maps plugin if you already use in your site.
Get more details about the new Toolset Maps plugin in the documentation page.
Enable the legacy Views Map plugin
3) The
option is missing from your documentation Programmer Reference https://toolset.com/documentation/programmer-reference/maps/maps-shortcodes/#wpv-map-render. Is it still supported and usable?
4) Just spotted that
is also missing from your documentation, but we are still using it. Is it still supported? It is very quirky and doesn't always work reliably, particularly if using the arrow up/down buttons or if several queries are submitted in short space of time.
Kind regards
Simon