Hi Roger,
Thank you for sharing the update.
I've checked your page ( hidden link ) and noticed that it is using the view named "Listing Map - View".
( hidden link )
If you'll check this view's "Loop Editor" section ( screenshot: hidden link ), you'll see that it is not loading the content template for this view ("Loop item in Listing Map - View"), but instead calling a different content template "Loop item in Ads list – table" from a different view.
( hidden link )
This is the reason, why what you'll add in the content template section of this view ( screenshot: hidden link ) won't show and instead, what is in the other content template is showing ( screenshot: hidden link ).
The first step to fix this would be to update the following line in the "Loop Editor" to load the correct content template. You'll replace:
[wpv-post-body view_template="Loop item in Ads list – table"]
With:
[wpv-post-body view_template="Loop item in Listing Map - View"]
Once the view is showing the content from the correct content template, you can add any content in it including the one copied from the other content template.
To show the marker coming from the new address field, you can include the following shortcode in the content template:
[wpv-map-marker map_id='listing-map' marker_id='marker-[wpv-post-id]' marker_title='hovering over text' marker_field='wpcf-game-location']Popup content text[/wpv-map-marker]
Note: Feel free to adjust the "hovering over text" and the "Popup content text", as needed.
Once the content, map and the markers are working, you're welcome to open a new ticket about the search filters. As per our support policy ( https://toolset.com/toolset-support-policy/ ), only question/issue can be addressed, per ticket.
regards,
Waqar