Page 26 of 26 FirstFirst ... 16242526
Results 251 to 258 of 258
  1. #251
    Join Date
    Nov 2010
    Posts
    38
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    where can i download the latest version of Jquery Lightbox. who can help me, thanks!

  2. #252
    Join Date
    Dec 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    Quote Originally Posted by J.Azaria View Post
    Hi all,

    I just installed jquery lightbox on a local dev site (wampserver2). It appears to be working as it should, lightbox appears, etc. but the images do not resize to the browser window. I've looked for settings and searched here and google but don't see any answers for this.

    Any ideas what might be wrong (or how do I go about troubleshooting)?

    My PHP and JS skills are somewhat passable but I'm no expert and I'm also new to zencart. I've poked around a bit in my HTML and in the .js and .css but I don't see anything that seems to be connected. I also tried clearing out the files (not the folders) in the bz_cache directory in case it had to do w/ IH2 images already created.
    I've included some details about my setup below.
    Any help is much appreciated.

    Thank you,
    J.

    Zen 1.3.9h with a [somewhat] modified mystic river template (mostly cosmetic changes)
    Running a few mods incl IH2 but nothing that alters the product view (like product tabs, mentiioned here a few times). Nothing that modifies the core files. I had a mootools slimbox up before (still using it on the live site) which I removed completely before installing this.
    Bumping this post..
    id still like to use jquery lightbox for the image resize but no dice. Any thoughts?
    Anyone?

  3. #253
    Join Date
    May 2009
    Posts
    413
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    Quote Originally Posted by d030433 View Post
    where can i download the latest version of Jquery Lightbox. who can help me, thanks!
    http://eazyecommerce.com/platforms/z...query-lightbox

  4. #254
    Join Date
    Mar 2011
    Posts
    6
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    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

  5. #255
    Join Date
    Mar 2011
    Posts
    76
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    can i use Jquery Lightbox for define pages or ez pages?
    something like rel="lightbox" ?

  6. #256
    Join Date
    Mar 2011
    Location
    Ireland
    Posts
    286
    Plugin Contributions
    0

    Default Re: Jquery Lightbox [Support thread]

    Quote Originally Posted by gaffettape View Post
    Hi,

    I also had a problem with the main product image being duplicated at the end of the jquery lightbox cycle when I had the Tabbed Products Pro reviews tab turned on.

    Here's a solution that worked for me (all props go to Ajeh )

    Edit line #14 of includes/templates/template_default/templates/tpl_product_reviews_default.php

    From:
    Code:
    if (zen_not_null($products_image)) {
    To:
    Code:
    if (false && zen_not_null($products_image)) {
    And save to includes/templates/your_template/templates/tpl_product_reviews_default.php (saving to your_template utilizes the overrides system, making future upgrades easier)

    I hope this helps someone as much as it did me

    It certainly did so big thank you to all.

  7. #257
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,829
    Plugin Contributions
    31

    Default error: settings.imageArray[settings.activeImage] is undefined

    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

    objImagePreloader.src = settings.imageArray[settings.activeImage][0]
    with
    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...

  8. #258
    Join Date
    Apr 2010
    Posts
    15
    Plugin Contributions
    0

    Default Re: error: settings.imageArray[settings.activeImage] is undefined

    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!

 

 
Page 26 of 26 FirstFirst ... 16242526

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 PM
  2. v153 jQuery Scrolling Sideboxes [Support Thread]
    By lat9 in forum Addon Sideboxes
    Replies: 79
    Last Post: 15 Apr 2024, 10:20 PM
  3. v152 Down for Maintenance jQuery Countdown (Support Thread)
    By rbarbour in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 27 Nov 2015, 03:04 PM
  4. v152 jQuery Banners (Support Thread)
    By rbarbour in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 30 Sep 2015, 02:07 AM
  5. Jquery Zoom [Support thread]
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 384
    Last Post: 11 Dec 2013, 02:41 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg