• Resolved theansi

    (@theansi)


    Hello.

    In WordPress 4.7.2 does not display external featured image on the plugin “Nelio Content” and the old plugin “Nelio External Featured Image” with Impreza theme. Works only on WordPress version 4.6.3.

    • This topic was modified 8 years, 1 month ago by theansi.
    • This topic was modified 8 years, 1 month ago by theansi.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author David Aguilera

    (@davilera)

    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

    Thread Starter theansi

    (@theansi)

    Disabled:
    add_filter (' get_post_metadata ', ' us_preview_post_thumbnail_filter ', 11, 3);
    It works! Thank you very much!

    Plugin Author David Aguilera

    (@davilera)

    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 ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not work external featured image (Impreza theme)’ is closed to new replies.