featured image issue

Posted in: Newspaper
Post count: 7
Post count: 1341

Try to diasable wp-rocket plugin or (and) lazyload effect.

Post count: 7

I have disable wp-rocket and use wp super cache but do not work

Post count: 22421

Hello,

This could be a plugin conflict so please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Thank you!

Post count: 7

I have disable all plugins except the page builder, clear cache but do not work. I also activated a main theme but nothing !

Post count: 35449

Hi,

Your feature image are set with opacity: 0
https://www.screencast.com/t/OFw4yuHyol

Please insert this code in Newspaper> Theme panel> custom code> custom css:

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

Thanks.

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.