Hi welcome to Toolset support. Would you please check the points below?
1. Rebuild Toolset’s address cache
Go to Toolset → Settings → Maps → Cached data
Click Clear stored cached entries
Then click Check for missing cache entries
This forces Toolset to (re)cache coordinates used by location/address fields and markers.
Please check this documenation:
https://toolset.com/course-lesson/data-caching-for-maps-addresses/
2. Fix the marker_field for a taxonomy term “Location” field
In a Taxonomy View, marker_field must point to the term field slug/meta key exactly as Toolset expects.
Edit the View → in the marker shortcode, click Fields and Views and insert the Location field (so you don’t guess the key), then use the same field slug/key in marker_field.
3. Minimal working test inside a View (don’t use an HTML block)
Create a quick Taxonomy View with 1 term and use only:
[wpv-map-render map_id="test-map" map_height="400px" map_width="100%"]
<wpv-loop>
[wpv-map-marker map_id="test-map" marker_id="[wpv-taxonomy-term-id]" marker_address="New York, USA"]
</wpv-loop>
[/wpv-map-render]
If this work, your issue is the term field key / cache.
5. If the issue persists, try a conflict check:
- IMPORTANT STEP! Create a backup of your website. Or better approach will be to test this on a copy/staging version of the website to avoid any disruption of a live website.
- Switch to the default theme such as "TwentyTwenty" by going to "WordPress Dashboard > Appearance > themes".
- Go to "WordPress Dashboard > Plugins" and deactivate all plugins except:
. Toolset Block/Views
. Toolset types
. Toolset Maps
- Check if you can still recreate the issue.
- If not, re-activate your plugins one by one and check the issue each time to find out the plugin that causes the problem.
Thanks.