I am trying to:
display view list for media with [wpv-post-featured-image] shortcode
Link to a page where the issue can be seen: hidden link
I expected to see:
media images rendered
Instead, I got: missing images
*Previously it was working with displaying view list for media but after updating toolset to latest, it failed to render.*
I would need to log in and grab a copy with the duplicator plugin.
However I did some debugging and I see why this wouldn't work. The problem is that the image isn't stored as a featured image but under the table key _wp_attached_file which is different from the featured image.
I've got some information from our 2nd tier supporters.
The verdict is essentially this shouldn't have worked in the first place because the shortcode isn't meant to be used in this context.
Perhaps in the old version of the plugin this worked perhaps because of a bug or an exception case which could've been patched out in a future update.
Essentially its because media files are stored differently from regular posts and their media files are not stored under the same name as featured images.
The only workaround to this is the shortcode I provided previously.