Page 79 of 373 FirstFirst ... 2969777879808189129179 ... LastLast
Results 781 to 790 of 3726
  1. #781
    Join Date
    Jun 2007
    Posts
    167
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    I dont have zen_lightbox_v1-3.rar anymore. Where can I get it so that I can figure out what files to delete? Thanks! PGT

  2. #782
    Join Date
    Jun 2007
    Posts
    239
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by Alex Clarke View Post
    What version of Zen Cart are you running? Also, what other contributions do you have installed?

    I am using the latest version of Zen cart 1.3.7.1. The previous lightbox works fine. I have the following contributions: ty package tracker, google analytics, froogle feeder, wishlist, ask a question, links manager, faq manager, testimonial manager, tabbed products, cross sell advanced

  3. #783
    Join Date
    Oct 2007
    Posts
    12
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by PastGenToys View Post
    I dont have zen_lightbox_v1-3.rar anymore. Where can I get it so that I can figure out what files to delete? Thanks! PGT
    Here: zen_lightbox_1.3.rar.zip.

    It's zipped due to the forum uploading interface ignoring .rar files.

  4. #784
    Join Date
    Oct 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Thanks again for the suggestions Barco57.

    Unfortunately, none of them helped. On your websites, you only have 1 image for each liusting right? My problem occurs when attempting to display the second, third, or fourth image. I can't even click directly on the images from the bottom of the listing. It hangs on the "flash" circle and won't display anything.

    It looks like such a great add-on, and it seems to work for everyone else. I guess it's just not meant to be.

    Does anyone else even have a similar problem like this? Would it help to delete everything and start again?

  5. #785
    Join Date
    May 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by Cirius View Post
    Does anyone else even have a similar problem like this? Would it help to delete everything and start again?
    Yes mine does the same, it used to work fine but has now stopped and is doing as yours and looking in large folder. I have tried all the fixes on here that I can find and non work either.

    If I susss it, I will post back here

  6. #786
    Join Date
    May 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by excalibur View Post
    Yes mine does the same, it used to work fine but has now stopped and is doing as yours and looking in large folder. I have tried all the fixes on here that I can find and non work either.

    If I susss it, I will post back here

    well its a bit wasteful on server storage but if you delete the large picture prefix, leaving it blank under configuration->images and then make a new directory in the images/large directory matching the one that you upload your normal pics to to, eg mine are uploaded to images/Products so i now have images/large/Products as well You can check this if you get the image location from one of the small extra images and look at the path, it will be images/large/DIR. DIR will be the name you need to make the new directory in the large directory. Now copy the images to both the original directory and the new one you made in large. the problem is now fixed hopefully.

  7. #787
    Join Date
    Sep 2007
    Posts
    1
    Plugin Contributions
    0

    help question Re: Zen Lightbox...

    Will anyone please explain and guide me how to uninstall the Lightbox 1.4 and also the sql codes. I have installed image handler 2 but it has stopped working due to recent installation of Lightbox 1.4.

    I cant sort it out. so i am looking the easiest way to uninstall it. Many thanks.!!

  8. #788
    Join Date
    Oct 2007
    Posts
    289
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by CES View Post
    How I got around the problem was to ignore the additional_images.php file that came with the mod and copied the core zen additional_images.php file into the override folder: /includes/modules/YOUR_TEMPLATE/

    Then find line 92
    Code:
        // Link Preparation:
    and insert below it the following:
    Code:
        // bof Zen Lightbox v1.4 aclarke 2007-09-22
        if (ZEN_LIGHTBOX_STATUS == 'true') {
        
        $script_link = '<script language="javascript" type="text/javascript"><!--' . "\n" . 'document.write(\'' . ($flag_display_large ? '<a href="' . zen_lightbox($products_image_large, addslashes($products_name), LARGE_IMAGE_WIDTH, LARGE_IMAGE_HEIGHT) . '" rel="lightbox[gallery]" title="' . addslashes($products_name) . '">' . $thumb_slashes . '<br />' . TEXT_CLICK_TO_ENLARGE . '</a>' : $thumb_slashes) . '\');' . "\n" . '//--></script>';
        
        } else {
                
        $script_link = '<script language="javascript" type="text/javascript"><!--' . "\n" . 'document.write(\'' . ($flag_display_large ? '<a href="javascript:popupWindow(\\\'' . $large_link . '\\\')">' . $thumb_slashes . '<br />' . TEXT_CLICK_TO_ENLARGE . '</a>' : $thumb_slashes) . '\');' . "\n" . '//--></script>';
        
        }
        // eof Zen Lightbox v1.4 aclarke 2007-09-22
    Then directly under that, comment out the following line of code:
    Code:
    $script_link = '<script language="javascript" type="text/javascript"><!--' . "\n" . 'document.write(\'' . ($flag_display_large ? '<a href="javascript:popupWindow(\\\'' . $large_link . '\\\')">' . $thumb_slashes . '<br />' . TEXT_CLICK_TO_ENLARGE . '</a>' : $thumb_slashes) . '\');' . "\n" . '//--></script>';
    so it looks like this;

    Code:
    //    $script_link = '<script language="javascript" type="text/javascript"><!--' . "\n" . 'document.write(\'' . ($flag_display_large ? '<a href="javascript:popupWindow(\\\'' . $large_link . '\\\')">' . $thumb_slashes . '<br />' . TEXT_CLICK_TO_ENLARGE . '</a>' : $thumb_slashes) . '\');' . "\n" . '//--></script>';
    I hope that helps, and I'm not treading on anyone's toes.

    Great mod by the way, thanks.

    Craig

    Additional images weren't showing for me using the zenlightbox version of additional_images.php, but its fixed now using the above instructions. Thanks heaps.
    [FONT=Microsoft Sans Serif]CSS Evangelist[/FONT]

  9. #789
    Join Date
    Jun 2007
    Posts
    167
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Holy Moly! How do I correct this! Click on the image and you will see the issue. Thanks!!

    http://www.pastgenerationtoys.com/in...roducts_id=571

  10. #790
    Join Date
    Jun 2007
    Posts
    167
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by PastGenToys View Post
    Holy Moly! How do I correct this! Click on the image and you will see the issue. Thanks!!

    http://www.pastgenerationtoys.com/in...roducts_id=571
    Dohhh - Deleted Old filles - problem solved!

 

 

Similar Threads

  1. Free Shipping Rules addon [Support Thread]
    By numinix in forum Addon Shipping Modules
    Replies: 36
    Last Post: 2 Dec 2016, 01:56 PM
  2. v151 Reviews Reply addon [Support Thread]
    By mikestaps in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 17 Oct 2014, 01:29 AM
  3. Jquery Lightbox [Support thread]
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 257
    Last Post: 2 Aug 2012, 10:57 PM
  4. File Upload Required addon [Support Thread]
    By 1100101 in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 10 Dec 2011, 03:00 AM
  5. [Support Thread] IE only JavaScripts and Stylesheets Addon
    By Meshach in forum All Other Contributions/Addons
    Replies: 16
    Last Post: 31 May 2011, 08:18 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR