Page 278 of 373 FirstFirst ... 178228268276277278279280288328 ... LastLast
Results 2,771 to 2,780 of 3726
  1. #2771
    Join Date
    Mar 2009
    Location
    Serbia
    Posts
    349
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    I have download 1.6.

    I delete 1.5.v (all files on server) end in admin SQL Query Executor: run uninstall.SQL file

    I upload all files of 1.6.
    in admin SQL Query Executor: run install.SQL file



    End get message:

    1146 Table 'kavanali_zencart.configuration_group' doesn't exist
    in:
    [SELECT @cgi := configuration_group_id FROM configuration_group WHERE configuration_group_title = 'Zen Lightbox';]


    What to do?

  2. #2772
    Join Date
    Mar 2009
    Location
    Serbia
    Posts
    349
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    End get message:

    1146 Table 'kavanali_zencart.configuration_group' doesn't exist
    in:
    [SELECT @cgi := configuration_group_id FROM configuration_group WHERE configuration_group_title = 'Zen Lightbox';]


    What to do?
    Please help!

  3. #2773
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Zen Lightbox...

    Quote Originally Posted by kobra8 View Post
    End get message:

    1146 Table 'kavanali_zencart.configuration_group' doesn't exist
    in:
    [SELECT @cgi := configuration_group_id FROM configuration_group WHERE configuration_group_title = 'Zen Lightbox';]


    What to do?
    Please help!
    We've discussed this quite a bit recently, see if this post helps you

  4. #2774
    Join Date
    Mar 2009
    Location
    Serbia
    Posts
    349
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by niestudio View Post
    We've discussed this quite a bit recently, see if this post helps you
    Hi, I do everiting what write in thet post end I get message in my ZC admin, see picture. What is thet?
    Attached Images Attached Images  

  5. #2775
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Zen Lightbox...

    Quote Originally Posted by kobra8 View Post
    Hi, I do everiting what write in thet post end I get message in my ZC admin, see picture. What is thet?
    Did you follow the part to open [includes/configure.php] and look for the line
    Code:
    define('DB_PREFIX', 'yourPrefixHere_');
    if so what did the part in red say?

    daniel

  6. #2776
    Join Date
    May 2011
    Posts
    7
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    i read a lot of posts (until the 100....) but didn't find the answers i am looking for so i am posting my own. i have a fresh install of zen. got a crista_violet template that works fine. successfully installed image handler 3 and lightbox but only image handler is working fine. photos in the product page still use the old style image pop-up.

    this is the link to the page: http://onlydeals.freehostingcloud.co...&products_id=1

    other things i did to merge the use of lighbox and image handler 3 (i got it from the misc instruction of the image handler)....
    Zen Lightbox - Replace the additional_images.php from Image Handler3 with the one that comes with Zen Lightbox. (Zen Lightbox has included all the merged code required for Zen Lightbox and Image Handler3 to work well together)

    and this i did (taken from this link: http://www.zen-cart.com/forum/showth...45314&page=186)
    do the setting show in the configuration column?

    did you set it to true so it will know to work?

    if yes then open the zip and go to your server files and make double sure you put everything into the right spot...if you are using ANY template other than classic you need to create a folder with that templates name in the fodler where it is indicated (your_template folders or custom folders) that will tell you that you need to place those files in there.

    like in the includes/languages/english/extra_definitions/your_template

    you need to create a fodler in that extra_definitions folder with your templates name and place the file into it....so if your template is mostlygrey you create a fodler called mostlygrey and plop the contents of the "your_template" folder into it.


    and still lightbox effect doesn't show. what seems to be missing?
    any help is appreciated. thanks for a wonderful zen forum support.

  7. #2777

    Default Re: Zen Lightbox...

    Below is a list of the stylesheets you are using (pulled from your sourcecode).

    Code:
    <link rel="stylesheet" type="text/css" href="includes/templates/crista_violet/css/style_imagehover.css" /> 
    <link rel="stylesheet" type="text/css" href="includes/templates/crista_violet/css/stylesheet.css" /> 
    <link rel="stylesheet" type="text/css" href="includes/templates/crista_violet/css/stylesheet_css_buttons.css" /> 
    <link rel="stylesheet" type="text/css" media="print" href="includes/templates/crista_violet/css/print_stylesheet.css" />
    Note that your Zen Lightbox stylesheet is not listed. Suggest checking your install to make sure all your files have been uploaded, and are where they need to be.



    Quote Originally Posted by elaineben View Post
    i read a lot of posts (until the 100....) but didn't find the answers i am looking for so i am posting my own. i have a fresh install of zen. got a crista_violet template that works fine. successfully installed image handler 3 and lightbox but only image handler is working fine. photos in the product page still use the old style image pop-up.

    this is the link to the page: http://onlydeals.freehostingcloud.co...&products_id=1

    other things i did to merge the use of lighbox and image handler 3 (i got it from the misc instruction of the image handler)....
    Zen Lightbox - Replace the additional_images.php from Image Handler3 with the one that comes with Zen Lightbox. (Zen Lightbox has included all the merged code required for Zen Lightbox and Image Handler3 to work well together)

    and this i did (taken from this link: http://www.zen-cart.com/forum/showth...45314&page=186)
    do the setting show in the configuration column?

    did you set it to true so it will know to work?

    if yes then open the zip and go to your server files and make double sure you put everything into the right spot...if you are using ANY template other than classic you need to create a folder with that templates name in the fodler where it is indicated (your_template folders or custom folders) that will tell you that you need to place those files in there.

    like in the includes/languages/english/extra_definitions/your_template

    you need to create a fodler in that extra_definitions folder with your templates name and place the file into it....so if your template is mostlygrey you create a fodler called mostlygrey and plop the contents of the "your_template" folder into it.


    and still lightbox effect doesn't show. what seems to be missing?
    any help is appreciated. thanks for a wonderful zen forum support.
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by ScriptJunkie View Post
    Below is a list of the stylesheets you are using (pulled from your sourcecode).

    Code:
    <link rel="stylesheet" type="text/css" href="includes/templates/crista_violet/css/style_imagehover.css" /> 
    <link rel="stylesheet" type="text/css" href="includes/templates/crista_violet/css/stylesheet.css" /> 
    <link rel="stylesheet" type="text/css" href="includes/templates/crista_violet/css/stylesheet_css_buttons.css" /> 
    <link rel="stylesheet" type="text/css" media="print" href="includes/templates/crista_violet/css/print_stylesheet.css" />
    Note that your Zen Lightbox stylesheet is not listed. Suggest checking your install to make sure all your files have been uploaded, and are where they need to be.
    also did you go to admin/configuration/zen lightbos and turn it on?

    simple little thing that I myself forgot to do one time---well maybe two times

  9. #2779
    Join Date
    Mar 2009
    Location
    Serbia
    Posts
    349
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by niestudio View Post
    Did you follow the part to open [includes/configure.php] and look for the line
    Code:
    define('DB_PREFIX', 'yourPrefixHere_');
    if so what did the part in red say?

    daniel
    The part in red is:
    define('DB_PREFIX', 'zen_');

  10. #2780
    Join Date
    May 2011
    Posts
    7
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    do i have to change the configure.php to the one noted...like zen instead of znc? i am confused.

    i will check again the stylesheets and the installation i made if i forgot something. thanks for all your help.

 

 

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