Page 270 of 373 FirstFirst ... 170220260268269270271272280320370 ... LastLast
Results 2,691 to 2,700 of 3721
  1. #2691
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by DivaVocals View Post
    Yes.. If you try to UPLOAD the file you may experience errors.. But if you open the file and copy and paste the contents instead it will run with no problems..

    I had problems with zen admin sql installations before these last 2 LB updates. I tried importing it and would get errors, I tried copy/pasting and if it installed it was without the tables prefix---so I would have to add the prefix (posted about it too for others) then add in myphpadmin sql section for it to behave itself.

    but now I did it thru store admin and it worked like a charm...but there are some that do not still so kind of hit and miss.

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by DarkAngel View Post
    question about the chart

    is it located within the body of the description and not as the main image like any other product should be?

    if so then you have to add the bit of code for it when you post it in the description:

    you of course change the size shown and alignment to your liking but this will give it thelightbox when clicked. You will also have to add the line to click image to view larger but doing it this way you just need the full grouwn image, thecoding will resize it to view prior to clicking for larger view.

    I would also get into the habit of NOT using caps and spaces in the image names...like conpatibility_chart.jpg would be just right too
    the code had too many << in it here is the right one and it is for within body and expages:

    Code:
    <a href="http://aquafinatic.com/images/Compatibility Chart Mini.jpg" rel="lightbox"><img width="375" vspace="10" height="164" border="0" align="left" src="http://aquafinatic.com/images/Compatibility Chart Mini.jpg"></a>

  3. #2693
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Zen Lightbox...

    Quote Originally Posted by DarkAngel View Post
    I would also get into the habit of NOT using caps and spaces in the image names...like conpatibility_chart.jpg would be just right too
    Caps are fine in filenames. I use caps as a way to help make my filenames more readable for example: redTennisShoes.jpg

    Spaces are the real no no.. Names of files used on a website should AVOID spaces.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #2694
    Join Date
    Nov 2010
    Posts
    64
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by DarkAngel View Post
    question about the chart

    is it located within the body of the description and not as the main image like any other product should be?

    if so then you have to add the bit of code for it when you post it in the description:

    Code:
    <a href="http://aquafinatic.com/images/Compatibility Chart Mini.jpg" rel="lightbox"><<img width="375" vspace="10" height="164" border="0" align="left" src="http://aquafinatic.com/images/Compatibility Chart Mini.jpg" ></a>
    you of course change the size shown and alignment to your liking but this will give it thelightbox when clicked. You will also have to add the line to click image to view larger but doing it this way you just need the full grouwn image, thecoding will resize it to view prior to clicking for larger view.

    I would also get into the habit of NOT using caps and spaces in the image names...like conpatibility_chart.jpg would be just right too
    Dark Angel,

    Thank you, it works!

    Thanks for your time.

  5. #2695
    Join Date
    Nov 2010
    Posts
    64
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by DarkAngel View Post
    the code had too many << in it here is the right one and it is for within body and expages:

    Code:
    <a href="http://aquafinatic.com/images/Compatibility Chart Mini.jpg" rel="lightbox"><img width="375" vspace="10" height="164" border="0" align="left" src="http://aquafinatic.com/images/Compatibility Chart Mini.jpg"></a>

    Thank you.

    I do have one more question....What code would I need to have the lightbox go from one image to the other on that same page, without having to view one image, close lightbox and click on the next image.
    Is that possible?

    Thanks.

  6. #2696
    Join Date
    Jul 2010
    Location
    Findon, UK
    Posts
    90
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by niestudio View Post
    I think its the same problem as chrome and FF4, your ZLB site is not working in those browsers either.
    try backing up and update to ZLB 1.6
    Hi Dark Angel and Niestudio.

    Many thanks for your help and advice. I've done what you said. ran the uninstall sql file and uninstalled my old ZLB.
    However, neither the ZLB 1.6 install or upgrade sgl will work.
    I get the error messages:

    SQL-forespørgsel:

    /** * Zen Lightbox * * @author Alex Clarke ([email protected]) * @copyright Copyright 2003-2005 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version $Id: install.sql 2008-12-17 aclarke $ */ INSERT INTO `configuration_group`
    VALUES (

    NULL , 'Zen Lightbox', 'Configure Zen Lightbox settings', '0', '1'
    );



    MySQL returnerede:

    #1046 - No database selected

    OR

    1146 Table 'purechocolate_IC_XXXXXXXXXXXXX.configuration_group' doesn't exist
    in:
    [/** * Zen Lightbox * * @author Daniel Hopkins (daniel [dot] niestudio [at] gmail [dot] com) * @copyright Copyright 2003-2005 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version $Id: upgrade.sql 2011-01-21 aclarke $ */ 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.

    I've looked into my zen_configuration and found that the error might be there. I just don't know how to correct it. Have a look at the attached file. Thanks in advance.

    Kim
    Attached Images Attached Images  

  7. #2697
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Zen Lightbox...

    We were just talking about this a few posts back yesterday..

    DON'T run this script using phpMyAdmin.. Here's what I posted yesterday about installing this script.

    Quote Originally Posted by DivaVocals View Post
    [FONT=Verdana]The best way to avoid this error is to NOT run the install script via phpMyAdmin, but to open the install.sql file and copy/paste it into the form on the Tools > Install SQL Patches from the shop admin.. This will properly add the table pre-fixes to the script as it runs.[/FONT]


    Quote Originally Posted by PUREchocolatetruffle View Post
    Hi Dark Angel and Niestudio.

    Many thanks for your help and advice. I've done what you said. ran the uninstall sql file and uninstalled my old ZLB.
    However, neither the ZLB 1.6 install or upgrade sgl will work.
    I get the error messages:

    SQL-forespørgsel:

    /** * Zen Lightbox * * @author Alex Clarke ([email protected]) * @copyright Copyright 2003-2005 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version $Id: install.sql 2008-12-17 aclarke $ */ INSERT INTO `configuration_group`
    VALUES (

    NULL , 'Zen Lightbox', 'Configure Zen Lightbox settings', '0', '1'
    );



    MySQL returnerede:

    #1046 - No database selected

    OR

    1146 Table 'purechocolate_IC_XXXXXXXXXXXXX.configuration_group' doesn't exist
    in:
    [/** * Zen Lightbox * * @author Daniel Hopkins (daniel [dot] niestudio [at] gmail [dot] com) * @copyright Copyright 2003-2005 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version $Id: upgrade.sql 2011-01-21 aclarke $ */ 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.

    I've looked into my zen_configuration and found that the error might be there. I just don't know how to correct it. Have a look at the attached file. Thanks in advance.

    Kim
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  8. #2698
    Join Date
    Jul 2010
    Location
    Findon, UK
    Posts
    90
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    DivaVocals, I do listen and that's what I did first. Only when it didn't work I went to PhPMyAdmin.
    The only sql patch that works at the moment is the uninstall. There I don't get any error messages.

    Kim

  9. #2699
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Zen Lightbox...

    Quote Originally Posted by PUREchocolatetruffle View Post
    DivaVocals, I do listen and that's what I did first. Only when it didn't work I went to PhPMyAdmin.
    The only sql patch that works at the moment is the uninstall. There I don't get any error messages.

    Kim
    What error messages do you get when you run the install.sql?? (unmodified as it comes with ZLB)
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  10. #2700
    Join Date
    Jul 2010
    Location
    Findon, UK
    Posts
    90
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by DivaVocals View Post
    What error messages do you get when you run the install.sql?? (unmodified as it comes with ZLB)
    1146 Table 'purechocolate_IC_20100728_114427.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.


    Does it give any sense to you ? Not me :-(

    Kim

 

 

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