Tell us what you are trying to do?
We recently had this issue on several pages but you fixed it. We aren't sure where you fixed it however. This page somehow did not get fixed.
Image is missing, shows broken icon and has "" after it.
hidden link
Hello,
I assume we are talking about the same problem as your previous thread:
https://toolset.com/forums/topic/all-our-featured-images-are-broken/
Please provide your website credentials in below private message box, I need to check it in a live website, thanks
Thanks for the details, I can see the problem in your website.
And the problem is abnormal, the shortcode [wpv-post-featured-image] does not work in your website.
Please try these:
1) Make sure you are using the latest version of Toolset plugins, you can download them here:
https://toolset.com/account/downloads/
2) In case it is a compatibility problem, please deactivate all other plugins, and switch to wordpress default theme 2021, deactivate all custom PHP/JS code snippets, and test again
3) Also check if there is any PHP/JS error in your website:
https://toolset.com/documentation/programmer-reference/debugging-sites-built-with-toolset/
While we can't do all of this on the live site I tried it on the test site (which has the same issue).
We get this in the console regarding the images:
hidden link
No error messages in the log.
Obviously the URL is being called wrong. Disabling other plugins and themes via the using the Health and Troubleshooter plugin did not help.
Never mind. Using the old thread we found it ourselves. The view wasn't intuitive to find but it was the exact same problem. the code had to be updated (it hasn't been touched since the site was built so I assume an update doesn't like it)
For reference this:
[wpv-conditional if="( '[wpv-post-featured-image
had to be updated to this:
[wpv-conditional if="( '[wpv-post-featured-image output='url']
I'd never have found it without going through the Front End Editor. Normally I use just the one in the back end.
My issue is resolved now. Thank you!