noahcaldwell
Forum Replies Created
-
Thanks so much for taking a look. I’ll try that and let you know.
Thanks daveydz23!!!
I should specify: open the budweiser gallery – it spills into the facebook gallery and then to HTC – etc
the apple gallery is garbage after working in it.
Yes – that’s correct. View the ‘Partners’ page:
daveydz3,
We’re having similar issues because our multiple galleries are contained in a div class=”fancybox-hidden” so that the gallery opens up when you click the designated button (not a thumb). The problem is that the multiple nextgen galleries are all in divs with this same class. So what happens is when you open the gallery it doesn’t end where it should and bleeds into the next gallery photos.
How do we link directly to the nextgen gallery – but not have that gallery show up until the button we link is clicked? And, how do we have multiple on 1 page?
I know there must be a better way. Any thoughts are appreciated. Thank you for your help.
Here is the code were using for reference –
<div class="buttonclass"> <a href="first_image_in_gallery_A.jpg"><img class="alignnone size-full wp-image-413" title="Gallery A" src="gallery_A_button.png" alt="" width="225" height="60" /></a> </div> <div class="fancybox-hidden"> [nggallery id=3] </div> <div class="buttonclass"> <a href="first_image_in_gallery_B.jpg"><img class="alignnone size-full wp-image-413" title="Gallery B" src="gallery_B_button.png" alt="" width="225" height="60" /></a> </div> <div class="fancybox-hidden"> [nggallery id=4] </div>