Hi @jhaampe,
Thanks for contacting Leap13 support!
Your ticket is being checked by dev team and you’ll receive a reply ASAP.
Regards
Hi @jhaampe,
Well, I’ve checked your page, I suspect that the issue is coming from JetPack Lazyload Images. So, could you please disable it and let me know if it do the trick so we can check what exactly is going there?
Regards
Hi,
I’ve just disabled Lazyload Images. Looks like you were right, Media Grid displays correctly this time.
It would be great if you could get them to work together.
Thank you for your time!
Plugin Author
Leap13
(@leap13)
Hi @jhaampe
Great, so glad to hear that 🙂
Well, could you please add the code below in your theme functions.php file and let me know if it did the trick?
add_filter( 'jetpack_lazy_images_blacklisted_classes', 'exclude_media_grid_images_from_lazy_load', 999, 1 );
function exclude_media_grid_images_from_lazy_load( $classes ) {
$classes[] = 'pa-gallery-image';
return $classes;
}
Regards
Hi,
I got a warning from WordPress: jetpack_lazy_images_blacklisted_classes is deprecated since Jetpack 8.7.0.
So I used jetpack_lazy_images_blocked_classes instead, and it seems to work!
Thanks a lot for your help!
Hi @jhaampe,
Great, I’m so glad that everything is working just fine with you now.
If you have any farther questions, please don’t hesitate to feed me back anytime
It would be great if you could please do us a BIG favor by rating Premium Addons for Elementor on our WordPress page.
Regards