Hi
http://denzeny.sk/
On homepage after I scroll down-the photos are not loading. They will show after I scroll from bottom to up.
Thanks for advice.
Thanks, it helped. However ..the issue showed after I added custom block to bottom of the homepage demo….Till this, everything was ok.
Hi,
The lazy load feature uses js, i suspect the issue may be caused by a plugin, try to disable cdn/cache, disable all plugins except for Visual Composer, enable lazy load and see if the issue is still there. If it’s gone enable the rest of the plugins one by one until you find the one which causes this.
Thank you!
Hi, I tried but it didn´t help.
As I already wrote, the issue showed after I changed homepage on bottom and I added there 2 carousel image blocks. All photos which are under theese 2 blocks have missing photos. When I scroll up from bottom of page, photos will show. Till then, everything was Ok. I didn´t install new plugins.
Hi,
I have tried this on my side and I could recreate your issue. It is related to the Visual Composer element(carousel) and the theme lazy load effect. I have added this on our issue list and we will try to fix it as soon as possible. Until then please disable lazy load animation from Theme Panel – http://screencast.com/t/OGsVW2OuCanu
Thanks and sorry for inconvenience!
Hi,
Because of the VC Carousel behavior, whose dimension is recomputed when it renders, the others elements in page, animated by the lazy load effect, are moved from their initial positions. So, the animation script doesn’t know when the VC Carousel component has finished its rendering, to recompute the animated elements’ position.
One solution would be to modify the animation script, which needs multiple checks for VC Carousel. But in page, it can be used multiple instances of the VC Carousel component.
So, we’ve chosen a simpler solution like the animation script deactivates itself when it detects any VC Carousel component in page.
We’ll see if it’s okay for users.