I've just installed this contribution on my website, however I'm getting this code:
Code:
jQuery(function($) { $("a[rel^='lightbox']").slimbox({}, function(el) { return [el.href, el.title /* + '
Download this image'*/]; }, function(el) { return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel)); }); }); //-->
written on top of any page with products!
http://alepia.ch/index.php?main_page...products_id=57
Moreover I have the issue that the 'search field' overlaps lightbox
how can I solve this?
Bookmarks