• “Diving in Tenerife” (ID 21760) failed.

    Its driving me crazy. I love this plugin but I can’t work out why some images just won’t set.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author ishitaka

    (@ishitaka)

    I couldn’t find the cause from the page source.

    Is the target images registered in the media?

    Thread Starter gsclarke

    (@gsclarke)

    I’ve tried it all ways. I thought maybe it was the image size but they are all over 200 in size

    Plugin Author ishitaka

    (@ishitaka)

    Is the target image an image uploaded in the normal way of WordPress?

    Thread Starter gsclarke

    (@gsclarke)

    yes it is although I have also tried with images via ftp, same result. It says it’s done but displaying posts for not set images shows this is not so. Individual posts have the same issue on update. A manual set is ok. Also it is about 65 images only out of hundreds, the rest did a great job. ??

    Plugin Author ishitaka

    (@ishitaka)

    Is it the image you are displaying with the shortcode?
    The plugin does not support shortcode images, but you can add the following code to the theme’s functions.php to support shortcode images.

    add_filter( 'xo_featured_image_tools_post_content', function( $content ) {
    	$content = do_shortcode( $content );
    	return $content;
    } );
    
    Thread Starter gsclarke

    (@gsclarke)

    no, nothing complicated at all. I make a new post, click update and most set the featured image but not all. I think it must be a clash with the theme somehow

    Plugin Author ishitaka

    (@ishitaka)

    Then I don’t know why they fail. ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Featured Image “failed”’ is closed to new replies.