Example page:
hidden link
All images come up 404. If you try and open the image in a new tab you see this in the url, clearly wrong:
<em><u>hidden link</u></em>
In the Console it looks like this
src=""<em><u>hidden link</u></em>""
Hi,
Thank you for contacting us and I'd be happy to assist.
To troubleshoot this, I'll need to see how these images are set to show in the back-end.
Can you please share temporary admin login details?
Note: Your next reply will be private and please make a complete backup copy, before sharing the access details.
regards,
Waqar
Thank you for sharing the admin access.
During troubleshooting, I noticed that in the view "View for Location Archives", there are two conditional blocks that check for the featured image.
But in the second one, the featured image shortcode "wpv-post-featured-image" was being used without the attribute output='url'.
( screenshot: hidden link )
As a result, the featured image's HTML and not just the URL was being used in the conditional evaluation and this was breaking the image's output.
This is fixed now after adding that attribute.