Closed (fixed)
Project:
Fast Gallery
Version:
6.x-1.2alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2008 at 23:34 UTC
Updated:
17 Oct 2008 at 21:42 UTC
When the user selects the lightbox2 display option, you need to remove the "thickbox" class from the anchor link. At present the html generated is:
<a class="thickbox" rel="lightbox" title="Taken with: " href="/sites/d6.stellapower.net/files/fast_gallery/Blue hills.jpg"><img src="http://d6.stellapower.net/sites/d6.stellapower.net/files/imagecache/preview/fast_gallery/Blue hills.jpg" alt="" title="" class="imagecache imagecache-preview" /></a>
It needs to be:
<a class="thickbox" rel="lightbox" title="Taken with: " href="/sites/d6.stellapower.net/files/fast_gallery/Blue hills.jpg"><img src="http://d6.stellapower.net/sites/d6.stellapower.net/files/imagecache/preview/fast_gallery/Blue hills.jpg" alt="" title="" class="imagecache imagecache-preview" /></a>
Leaving the thickbox class there causes both lightbox and thickbox are triggered.
Cheers,
Stella
Comments
Comment #1
ncy commentedthis looks fixed, yeah?
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.