• Great job, thanks!
    One question, when I use sliders or display posts using widgets from the original theme, I don’t have any problem with the featured image, but when I try to use a plugin to add a caroussel, if I set the featured image with the default mode, it does display the picture, but if I use an external link (with this plugin), the image is not loaded, it looks like it doesn’t find the featured image… Do you have any idea or possible solution on that?

    Thank you ??

Viewing 1 replies (of 1 total)
  • Thread Starter Laura

    (@napbuf)

    Hello,
    I found a workaround for that:
    The other plugin was using wp_get_attachment_image to get the thumbnail for a specific post. This is not compatible with your plugin, as you set the thumbnail_id= -1 for external featured images. Instead, I have changed the other plugin the get the image url from the new meta key: $img_url = get_post_meta(get_the_ID(), 'fifu_image_url', true);

    Great plugin again, thank you ??

Viewing 1 replies (of 1 total)
  • The topic ‘It's great, thanks!!’ is closed to new replies.