I'm using WP Events Manager (hidden link), which has a location field for the address of events. I want to show the events on a Toolset Map.
I've added hidden custom fields in Toolset settings to show the Events Manager fields: _location_address, _location_latitude, _location_longitude. I think these will be the correct fields, though I'm not 100% sure.
I've created a View with a Map and a marker for my loop.
I'm not generating any pins on my map. Even when I test the custom fields outside of the map/marker, I'm not getting any output from them, e.g.
Attributes: {"item":null,"id":null,"post_id":null,"index":"","name":"_location_address","separator":", ","parse_shortcodes":""}
Info: Data received from cache. Filter wpv-post-field-meta-_location_address applied. Filter wpv-post-field-_location_address applied.
Can you help with using Events Manager plugin to display events on our map?
Hello. Thank you for contacting the Toolset support.
Can you please share problem URL and admin access details and what view you are using to display the map and events.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
Well - this is more related to Events Manager plugin about how to get the location details.
Here is the Doc that shows information about how you can get the related location details of particular event - you can use such placeholders with the shortcode "location":
- hidden link
- hidden link
To get the related location ID we use the shortcode: wpv-post-field name='_location_id']
Now, we will use this location ID and pass it as shortcode attribute "location" using "location" shortcode.
Well - this is more related to Events Manager plugin about how to get the location details.
Here is the Doc that shows information about how you can get the related location details of particular event - you can use such placeholders with the shortcode "location":
- hidden link
- hidden link
To get the related location ID we use the shortcode: wpv-post-field name='_location_id']
Now, we will use this location ID and pass it as shortcode attribute "location" using "location" shortcode.