Results 1 to 10 of 3727

Hybrid View

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

    Default Re: Zen Lightbox...

    @philblack:

    hi there and happy holiday!

    about the thumbnail images...depending on what size you have them set in admin is the size you initially see...however what I do is upload the image full size via the description page---at the bottom and then the software resizes it to fit your constraints and when clicked on the customer is given the larger size.

    hope that made sense

    example mine are set at width=175 I think...lol I do not enter a height so the software fits to size...then I go enter all the info I need for the product and under the place to enter model you click the browse button to locate the image on your computer...select where you want it uploaded...click preview when doen then update to finalize...go to your store and click the thumbnail and it should open to the original size you uploaded.

    see my store (link in signature for Fantasies Realm) rightclick the thumbnail and choose view image to see the actual size of the image...they are all uploaded full size, named as I want them to be.

    the_LRG is more if you actually get the counter to go thru more than one image on your product page...mine never behaved, so i did it this way
    Last edited by DarkAngel; 12 Dec 2009 at 09:24 AM.

  2. #2
    Join Date
    Jun 2009
    Posts
    37
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    DarkAngel,

    Perfect!!!!
    It was such an easy fix.
    I appreciate your help.

    Happy holidays to you also..

    PB

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by phiblack View Post
    DarkAngel,

    Perfect!!!!
    It was such an easy fix.
    I appreciate your help.

    Happy holidays to you also..

    PB

    happy to help when I can

  4. #4
    Join Date
    Jul 2009
    Posts
    126
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    well... i'm also in the dark on the /**
    * Zen Lightbox mod.
    also with a configuration_key error.

    4 statements processed.
    <strong>Foutmelding</strong> ERROR: Toevoegen "configuration_key" "" niet mogelijk omdat deze al bestaat. ( not possible, because already exist)
    <strong>Waarschuwing</strong> Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.

    i did everything here is mentioned. and i'm in the dark.
    my template is a zencart template, my php is good, i'm lost...
    i am not a php person, so the mysql things are lost on me..
    pretty please help...

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

    Default Re: Zen Lightbox...

    What is the prefix you are adding to the beginning of your tables?

    Is this the first time installing or have you run the installer more than once?

    are you using the current version of zencart and the lightbox?

    does it show up in your admin section under configuration?


    Quote Originally Posted by kernheimer View Post
    well... i'm also in the dark on the /**
    * Zen Lightbox mod.
    also with a configuration_key error.

    4 statements processed.
    <strong>Foutmelding</strong> ERROR: Toevoegen "configuration_key" "" niet mogelijk omdat deze al bestaat. ( not possible, because already exist)
    <strong>Waarschuwing</strong> Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.

    i did everything here is mentioned. and i'm in the dark.
    my template is a zencart template, my php is good, i'm lost...
    i am not a php person, so the mysql things are lost on me..
    pretty please help...

  6. #6
    Join Date
    Mar 2009
    Location
    Peterborough UK
    Posts
    336
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hi
    I have added the module but I get an error when I try and install the install.sql patch.

    I copied the text and entered it into install sql patches - this is the error i am getting

    1146 Table 'abs007_zc4.configuration_group' doesn't exist
    in:
    [SELECT @cgi := configuration_group_id FROM configuration_group WHERE configuration_group_title = 'Zen Lightbox';]
    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.

    any help will be appreciated

    thanks

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

    Default Re: Zen Lightbox...

    Make sure your prefix is added correctly, add your prefis to the tables where the red zen is shown.

    Check to see if it shows in the admin/configuration and if it does then run the uninstaller first before trying to install again.

    Aslo if it does not work from admin section (mine did not) then go directly to the database and copy/paste the sql installer there:

    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`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES




    Quote Originally Posted by abs007 View Post
    Hi
    I have added the module but I get an error when I try and install the install.sql patch.

    I copied the text and entered it into install sql patches - this is the error i am getting

    1146 Table 'abs007_zc4.configuration_group' doesn't exist
    in:
    [SELECT @cgi := configuration_group_id FROM configuration_group WHERE configuration_group_title = 'Zen Lightbox';]
    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.

    any help will be appreciated

    thanks

 

 

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