By SkullSplitter on
Heya everybody :)
I installed on my Drupal 6.12 the actualliest Galleria and jCarousel Modules ...
When i create the first Galleria it works fine, but now i have 3 Gallerias and now it looks so :
http://www.skullsplitters-blog.org/category/blog-tags/gallerien
It shows only the latest Galleria correctly. The other ones dont have an large image, only the jCarousel.
Whats wrong?
Thx in advance
Cheers
Skull
Comments
My understanding is Galleria
My understanding is Galleria only works correctly with one per page: http://drupal.org/node/476420
This is likely due to how the underlying (non Drupal) jQuery plugin functions... if you put more than one on a page, it will be confused about which thing you are targeting when you click something, since they have the same ID. See http://www.google.com/search?q=galleria+multiple+galleries
I don't know if this is anything the Drupal module for the plugin can do anything about, since it is just doing things the way the underlying plugin is made to work - though you should check the issue queue for Galleria and join in the discussion there.