Tagged: gallery
Howdy-
The gallery I’m referring to is here: http://www.spnystudios.com/wordpress/studios/
Along the right hand side, you’ll see “Past Productions.”
My questions are:
1. How can I eliminate the thumbnails below the main image? Or – is there a way to limit how many thumbnails are shown?
2. Once the thumbnails are eliminated, is there a way to have the images play through like a slide show in that large thumbnail window?
3. Once I click on the gallery link, the light box opens up but you’ll see that in the light box view, the caption is the same for each image. Where can I edit that caption for each image?
Thanks!
-Jason
Aha! So I found the answer to question #3 – go into “Media,” select image, edit, enter description. -Jason
Hey Jason!
Try adding this code to the Quick CSS:
div.avia-gallery-thumb {
display: none;
}
If you look closely the caption is not the same in each image.
Cheers!
Josue
Excellent, thanks! The code above worked perfectly. So I have answers to questions #1 & #3. If you have any hint on #2 that would be great but what I’ve got right now works just fine. Thanks! -Jason
That’s not possible unfortunately.