Skip to content

Multiple galleries on one page fix.#26

Open
PeterSchmiedt wants to merge 1 commit intoalkacon:branch_9_0_xfrom
PeterSchmiedt:patch-1
Open

Multiple galleries on one page fix.#26
PeterSchmiedt wants to merge 1 commit intoalkacon:branch_9_0_xfrom
PeterSchmiedt:patch-1

Conversation

@PeterSchmiedt
Copy link
Copy Markdown

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