Pop-up lightbox on image (slimbox)- maybe bug ?

josephvalet

New Member
Hi,

love Fabrik !
After uprade to 3.5.2, the lightbox pop-up on image's links (uploadfile element) didn't work anymore on lists. I found that the file /components/com_fabrik/libs/slimbox2.js has been changed during upgrade :
The lines 12 and 18 were added:

L.12 if (typeof(Lightbox) !== 'undefined') {
jQuery(function ($) {
$("a[rel^='lightbox']").slimbox({/* Put custom options here */}, null, function (el) {
return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));​
});​
});​
L.18 }

If i delete this two lines, pop-up work.
Do you think it can be my mistake ?

Thanks to all.
Have a nice day !
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top