Hi!
A month ago, a different user contacted us via email with the same issue. I looked at the theme and I think I found what was wrong.
In Impreza/framework/functions/post.php, right at the end of the file, there’s a filter with the following comment:
Since WP 4.6. Fix previews for post/portfolio grid thumbs. Overrides _wp_preview_post_thumbnail_filter from wp-includes/revision.php
I don’t understand what its goal is, but if you remove the filter, external featured images work properly *.
* I haven’t tested them thoroughly under all possible circumstances, such as grids or carousels, because those are out of the scope of the plugin.
Regards,
David
Disabled:
add_filter (' get_post_metadata ', ' us_preview_post_thumbnail_filter ', 11, 3);
It works! Thank you very much!
Awesome! I’m glad to know it worked 🙂
Please, don’t forget to rate our plugin and comment on it – your opinions are always welcome and help us improve and keep motivated 😀