I've just installed this contribution on my website, however I'm getting this code:written on top of any page with products!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)); }); }); //-->
http://alepia.ch/index.php?main_page...products_id=57
Moreover I have the issue that the 'search field' overlaps lightboxhow can I solve this?


how can I solve this?
Reply With Quote

