Results 1 to 10 of 3727

Hybrid View

  1. #1
    Join Date
    Aug 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by canihave View Post
    Hi
    I used this code
    It got lightbox working for me but my site shifted to the left side and had an error at the top saying

    Slimbox.scanPage = function() { $$(document.links).filter(function(el) { return el.rel && el.rel.test(/^lightbox/i); }).slimbox({]}, null, function(el) { return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel)); }); }; window.addEvent("domready", Slimbox.scanPage); //-->

    I have uninstalled the sql for now but would really like lightbox to work.

    Thanks
    Hi im having the same problem, light box works great but this message apears, i would apreciate help on this, its the only thing im missing to finish the website.

    I have searched and it seems to come from this file

    C:/wamp/www/zencart/includes/modules/pages/featured_products/jscript_zen_lightbox.php

    Line #15 : Slimbox.scanPage = function() {

    C:/wamp/www/zencart/includes/modules/pages/index/jscript_zen_lightbox.php

    Line #15 : Slimbox.scanPage = function() {

    C:/wamp/www/zencart/includes/modules/pages/page/jscript_zen_lightbox.php

    Line #15 : Slimbox.scanPage = function() {

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

    Default Re: Zen Lightbox...

    This script not like my database
    I have prefix zen_
    but I get
    4 statements processed.
    ERROR: Cannot execute because table zen_configuration_group does not exist. CHECK PREFIXES!
    ERROR: Cannot execute because table zen_configuration_group does not exist. CHECK PREFIXES!
    ERROR: Cannot execute because table zen_configuration_group does not exist. CHECK PREFIXES!
    ERROR: Cannot execute because table zen_configuration does not exist. CHECK PREFIXES!
    Note: 3 statements ignored. See "upgrade_exceptions" table for additional details.
    Straing because zend_configuration_group is already in the database

    And my script is Like this
    INSERT INTO `zen_configuration_group` VALUES (NULL, 'Zen Lightbox', 'Configure Zen Lightbox settings', '0', '1');
    UPDATE `zen_configuration_group` SET `sort_order` = LAST_INSERT_ID() WHERE `configuration_group_id` = LAST_INSERT_ID();
    SELECT @cgi := `configuration_group_id` FROM `zen_configuration_group` WHERE `configuration_group_title` = 'Zen Lightbox';
    INSERT INTO `zen_configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `zen_configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES
    ANy Ideas
    Thanks in advance

  3. #3
    Join Date
    Mar 2009
    Posts
    19
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by searcher83 View Post
    Hi im having the same problem, light box works great but this message apears, i would apreciate help on this, its the only thing im missing to finish the website.

    I have searched and it seems to come from this file

    C:/wamp/www/zencart/includes/modules/pages/featured_products/jscript_zen_lightbox.php

    Line #15 : Slimbox.scanPage = function() {

    C:/wamp/www/zencart/includes/modules/pages/index/jscript_zen_lightbox.php

    Line #15 : Slimbox.scanPage = function() {

    C:/wamp/www/zencart/includes/modules/pages/page/jscript_zen_lightbox.php

    Line #15 : Slimbox.scanPage = function() {
    I is lose your time with this module try the other is better and work perfect at the first time the module is Fual Slimbox
    Visit : http://www.zen-cart.com/index.php?ma...roducts_id=830

    Happy end

  4. #4
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    after installing it you need to go to your admin section and activate it and set its preferences then it should work.

    Of course mine has never worked on additional images but has only worked on the thumbnail images, which is fine with me since I make the thumbnail a fairly large size and the software resizes it down for the page. The lightbox opens hte larger size...lol

  5. #5
    Join Date
    Jan 2008
    Posts
    90
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Okay...thanks to Silum I've got the upgrade working!

    Now...the only issue I have is that it seems to be missing the language file for the counter. I have the counter turned on and at the bottom of the page it reads something along the lines of:

    ZEN_LIGHTBOX_COUNTER_IMAGE 1 ZEN_LIGHTBOX_COUNTER_OF 6

    Any ideas what might be missing?

    EDIT: Nevermind...I figured out that I didn't put the file in the right folder.

    So....we'll just make this post a big thanks to Silum!
    Last edited by NFM; 21 Aug 2009 at 07:36 PM. Reason: fixed my problem

  6. #6
    Join Date
    Nov 2007
    Location
    USA
    Posts
    889
    Plugin Contributions
    5

    Default Re: Zen Lightbox...

    How do I make the image boxes auto resize?

    Maybe this is a universal thing for my site because not all the windows auto resize.

    Is there an update to this contribution?
    Cheers!
    v2.2.1

  7. #7
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by webskipper View Post
    How do I make the image boxes auto resize?

    Maybe this is a universal thing for my site because not all the windows auto resize.

    Is there an update to this contribution?
    do you mean the thumbnail window or the additional images in the body?

    I admin section for the lightbox are the setting to set how you want it to behave...also the settings for the image sizes are in the config section

    as for the ones in the body of the product page...I have no clue since it has only worked on the thumbs for me

  8. #8
    Join Date
    Feb 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    The lighbox feature works great for my additional images, but it doesn't work for the main product image on the product info page such as this http://kirwindesigns.com/store/index...products_id=94 is there a setting somewhere in admin? I'm using 1.3.8 and the current version of lightbox.

  9. #9
    Join Date
    Oct 2007
    Posts
    1
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    I recently updated to Zen Cart 1.3.8a, and also Zen Lightbox 1.5 from 1.4. I have several other websites on the same server also running the same configuration and no issues. For some strange reason, I cannot get lightbox to work on this website. It just opens the images in the browser window without Lightbox. Any ideas? I have gone through this multiple times for a week now with no luck, reinstalled 5 times, etc.

    http://www.melillimoto.com/store/duc...-1100-p-1.html

 

 

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

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