Closed (won't fix)
Project:
Colorbox
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2012 at 11:35 UTC
Updated:
18 Oct 2012 at 11:10 UTC
I have a strange problem, where one node keeps having lack of colorbox classes, usually you have at the end of anchor
"initColorbox-processed cboxElement" but I have it as below for this one node and colorbox doesn't work, can't figure out what is the problem
<div class="field-item odd">
<a href="http://www.lions.hr/files/imagecache/Large/1.%20sjednica%20reg%20019.JPG" title="Administracija-komunikacija-edukacija 1.sjednica regije istok" class="colorbox imagefield imagefield-imagelink imagefield-field_galerija" rel="gallery-798"><img src="http://www.lions.hr/files/imagecache/Front_tumb/1.%20sjednica%20reg%20019.JPG" alt="" title="Administracija-komunikacija-edukacija 1.sjednica regije istok" class="imagecache imagecache-Front_tumb" width="150" height="100"></a> </div>
Comments
Comment #1
Marko B commentedI found the problem, it's really strange thing. You have in colorbox section part to exclude module on some pages, so we have
admin*
but what in fact does it it excludes everything that starts with admin word, so this page
http://www.lions.hr/administracijakomunikacijaedukacija_1sjednica_regije... that i have was excluded, think better solution would be
admin/*
what do you think?
Comment #2
frjo commentedadmin* will match admin as well as admin/whatever I think that yours are a rare case that you can easily fix by changing the settings. I hope that works for you.
If more people report this problem in the future I will consider implementing a fix.