Hi @bonnwarapol,
Sorry for the inconvenience caused to you.
I have replicated the issue and passed on the details to our developers to investigate the issue in detail. Rest assured, I will get back to you as soon as I receive an update from them. Till then, I appreciate your patience and understanding in this matter.
Have a good one!
Thread Starter
guy
(@bonnwarapol)
For the carousel problem, I unset the img tag’s attribute loading=”lazy”. This work well, so I think the easiest way is adding the option “lazyload or not” to the config menu.
The code is
<script>
(function($) {
$(document).ready(function() {
$('.uagb-tab a').each(function() {
$( this ).attr("href", "javascript: void(0);");
});
$('.spectra-image-gallery__media-thumbnail').each(function() {
$( this ).attr("loading", "unset");
});
});
})(jQuery);
</script>
-
This reply was modified 3 years, 2 months ago by
guy.
Hello @bonnwarapol ,
Thanks for pointing this out and we are glad this works for you.
Please feel free to contact us in case of any other queries.
Regards.
Judith.
Hello @bonnwarapol,
It’s been a while since we heard from you. I am going ahead to mark this thread as resolved.
Please feel free to open a new thread in case of any other queries.