Closed (duplicate)
Project:
Media Gallery
Version:
7.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2010 at 14:55 UTC
Updated:
27 Dec 2010 at 05:34 UTC
If you have more images in a gallery than display with the gallery node (for example, if the gallery node is displayed in a block with only a couple images showing), we put links to each image on the page that are there for the Colorbox JavaScript to be able to use. These allow the entire gallery to be paged through once it is opened up in a lightbox.
But, those links are displaying in funny ways in some themes (for example, because it's an unordered list sometimes you can see the circular disc associated with the list item).
This patch sets them to display: none to fix that problem.
| Comment | File | Size | Author |
|---|---|---|---|
| media-gallery-hide-colorbox-links.patch | 1.44 KB | David_Rothstein |
Comments
Comment #1
Aonoa commentedThank you for this patch. This problem is the same as I described in issue #1000538, and your patch fixed it.
Best regards,
Ao
Comment #2
David_Rothstein commentedOops, sorry I missed that one. I'll move the patch over there.
Comment #3
David_Rothstein commentedPatch is now moved to #1000538: Bullet points in the galleries are visible when they shouldn't be.