Page 271 of 373 FirstFirst ... 171221261269270271272273281321371 ... LastLast
Results 2,701 to 2,710 of 3721
  1. #2701
    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
    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
    It actually does.. you are missing a table according to the error message
    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.

  2. #2702
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Zen Lightbox...

    Quote Originally Posted by DivaVocals View Post
    It actually does.. you are missing a table according to the error message
    Hi PUREchocolatetruffle,
    following up on DivaVocals earlier suggestion.
    If you still have the original ZLB zip file you downloaded (if not then re-download it) unzip again it so you know you have a totally fresh install.sql file.
    open install.sql in a text editor:
    mac - TextEdit
    windows - notepad

    highlight all of the text in the file and then copy it.
    go to the zen cart admin > tools > install sql patches

    paste the contents of the install.sql file you copied here.
    click send and cross your fingers

    hopefully this will work for you.

  3. #2703
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    976
    Plugin Contributions
    6

    Default Re: Zen Lightbox...

    Quote Originally Posted by dw08gm View Post
    I have installed zen lightbox 1.6.2 on 139h localhost without problem except for the layout of the lightbox.

    As it stands, the issue is:
    the Next and Prev buttons are located at the top of the lightbox but partly overlay/obscure the image;
    multi-worded image titles and the "image x of y" both wrap without extending across the full width of the image, especially with relatively narrow images;
    the Close X button is located immediately below right of the image and seems to be the cause of the wrap.

    The prefered layout, from top to bottom, is:
    image
    image title
    "image x of y"
    Next, Prev, Close X.

    where
    multi-worded image titles and "image x of y" both extend across the full width of the image before wrapping;
    the Next and Prev and Close X buttons all lie on one line at the bottom of the lightbox.

    After spending many hours trying to achieve this layout, mostly toying with the css, I would appreciate some help, if not a solution.

    Thanks in advance.
    Having spent more than a week on this without joy, I would be satisfied if the prev/next buttons would sit clear above the image, as they are currently obscuring vital parts at the top of numerous images.

    While I was hoping for a simple css fix, I suspect the problem lies with the nesting of #lbPrevLink and #lbNextLink within #lbImage, but the code in includes/classes/ files is way beyond my comprehension.

    Does anyone else have this problem?

    Help much appreciated.

  4. #2704
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Zen Lightbox...

    Quote Originally Posted by dw08gm View Post
    Having spent more than a week on this without joy, I would be satisfied if the prev/next buttons would sit clear above the image, as they are currently obscuring vital parts at the top of numerous images.

    While I was hoping for a simple css fix, I suspect the problem lies with the nesting of #lbPrevLink and #lbNextLink within #lbImage, but the code in includes/classes/ files is way beyond my comprehension.

    Does anyone else have this problem?

    Help much appreciated.
    thats the default behavior of lightbox from the beginning, not sure of an easy way to change it.
    There is another box here in the addons called faul slimbox. you could give that one a try and see if it has a better layout for you.

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by willy12 View Post
    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.
    Reply to post #2692

    Hi Dark Angel,

    Just wanted to ask again if there is such a thing of having the new lightbox show pictures one after the other, without having to close it each time (the same page you looked at before).It used to work with the old version, that's why I'm asking.

    Thanks for your time.
    Last edited by willy12; 18 Apr 2011 at 05:00 PM. Reason: forgot something

  6. #2706
    Join Date
    Nov 2010
    Posts
    64
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hi Dark Angel,

    Just wanted to ask again if there is such a thing of having the new lightbox show pictures one after the other, without having to close it each time (the same page you looked at before, (not a regular product page)).It used to work with the old version, that's why I'm asking.

    Thanks for your time.
    Last edited by willy12; 18 Apr 2011 at 05:01 PM. Reason: forgot something

  7. #2707
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Zen Lightbox...

    Quote Originally Posted by willy12 View Post
    Hi Dark Angel,

    Just wanted to ask again if there is such a thing of having the new lightbox show pictures one after the other, without having to close it each time (the same page you looked at before).It used to work with the old version, that's why I'm asking.

    Thanks for your time.
    in the code, try
    Code:
    rel="lightbox-g"
    instead of
    Code:
    rel="lightbox"

  8. #2708
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    976
    Plugin Contributions
    6

    Default Re: Zen Lightbox...

    Quote Originally Posted by niestudio View Post
    in the code, try
    Code:
    rel="lightbox-g"
    instead of
    Code:
    rel="lightbox"
    Does the "-g" refer to some kind of switch or another stylesheet.

    If a switch, are there other switches we should be aware of?

    I have not seen a lightbox-g stylesheet.

    Thanks

  9. #2709
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    976
    Plugin Contributions
    6

    Default Re: Zen Lightbox...

    Quote Originally Posted by niestudio View Post
    thats the default behavior of lightbox from the beginning, not sure of an easy way to change it.
    There is another box here in the addons called faul slimbox. you could give that one a try and see if it has a better layout for you.
    Hi Niestudio

    Thanks for the advice. I will look into it.

    Cheers

  10. #2710
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Zen Lightbox...

    Quote Originally Posted by dw08gm View Post
    Does the "-g" refer to some kind of switch or another stylesheet.

    If a switch, are there other switches we should be aware of?

    I have not seen a lightbox-g stylesheet.

    Thanks
    the -g is gallery mode (linked images) built into ZLB

 

 

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