alkacon / alkacon-oamp

OAMP - the Alkacon OpenCms additional module packages.
http://www.alkacon.com
GNU General Public License v3.0
27 stars 38 forks source link

Multiple galleries on one page fix. #26

Open PeterSchmiedt opened 10 years ago

PeterSchmiedt commented 10 years ago

I was having trouble when I had 2 or more galleries on one page. When I tried to view the last image of the first gallery and then "loop over" to the first image, I got to the first image but from the second gallery.

After reading the official documentation of colorbox, I found out that the most simple initialization of colorbox should be:

"$(".group1").colorbox({rel: 'group1'});

As you can see the "rel" attribute is missing, so I added the missing attribute. Also as you can see there isn't an "a" before the ".group1" so I removed that.

This fixed my problem.

I don't know if that removal of the "a" has any impact on this fix, but I omitted it just to be sure.

Peter Schmiedt NELASOFT Technologies, s.r.o.