Gallery shows only the first picture after latest update
-
Hello,
The recent update makes galleries shows only the first image. Rollback to previous version will get back to normal. I’m using rel to group the images. Below is my code. Please help.
<a rel="<?php echo 'gallery' . $count; ?>" class="fancybox" href="<?php echo esc_url($image_large); ?>" data-caption="<?php echo esc_attr($image_text) . "<span id='image-no'>" . $j . " of " . $no_of_images . "</span>"; ?>"> <img src="<?php echo esc_url($image_thumb); ?>" alt="<?php echo esc_attr($image_alt); ?>"> </a> <div class="hidden"> <a rel="<?php echo 'gallery' . $count; ?>" class="fancybox" href="<?php echo esc_url($image_large); ?>" data-caption="<?php echo esc_attr($image_text) . "<span id='image-no'>" . $j . " of " . $no_of_images . "</span>"; ?>"> <img src="<?php echo esc_url($image_thumb); ?>" alt="<?php echo esc_attr($image_alt); ?>"> </a> </div>
Thank you,
Charon
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Gallery shows only the first picture after latest update’ is closed to new replies.