• Resolved guy

    (@bonnwarapol)


    • I use the Grid at 1st tab but it crops my images off so,
    • I use the Carousel instead at second and third tabs but they are very delay on loading images so,
    • I use the Mansonany instead at the bottom, but the images are offset the tab container and overlapse the footer.

    What can I do?

    • This topic was modified 1 year, 8 months ago by guy.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support mohsinbsf

    (@mohsinbsf)

    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)

    Thank you

    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 1 year, 8 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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Specta-Tab with Gallery Problems’ is closed to new replies.