Added a image set with lightbox. I think all the paths are correct, but the thumbnails are showing! the lightbox itself works fine.
Any ideas?
Added a image set with lightbox. I think all the paths are correct, but the thumbnails are showing! the lightbox itself works fine.
Any ideas?
A few focused checks and quick fixes that solve this exact symptom.
The lightbox opening correctly means your markup and image paths are mostly OK, so the visible thumbnails are a display/markup issue rather than a broken lightbox script. 's example shows the style you probably want: only a single trigger or no visible thumbs while the gallery still navigates inside the overlay. Try the steps below in order.
Checklist (fast diagnostics)
rel="lightbox[...] while Lightbox2 uses data-lightbox="name"). The attribute name changes how the gallery is gathered. Two practical fixes
<a href="images/large1.jpg" data-lightbox="residential">Open gallery</a>
<div style="display:none;">
<a href="images/large1.jpg" data-lightbox="residential"></a>
<a href="images/large2.jpg" data-lightbox="residential"></a>
<a href="images/large3.jpg" data-lightbox="residential"></a>
</div> .gallery-thumbs { display:none; } References and cautions
I don't get what is your problem?? You don't want the thumbnails to be shown or what??
I can see all the pics that are listed inside the image set. If you don't want to show all of the thumbnails check out what I did with this gallery
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.