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
Regards
Jubel
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
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
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