Hi @mobizdev,
I have checked the provided URL and noticed that some of the images are indeed not loading. Then, I disabled the Lazy load completely but the images were still not loading.
Could you please specify the exact images you are experiencing an issue with and how we can recreate the issue on our end?
Hi there,
thanks for your feedback.
How did you disable Lazy load on our site?
1. LAZY LOAD ACTIVATED in the plugin
The issue is that when the page is loaded and the user did not scroll down to the end of the page and uses the “make PDF” button at the top – only the first 2 images are loaded/displayed – all other images that are on this page are not appearing in the PDF preview popup.
However, once a user has scrolled down to the end of the page, and then uses the “make PDF” button at the bottom of the page, all images are loaded into the PDF preview.
2. LAZY LOAD DEACTIVADED in the plugin
If we deactivate LL in the plugin, then reload the page and make a PDF with the button at the top all images are visible in the PDF preview.
As soon as we activate LLoad we face the issue described under 1.
IMPORTANT: all tests/check were made with loading the page in a different browser, so that we are not logged into the site.
Since your website is hosted at SiteGround, I have also access to the server where it is hosted so I have managed to disable the Lazyload functionality via WP-CLI.
I have managed to recreate the issue on my end, however, there are no other options to exclude the images from Lazy loading besides creating a custom CSS class for them. Unfortunately, the functionality the Elementor plugin provides for creating a new CSS class does not apply to the image itself but rather to the parent <div> container as you mentioned.
Still, you can try applying the solution discussed here:
https://wordpress.org/support/topic/lazy-loading-still-happening-despite-adding-skip-lazy-to-exclusions/
I have already passed this information to our plugin developers so they can consider adding more exclude options for the Lazy load functionality.
-
This reply was modified 3 years, 1 month ago by
Delyan Delov.