Tell us what you are trying to do?
I am trying to show a customized infowindow using an old school View. Can I provide the infowindow markup to wpv-map-marker? This site does not use Blocks.
Hello. Thank you for contacting the Toolset support.
Yes, if you want to display something when user click on the marker, the infowindow content should go between the marker shortcode:
For example:
[wpv-map-marker map_id="my-map-id" marker_id="my-marker-id" marker_title="This is a marker" marker_field="wpcf-field"]This is the content of the info-window marker popup.[/wpv-map-marker]
Do you want this or you are looking for something else?