Hi, I installed the Lightbox Plugin but i have some problem to make different Gallery in the same page/post. How is possible upload different goups of images in the same wordpress page, to realize different Galleries? This is not possible with WP uploader?
I have already add different class name in lightbox-gallery.js
jQuery('.gallery1 a').lightBox({captionPosition:'gallery'});
jQuery('.gallery2 a').lightBox({captionPosition:'gallery'});
jQuery('.gallery3 a').lightBox({captionPosition:'gallery'});
jQuery('.gallery4 a').lightBox({captionPosition:'gallery'});
etc..
etc..
and I used in shortcode: ex.) [gallery lightboxsize="full" columns="4" class="gallery2"]
What to make more... to show separates Galleries like this >> http://hiroaki.gentoki.com ?
Thanks!