WPIntell

Source evidence

Featured Image “failed”

XO Featured Image Tools · support · 2023-07-23T09:57:00+00:00

complaintsentiment
mediumseverity
0.92relevance
7replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 26 rows with source links

15.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
gsclarke unresolved
“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] I couldn’t find the cause from the page source. Is the target images registered in the media? I’ve tried it all ways. I thought maybe it was the image size but they are all over 200 in size Is the target image an image uploaded in the normal way of WordPress? 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. 🙂 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; } ); 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 Then I don’t know why they fail. 🙇

Comments

7 shown
ishitaka 2023-07-23T10:55:00+00:00

I couldn’t find the cause from the page source. Is the target images registered in the media?

gsclarke 2023-07-23T11:16:00+00:00

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

ishitaka 2023-07-23T12:05:00+00:00

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

gsclarke 2023-07-23T12:11:00+00:00

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. 🙂

ishitaka 2023-07-24T01:06:00+00:00

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; } );

gsclarke 2023-07-24T08:27:00+00:00

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

ishitaka 2023-07-25T02:37:00+00:00

Then I don’t know why they fail. 🙇