New Landing How can we help? Atelier Tour section images don't load

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #291182
    solidsn2004
    Member
    Post count: 208

    Hi,

    I am working on a testing server on a website and I have added a tour section in swift page builder with a few galleries inside (see in page Realizzazioni).
    I noticed however that when I change tabs, images don’t load in all of them but you can see a pixel height of the image instead of the whole thing (see attached image).

    What is causing this issue?

    Thanks in advance.

    Attachments:
    You must be logged in to view attached files.
    #291562
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Please try adding the following to the Theme Options > Custom CSS/JS > Custom JS box:

    jQuery(document).ready(function() {
    // Reset isotope layout on tab shown
    jQuery('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
           var target = jQuery(e.target).attr("href");
           if ( jQuery(target).find('.filterable-items').length > 0 ) {
                 jQuery(target).find('.filterable-items').isotope('layout');
           }
    });
    });

    We have this included in the next update.

    – Ed

    #291563
    solidsn2004
    Member
    Post count: 208

    Hi Ed and thanks for your reply.
    I tried the js code you gave me but it doesn’t work.
    I tried emptying the cache as well but I am still getting the issue.

    Feel free to do some testing yourself on the website as it’s a testing one. I gave you access already if I am not mistaken.

    Thanks again and let me know.

    Cheers

    #291992
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Apologies for the delay – just tried to access your site but I’m getting a DNS error?

    – Ed

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register