Page 138 of 373 FirstFirst ... 3888128136137138139140148188238 ... LastLast
Results 1,371 to 1,380 of 3726
  1. #1371
    Join Date
    Mar 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by grandpa_shea View Post
    I used this one:



    Good luck!
    I had also same problem ... I couldnt run sql script without error but I just copy above script and it went through !

  2. #1372
    Join Date
    Mar 2009
    Posts
    19
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hi
    I install but I not het nothing in - configuration Zen Lightbox The module is aunty only the name

    Please is possible any here post the correct SQL script

    Thanks

  3. #1373
    Join Date
    Feb 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hello Alex I'm a big fans of ZenLighbox. I tried 4 to 5 other lightbox addon and finally keep using ZenBox. Just because, I like the fonts design of yours!

    However, when I upgrade from v1.4 to 1.5. I found a fatal problem! It seems caused by the new JS... I won't say it is a bug because actually it is a SMART improvement. The new JS will always keep the box centered on the browser. if I open an image by the lightbox, then resize the browser window, you may see the box jump to center. It really smart!

    However, this cause a big problem on some kinds of "small screen" machine. Such as a 14" 800x600 monitor, or iphone.
    For example, I have a picture it's a size chart, 1024x768 big. If I browse it on a 800x600 monitor, I just see the left part of the chart. If I want to see the most right, I have the scroll to right. But the v1.5 JS is too smart to keep the chart ALWAYS centered the browser. Means I have no way to see the whole chart!

    If I browse the same chart on an iphone. I must enlarge the whole browse window to make the chart big enough to view. But the same problem, I just can always focus the middle part of the chart.

    v1.4 and other lightbox I tested have no this problem. (they are not smart then v1.5)
    Will you consider make a solution on the coming v1.6?

    (I doubt that here is no one noted this problem. Or just me have a small screen machine??)
    Last edited by cocteau; 31 Mar 2009 at 11:38 AM.

  4. #1374
    Join Date
    Feb 2009
    Posts
    25
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    I had this installed and everything was fine. Now if I click on an image to show the lightbox the next, prev and close buttons do not display. Firefox shows nothing an IE shows 1 image holder X. Nothings changed and was working for months.

    Any ideas?

    Thanks

  5. #1375
    Join Date
    May 2008
    Posts
    25
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    I am getting the same sql error as Abidan,

    I removed the line, and it does install into admin, but the configuration is empty.

    The images now open in a blank white page, then you have to press back to get back to the site.

    I have tried with and without image handler.

  6. #1376
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Zen Lightbox...

    If you have zen lightbox under configuration but nothing there you
    will have to go to your database.
    Log on to your sever database phpMyAdmin after that pick your database name, click on the link to the left configuration_group. Check the box configuration_group_title click browse and find Zen Lightbox and delete it. You will have to delete everything that deals with zen lightbox. Go to phpMyAdmin, click on configuration on your left then Check the box on configuration_title click browse and look for everything that deals with Zen Lightbox and delete it. Copy and past the SQL in your store admin you should be good to go.
    As always backup, backup, backup. I have use this lightbox for a long time. I had to do what I am telling you the first time I installed it. I went to another lightbox now.
    Last edited by countrycharm; 1 Apr 2009 at 04:42 PM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  7. #1377
    Join Date
    May 2006
    Posts
    27
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hi. I am having problems with my lightbox not working within Opera. No problems in FF or IE. I have a new shop. ZenCart 1.3.8a
    Cherry Zen Template. Zen Lightbox v1.5. Any suggestions what is keeping this from working in Opera? Below is a link to a product with multiple images.

    http://www.asembroidery.com/catalog/...products_id=11


    TIA
    Arlette

  8. #1378
    Join Date
    Jun 2008
    Posts
    24
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    hi I encounter problem during "fresh" installation of ZenLightbox

    Success 4 statements processed.
    Error ERROR: Cannot insert configuration_key "" because it already exists
    Warning Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.

    any suggestion plz!
    Ambra
    ---------------------------------

  9. #1379
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    I upgraded to 1.5 and everything was fine except for a minor issue I am currently experiencing.

    SCENARIO 1: If Gallery Mode and Include Main Image in Gallery are both set to true zen light works fine except that the main image is included as an additional image. This means if you have one image (main product image) when you enlarge, you actually get 2 copies of the same image being displayed as 1 of 1 and 1 of 2. This I think should be expected based on the configuration setting.

    SCENARIO 2: If Gallery Mode is set to true and Include Main Image in Gallery is set to false zen light doesn't work right. When you click on large image the main image is enlarged but none of the additional images are displayed and the next and previous buttons are gone. This to me appears to be a bug.

    SCENARIO 3: If Gallery Mode and Include Main Image in Gallery are both set to false zen light does work either. It displays the main image on clicking large image but none of the additional images are displayed.

    I don't mind the configuration setting in 1 except that it's not user friendly displaying duplicate image. It's also not user friendly to display the same image twice when only one image is present.

    It looks like this code may have something to do with it:
    PHP Code:
    <?php
    if (ZEN_LIGHTBOX_STATUS == 'true') {
      if (
    ZEN_LIGHTBOX_GALLERY_MODE == 'true' && ZEN_LIGHTBOX_GALLERY_MAIN_IMAGE == 'true') {
        
    $rel 'lightbox-g';
      } else {
        
    $rel 'lightbox';
      }
    ?>
    Any help is appreciated.

  10. #1380
    Join Date
    Jun 2008
    Posts
    24
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by Ambra View Post
    hi I encounter problem during "fresh" installation of ZenLightbox

    Success 4 statements processed.
    Error ERROR: Cannot insert configuration_key "" because it already exists
    Warning Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.

    any suggestion plz!
    Bottom line is i am back on Lightbox 1.4 which was so easy to install.
    and its working perfectly , you can check yourself !!!
    http://www.ambradudnik.it/cuoredelle...ain_page=index
    Ambra
    ---------------------------------

 

 

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