Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.43k stars 1.99k forks source link

Reader: Featured Image not displayed for some posts #7216

Closed jeherve closed 8 years ago

jeherve commented 8 years ago

Steps to reproduce

  1. Go to https://wordpress.com/read/blogs/67272686
  2. Locate the post titled "Help make WordCamp DFW a success!"
  3. It doesn't display any featured image: screen shot 2016-08-02 at 12 44 08 pm
  4. The post does include a Featured Image, though: https://public-api.wordpress.com/rest/v1.1/sites/67272686/posts/5927
bluefuton commented 8 years ago

@jeherve I don't think that the featured image is big enough in this case (352 × 235px). We're looking for a minimum of 600px width to display a banner.

blowery commented 8 years ago

@bluefuton this is also one of those "one-liner" cases... I wonder if we should ditch those until the refresh comes out..

jeherve commented 8 years ago

I don't think that the featured image is big enough in this case (352 × 235px). We're looking for a minimum of 600px width to display a banner.

That makes sense 👍

blowery commented 8 years ago

The other issue here is that the featured image isn't appearing in the full post view. I think we may be suppressing small ones, incorrectly.

richardmtl commented 8 years ago

I have a similar report in 2785611-t

https://wordpress.com/read/blogs/115053861

Featured images stopped appearing for my posts newer than August 10, 2016

The image on http://www.selfdistractsequence.com/the-museum-of-grind/ is 840 x 480

ehti commented 8 years ago

Got another report. Featured images for this site were showing earlier, but not anymore for new posts.

E.g.: http://www.cookingfromheart.com/2016/08/22/farfalle-with-creamy-peas-and-chives-sauce-home-made-farfalle-recipe/

It has a featured image set but it doesn't show up. Feed: https://wordpress.com/read/feeds/48698434

I don't see an issue with featured image size as the previous ones which do show up are similar in size as the new ones.

blowery commented 8 years ago

Looks like that site is having problems with the new Jetpack sync, which is causing us to miss the featured images. In contact with jpop support to see what we can do.

blowery commented 8 years ago

Ah, that wasn't the problem. The issue here is two-fold: 1) this isn't really a featured image, the image is actually in the content and 2) the image is not in the content that's in the feed (see http://www.cookingfromheart.com/feed/ ) so we can't pick it up with our current system

To get featured images in the reader, the author can either use featured images on the posts, or they can turn off summary feeds for the site.

jeherve commented 8 years ago

Is there a possible work-around, when:

You can find 2 examples here: https://wordpress.com/read/feeds/8020695

It seems to me like the Featured Image should always be the first choice when choosing a cover image in the Reader, even if that Featured Image isn't used in the post.

blowery commented 8 years ago

@jeherve looks like the problem there is that werewp.com isn't properly associated with your jetpack site in the feedbag. Looking into that.

lancewillett commented 8 years ago

This looks resolved now, at least on original Reader view for https://wordpress.com/read/blogs/67272686

Testing with staging, Mac-n-Chrome:

screen shot 2016-10-31 at 14 37 32

screen shot 2016-10-31 at 14 37 36

If there are other related bugs that still need addressing, let's open new issues for them separately.