Hello @michfm,
Please send your website link.
Thanks,
Hello,
Please check your given site url its not currect please send again.
Thanks
Thread Starter
michfm
(@michfm)
Sorry about that, @anoopranawat. Here’s the link: please click here.
Thank you!
Hello,
I have checked the issue its lazy load issue please disable it.
Thanks
Thread Starter
michfm
(@michfm)
Thanks, @anoopranawat. Is there a way on how we can add a class to the images without disabling the lazy load plugin so the slider would still work? Is it possible to do that with your plugin?
– Mich
Hello @michfm
Why you want to add a class to the images.
This is an issue because of the lazy load
when slider initialization complete then images are load so slider not works perfectly that is the main issue.
Thread Starter
michfm
(@michfm)
Hi @anoopranawat
The reason why we want to add a class for the images is that we can target the carousel images to be skipped by the Lazy Loading plugin. Thanks.
– michfm
Hello,
Sorry for the inconvenience
The plugin has no functionality to add custom class but you can customize the plugin as per your need but remember your changes will lose when the plugin will update
You can add your custom class by editing this file line no 56 meta-slider-and-carousel-with-lightbox/includes/shortcode/wp-igsp-meta-gallery-carousel.php
Find <?php echo wp_get_attachment_link($image, 'large');
and replace with <?php echo wp_get_attachment_link($image, 'large your-custom-class'); now your custom class is your-custom-class
Thanks