Hi Ismael,
For some reason I could not get either of those to work for me (maybe I got something wrong with code). However I found that there is a very simple solution to having separate lightboxes which I just posted on another thread.
All I needed was to put each gallery in a div with the following:
<div class=”avia-gallery”></div>
I did not need to add any other code anywhere.
I still would prefer that it worked with a simple relational attribute such as:
rel=”lightbox[001]”
It works this way another site I have and eliminates the need to surround everything with the div class. However the above is a very acceptable solution.
Thanks again!
Trying for a couple days now to find a solution for separate lightbox on same page and finally thought this would do it. All this does is allow one separate lightbox, correct? What if you have want 3 or more lightboxes?
I’m pulling my hair our on this one. My old site all I had to do was use rel=”lightbox[name]” and I could have as many separate lightboxes as I needed. I have tried several different lightbox plugins as well as everything I can find online and there doesn’t seem to be a solution.
All I want to do is have a part list and when you click the part number, 2 or 3 images come up. This seems like such a simple thing. Crazy that it’s so hard to do…maybe I’m missing something.