M2vH / galleriffic

Automatically exported from code.google.com/p/galleriffic
0 stars 0 forks source link

NextGen Gallery, Adding multiple galleries with the same ID to a single page. #269

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hey All,

I am using NextGen as part of a large image gallery for a client. I have the 
images broken down into different galleries for each category, but each group 
of 3-4 images inside the gallery has its own tag.

I'm trying to call them all on the same page, something like this:

[nggtags gallery=blue_head_main]
[nggtags gallery=high_roller]

This works fine and dandy, except for the script i'm using to display the 
images, Galeriffic. It's causing problems because in the template, the 
div.ngg-galleryoverview is coming up with the same ID for both of those, since 
they are technically part of the same gallery. Thus, I can't properly call the 
galeriffic code.

My template file is attached. It works for a single gallery, but won't for 
multiple. I think I've narrowed down the problems to being caused by #thumbs, 
which is where the galeriffic gallery is being called.

Any help in the matter would be greatly appreciated!

Original issue reported on code.google.com by e...@skram.com on 13 Feb 2012 at 7:04

Attachments: