• Having an issue on multiple websites that all have the same problem. Your responsive gallery is the best and quickest loading I have seen but on accordion and tabs in WPBakery they never work outside the tab or accordion that loads on page load. Can you please help?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    looks like the main script is not loaded on that page. Can you try and add a gallery that is not inside an accordion? Cause I don’t think it will work either.

    Hello. May I help? I had the same issue. When i resize the browser window, the gallery loads. I added a global JS that solves the problem (i use ultimate addons extension for accordion). i don;t know JS so can’t help more, but here is my code.

    jQuery ( function($) {
    $(‘.ult_exp_section_layer’).on(‘click’, function() {
    jQuery(window).resize();
    });
    });

    Thread Starter powersnw

    (@powersnw)

    alexandrost you are my hero!!!!! Your script worked like a charm thank you, thank you, thank you!!!!

    Jules the gallery loads fine on any page outside of WP Bakery accordion or tabs, the script alex added fixes the problem and now loads fine. Thank you both for your feedback.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gallery Not Loading in Accordion or Tabs’ is closed to new replies.