Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #268173

    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

    #268175

    Aha! So I found the answer to question #3 – go into “Media,” select image, edit, enter description. -Jason

    #268178

    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

    #268203

    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

    #268209

    That’s not possible unfortunately.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Photo Gallery Questions’ is closed to new replies.