Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple galleries on one page fix. #26

Open
wants to merge 1 commit into
base: branch_9_0_x
Choose a base branch
from

Conversation

PeterSchmiedt
Copy link

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant