metafold
Member
Posted 1 year ago #
is it possible to achieve multiple (separate) galleries within a single post with your (awesome!) plugin? i mean, just to clarify, that i'd like to put something like:
<begin post>
title 1
GALLERY 1
title 2
GALLERY 2
title n...
GALLERY N...
<end post>
...and NOT be able to get from the last image in "gallery 1" to the first image in "gallery 2" by pressing the right arrow or selecting "next".
if there's a shortcode or tag or something obvious for this already in place, my sincerest apologies! thanks again for all your awesome work.
http://wordpress.org/extend/plugins/wp-jquery-lightbox/
Are you publishing galleries from multiple posts, or are you using the exclude/include-parameters to create different galleries?
In the first case;
[gallery link="file" id="398"]
[gallery link="file" id="412"]
Should produce two separate lightboxed post-galleries.
In the second case; no.
metafold
Member
Posted 1 year ago #
aha! thank, mr.ulfben! (i was trying to do the former.)
i haven't tried out your include/exclude trick yet, but i will shortly and will re-post if i have any trouble. oh, also, i didn't see that in the documentation...did i just miss it? if so, sorry for wasting your time! if not, maybe include it?
cheers!
exclude/include is WordPress' functionality;
http://codex.wordpress.org/Gallery_Shortcode
placeboarts
Member
Posted 1 year ago #
I am using include to print multiple galleries on one page (about 10) and lightbox still moves from one gallery to the next. Do you know if there's a solution to this?
placeboarts
Member
Posted 1 year ago #
Wow, somehow I did not get notified that you replied to that post.
My sincere apologies!