Page 71 of 373 FirstFirst ... 2161697071727381121171 ... LastLast
Results 701 to 710 of 3726
  1. #701
    Join Date
    Sep 2007
    Location
    Neenah, WI
    Posts
    112
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    It's me again. I solved my problem again by copying the zen_lightbox directory to includes\templates\custom\images\ [B]and[\B] by putting the gif imagesin that same directory inside includes\templates\custom\images\ separately. Is this necessary?

    Brad

  2. #702
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Zen Lightbox...

    Quote Originally Posted by bsteinagel View Post
    It's me again. I solved my problem again by copying the zen_lightbox directory to includes\templates\custom\images\ [b]and[\B] by putting the gif imagesin that same directory inside includes\templates\custom\images\ separately. Is this necessary?

    Brad
    You'll need to rename two folders within the 'includes' folder (from the zip file).

    Then you should upload all the files within the 'includes' folder to your website (keeping the file structure the same).

    Did you follow the instructions in the readme file?

    Quote Originally Posted by climax007 View Post
    If someone still has problems with ZenCart 1.3.7.1, ImageHandler 2.0 and Zen Lightbox 1.4 here is what i did to fix it:

    locate the file "additional_images.php" it should be in your includes\modules\"template_name_dir".

    Go to line 23 and remove the ". '$'".
    The line should look now like this:
    $products_image_base = str_replace($products_image_extension , '', $products_image);

    Thats it. Hope it helps others.

    Cheers,
    Climax
    Thanks for posting this find Climax. I'll review the code change for the 1.5 release.

  3. #703
    kelvyn Guest

    Default Re: Zen Lightbox...

    If anyone wants an easy way to remove 1.3 prior to installing 1.4 and have shell access, make the needed changes and run this from the root of your zen folder:

    Code:
    rm -v ./includes/functions/extra_functions/zen_image_lightbox_IH2_url.php
    rm -v ./includes/modules/YOUR_TEMPLATE/additional_images.php
    rm -v ./includes/modules/pages/product_info/jscript_lightbox.php
    rm -v ./includes/templates/YOUR_TEMPLATE/css/stylesheet_lightbox.css
    rm -v ./includes/templates/YOUR_TEMPLATE/templates/tpl_modules_main_product_image.php
    rm -v ./includes/templates/template_default/images/lightbox/
    rm -v ./includes/templates/template_default/images/lightbox/Thumbs.db
    rm -v ./includes/templates/template_default/images/lightbox/blank.gif
    rm -v ./includes/templates/template_default/images/lightbox/close.gif
    rm -v ./includes/templates/template_default/images/lightbox/closelabel.gif
    rm -v ./includes/templates/template_default/images/lightbox/loading.gif
    rm -v ./includes/templates/template_default/images/lightbox/nextlabel.gif
    rm -v ./includes/templates/template_default/images/lightbox/prevlabel.gif
    rm -v ./includes/templates/template_default/jscript/lightbox.js
    rm -v ./includes/templates/template_default/jscript/lightbox_effects.js
    rm -v ./includes/templates/template_default/jscript/lightbox_prototype.js
    rm -v ./includes/templates/template_default/jscript/lightbox_scriptaculous.js

  4. #704
    Join Date
    Jun 2005
    Posts
    17
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    i have the zen lightbox installed and it works perfect and then i installed image handler 2, which works fine but now when i click on the "larger image" on the product page only a small image comes up in the lightbox.

    anybody know of a fix?

    thanks

    you can see it here
    http://yosemitestock.com/zc/index.ph...&products_id=8

  5. #705
    Join Date
    Jun 2007
    Posts
    239
    Plugin Contributions
    0

    Default How to hide dropdown menu when using zen lightbox

    My dropdown menu is displayed on top of the lightbox. How can I fix it?
    www.designerfavs.com

  6. #706
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Zen Lightbox...

    Quote Originally Posted by yosemite View Post
    i have the zen lightbox installed and it works perfect and then i installed image handler 2, which works fine but now when i click on the "larger image" on the product page only a small image comes up in the lightbox.

    anybody know of a fix?

    thanks

    you can see it here
    http://yosemitestock.com/zc/index.ph...&products_id=8
    It's working fine for me. Did you manage to fix the issue?

    Quote Originally Posted by james739 View Post
    My dropdown menu is displayed on top of the lightbox. How can I fix it?
    www.designerfavs.com
    Zen Lightbox has built-in functionality to hide any page elements when the lightbox is displayed.

    Please see the FAQs section of the readme file (readme.html) for more details.

  7. #707
    Join Date
    Jan 2006
    Location
    Portland, Oregon
    Posts
    276
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    I am redesigning my store for a new holiday roll-out in November...

    I was always intrigued and interested in your contribution but I have never had the time to install it.

    Well, I finally did and I just wanted to say it was the easiest installation I have ever done and it works great and I'm sure it will make my site more attractive and easier to use.

    Thank you very much.

  8. #708
    Join Date
    Aug 2005
    Location
    Switzerland
    Posts
    8
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hi there

    Long time I didn't worked with zen-cart but now I have to give the 1.3.7 german version a try. Now I tried to install the lightbox script but failed on the sql part.

    What I get is this while running the SQL query:

    1136 Column count doesn't match value count at row 1
    in:
    [INSERT INTO configuration_group VALUES (NULL, 'Zen Lightbox', 'Configure Zen Lightbox options', '1', '1');]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    I uploaded all necessary files exactly like in the readme but no success. Any ideas?

    Thanks in advance

  9. #709
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Zen Lightbox...

    Quote Originally Posted by Xdreamer View Post
    Hi there

    Long time I didn't worked with zen-cart but now I have to give the 1.3.7 german version a try. Now I tried to install the lightbox script but failed on the sql part.

    What I get is this while running the SQL query:



    I uploaded all necessary files exactly like in the readme but no success. Any ideas?

    Thanks in advance
    I've seen errors similar to this one in the past (not with Zen Lightbox) and they turned out to be caused by the MySQL version I was running.

    Zen Lightbox v1.4 was designed and built on a system running PHP 5.2.4 and MySQL 5.0.45, if that helps! :)

    Which version of MySQL do you have installed?

  10. #710
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Zen Lightbox...

    Or, some installed mods on the site added an additional column to the table,
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

 

 

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