Images not showing on home page, posts after theme install

Posted in: Newspaper
Post count: 2

Hi there

I extensively tested your theme on our dev server before bringing it live on our production environment. I’ve managed to get everything working great, but no images are showing on the home page or posts.

I’m currently regenerating thumbnails (hoping that will help), but this was not an issue on my dev box (an exact copy of my production box). The URL of the site is htxt.co.za.

Can you steer me in the right direction of what might be causing this?

Post count: 20688

Hi,

I see there are images displayed currently – http://prntscr.com/kjsels
So maybe you solved the problem.

Post count: 2

Hi Simion

We fixed it with a piece of Custom CSS i.e.

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

But I’d still like to track the issue if at all possible so we don’t have to use the Custom CSS.

Any ideas?

Post count: 20688

Hi,

Usually image problems are in almost all cases caused by a conflict (caused by plugins or in other cases code used in the theme panel) that results in the theme lazy-load not functioning correctly, rendering the images invisible.

I inspected your website, there are no errors at the moment. If you remove that code you used to force the opacity of the images there should be no problem from what I can see, give it a try.

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