I couldn't find a support thread for Zen Lightbox, so asking here...
I changed out Fual Slimbox for Zen Lightbox and it performs flawlessly on product pages, but when I hit EZ pages, it displays the following at the top:
jQuery(function($) { var lightboxType = "lightbox-g"; fileTypesString = 'jpg,png,gif,'; fileTypes = $.each(fileTypesString.split(",").slice(0,-1), function(index, item) { $("a[href*='"+item+"']").attr('rel', lightboxType); $("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)); }); }); $('#lbPrevLink').addClass('prevNoHover'); $('#lbNextLink').addClass('nextNoHover');}); //-->
HomeLog In
Where is that coming from????


Reply With Quote

