Images not visible

Posted in: Newspaper
Post count: 13

Hello there, Need your help. After migrating from php55 to php71 and transfering sites to a new server images are not visible anymore. Where could be the problem? Theme is updated to the last version. Centos 7.5 on the Server, ea-php71 version. BTW images are visible when I turn off Lazy Image loading. Thanks

Post count: 9544

Usually best to turn off the lazy load thing as I found when running opcache with PHP 7 that it sometimes had empty spaces as the “document loaded” never fully got parsed in some browsers, so you’d get blank spots. It’s really on animation anyway.

So, make sure ‘with opcache on’ is running for PHP 7, and turn OFF the ‘lazy load effect’ in theme panel. Fixes it.

🙂

(I don’t work here just webdev dinosaur and TagDiv lurker since 2013)

Post count: 13

Thanks for reply
Does this means that I can not use Lazy Image load feature in my case? or is there a way to fix this? I did try different ways, when the Lazy Image is on no image shown ones turned off visible.

Post count: 20688

Hi,

That is in most cases caused by javascript errors due to plugin conflicts, or theme modifications, or added code. The lazy-load is the first to break, there could be other problems that you have not yet identified.

There was a user with a similar issue a while back, the images were not loading in his case because of a script that was part of the ads he was using.
If you would check in the browser console there will be javascript errors most likely.

Try the basics initially, deactivate all plugins as a quick test (leave only theme plugins active), remove custom code from theme panel, deactivate the child theme if used, remove theme modifications or code added in theme files.

Let us know what you find.
Thanks

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