where can i download the latest version of Jquery Lightbox. who can help me, thanks!
where can i download the latest version of Jquery Lightbox. who can help me, thanks!
Can someone help me install jqlightbox? I copied the files over and now my images just open in the current window instead of using lightbox. Did I not complete the installation? I checked the readme file.
Using Zen 1.3.9h and sorry I'm new at coding so I may be asking an easy question.
Thanks!
www.eweniquetouch.com
can i use Jquery Lightbox for define pages or ez pages?
something like rel="lightbox" ?
This error shows up in Firebug after clicking the last image in the series.
The fix was found here:
http://stackoverflow.com/questions/5...-how-to-fix-it
Go to line 194/line 20 for the min version
replace
withobjImagePreloader.src = settings.imageArray[settings.activeImage][0]
if (settings.imageArray[settings.activeImage]) {
objImagePreloader.src = settings.imageArray[settings.activeImage][0];
}
else {
_finish();
return false;
}
Steve
github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...
Hi there,
The Jquery Lightbox I installed on my zen cart version 1.3.8a has been working fine. However, lately I have done a zen cart upgrade to 1.5, and after that, I no longer see the Jq lightbox under the admin configuration menu. As a result, the lightbox is not working on the upgraded website.
I checked the "configuration_group" db table and JQLightbox entry is there. All of its include files are in the upgraded directory as well.
I downloaded the module from eazyecommerce.com (version 1.7). In the older zen cart version I also have JQZoom installed and now it is broken too after the upgrade.
Does anyone know what the problem is?
Any help is much appreciated!