When using the tribe_events shortcode to display events for one category, in map view, it shows events from other categories too.
Shortcode in use:
[tribe_events view=”map” category=”my-category” tribe-bar=”true”]
(shows results for other categories on map)
If I change the shortcode to photo view, it works correctly and shows only events from specified category:
[tribe_events view=”photo” category=”my-category” tribe-bar=”true”]
On the front-end, if I’m viewing the events for this shortcode (photo view), all is good – and then if I use the tribe bar to change view to maps, I get the same error (shows results from other categories on the map).
All other views seem to be ok, it is just maps that are showing events from other categories.