Quote Originally Posted by alepia View Post
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?
Not sure where the extra jquery came from that ended up in your body. Can you check the installation files and make sure they are in the right places.
I did notice that you also have a version of colorbox installed on your site. You should really try to remove that if you are going to stick with ZLB. The installation of both may be causing your issues.

for your search bar issue, you need to remove the z-index from this line in your css file
Code:
#navMainSearch {float:right;position:relative;top:-20px;right:10px;z-index:15000;}