Feature image is NOT showing in Newspaper7 theme

Posted in: Newspaper
Post count: 7

I recently purchased Newspaper7 theme.

Featured image is NOT displayed while viewing the post after installing Newspaper7 theme.

http://www.reviewfood.net/nandakishor/198/italian-food/rustica-veg-pizza-thin-crust-cafe-toscano-jayanagar-2nd-block

By the way, featured image area is seen as blank space and when we click on the featured image area or blank space, it opens the featured image or loads the image in the browser window or tab :
http://i2.wp.com/www.reviewfood.net/wp-content/uploads/2016/05/Rustica-veg-pizza-thin-crust-toscano-jayanagar.jpg?fit=4208%2C3120

However, if I switch to my earlier theme or some other theme featured image is showing up or displayed as expected.

Only with newspaper7 theme, featured image is NOT displayed.

Also I tried revolutionary slider and a post with grids or grid with slide, etc – It is NOT showing the featured images.

Featured images are NOT showing in the grid with Newspaper7 theme :
http://www.reviewfood.net/search-by-food

Note: I have tried clearing all cache (W3 Total Cache plugin) and purging everything from my cloudflare CDN but I still see the same issue.

Appreciate your quick help.

Post count: 37

You have a strange line of CSS causing it

body.td-animation-stack-type0 .td-animation-stack .entry-thumb, body.td-animation-stack-type0 .post
img {opacity: 0;}

You can fix this by adding custom css of this

body.td-animation-stack-type0 .td-animation-stack .entry-thumb, body.td-animation-stack-type0 .post
img {opacity: 1 !important;}

Post count: 37

If you go into the theme settings try disabling the lazy loading function as well that might be what’s adding it… Use a plugin like this to get a real lazy load.

https://wordpress.org/plugins/rocket-lazy-load/

Post count: 7

Thank you for the sooper sonic response.

Both the suggested solutions works – Adding custom CSS code or disabling lazy loading in theme settings & installing rocket lazy load.

Thanks for your quick help in resolving this issue.

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.