Download & Extend

Images not processed.

Project:Colorbox
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (won't fix)

Issue Summary

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

#1

I 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?

#2

Status:active» closed (won't fix)

admin* 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.

nobody click here