Some of the Posts not displaying images

Posted in: Newspaper
Post count: 45

Dear Sir,

Some of our Posts not displaying any images although images are exist. Can you please help to resolve the same.
For example,
Please refer following post

https://goo.gl/yLGkQE

https://goo.gl/Lt6FFu

Regards
Jubel

Post count: 20688

Hi,

Indeed the images seem to be loaded but they are not visible. That should not happen, it could be caused by a plugin conflicting with the theme or maybe theme modification.
I could give you a code to make them visible (enter it in Theme panel->Custom CSS)
https://www.screencast.com/t/Zc37BOKA

body.single.td-animation-stack-type1 .post .entry-thumb,
body.td-animation-stack-type1 .post img[class*="wp-image-"]
{
opacity: 1!important;
}

But it would be better to try and identify what exactly is causing this, it may cause other problems. Deactivate all plugins except theme plugins and check if this has any effect on the issue.

Thanks

Post count: 45

Dear Simion,

Thanks for the response.
Now on post images are coming proper.
But rest of the images are not populating now also.
For example,

    Related Articles,
    More Stories,
    and other widgets images

Can you please help on those too

Regards,
Jubel Thomas Joy

Post count: 2

Hi

I am having the same issue. The images are set to zero opacity. It’s a new install with no other plugins installed at all.

Phil

Post count: 20688

Hi,


@jubeljoy
Then the solution from above will not be the most recommended step to take. Please try as suggested and deactivate all plugins except theme plugins, check if the issue is solved. There are some conflicts with the theme on the website
https://www.screencast.com/t/iWXAFDSNOofF
Trying to patch every instance of the affected elements is not a proper way to do it.
Deactivate the theme lazy-load as well, this is among the first to break in case of conflicts
https://www.screencast.com/t/ceyCX1ski


@TabDesk
Try the same thing and let us know the results.

Thanks

Post count: 45

Hi Simion,

Your great man!!

Its resolved after disabling the lazy-load.

Thanks a lot

Post count: 19

Hey,
I’m experiencing same issue and still can’t be fixed using the above methods.
I’ve also disabled all plugins except theme’s plugins, still no luck.
The featured image is still not showing: http://prntscr.com/iyp3qs

Please help

Post count: 20688

Hi,


@wltrpnm
Please provide a link to your website, pointing to the issue so we can take a look.

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