Gallery images don’t load
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Gallery images don’t load’ is closed to new replies.