• Resolved devamxcom

    (@devamxcom)


    Hi!
    I’m having difficulties with implementing the galleries on the ‘/design-de-interiores’ page. The page is built in Elementor and has a shortcode field which navigation tabs are included (which are already working). However, inside the shortcode there is a section with divs that each contain a different gallery, included by the plugin’s shortcode.
    The difficulty is that only the first gallery on the page is loaded, while the others are not. This also happens if I include the gallery by the element itself. can you help me?

    This is the way the galleries are included in the page:

    <section class="galerias">
        <div id="sala" class="g-ativo">
            <p>Sala</p>
            <?php echo do_shortcode('[photoblocks id=7]'); ?>
        </div>
    
        <div id="living">
            <p>Living</p>
            <?php echo do_shortcode('[photoblocks id=4]'); ?>
        </div>
    
        <div id="home">
            <p>Home</p>
            <?php echo do_shortcode('[photoblocks id=5]'); ?> 
        </div>
    
        <div id="decoracao">
            <p>Decora??o</p>
            <?php echo do_shortcode('[photoblocks id=6]'); ?> 
        </div>
    </section>

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support beatrice12

    (@beatrice12)

    Hello @devamxcom,

    Thank you for reaching out to us!

    This happens because of how the gallery is designed and how its scripts work in tabs. When clicking from one tab to another the gallery’s script does not know what width to get and it does not display the gallery.
    As much as we’d love to the plugin was not designed to work in tabs at the moment, I am really sorry.
    We have an open ticket for this and are doing our best to find a solution for it in one of our next updates.

    Warmly,
    Beatrice.

    Thread Starter devamxcom

    (@devamxcom)

    Hi @beatrice12 !

    Thanks a lot for the support! I’ll look for another way to implement the galleries on the page. I’m waiting for updates.
    Good week and good work!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Gallery images don’t load’ is closed to new replies.