Hey @snet0,
Is it only happening when clicking the Google logo in the map? If so, then that is the issue. That link does not have any location information stored in it, but the link that the plugin generates outside of the map (which I couldn’t find on your site) does indeed provide the marker when clicked.
Geoff
Thread Starter
snet0
(@snet0)
Hi Geoff:
Thank you very much for your answer.
The issue only happens when clicking the Google logo. Could you explain to me how get the link to open the map outside with the marker? We’d like to provide a way to open the map with the marker.
Thanks in advance.
Hey there!
You can use the tribe_get_map_link() function to fetch the link and display it in your template:
https://theeventscalendar.com/function/tribe_get_map_link/
Cheers!
Geoff
Thread Starter
snet0
(@snet0)
Ok, thank you for your help 🙂