Page 233 of 373 FirstFirst ... 133183223231232233234235243283333 ... LastLast
Results 2,321 to 2,330 of 3726
  1. #2321
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Zen Lightbox...

    Quote Originally Posted by ScriptJunkie View Post
    Yep, I totally meant to say "attribute images". See? Working when tired is no good (as I'm sure you yourself know from first hand experience with all you have on your plate) <grin>.
    Indeed which is probably why it's taking me more than a minute tonight to complete four SIMPLE forms..
    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. #2322

    Default Re: Zen Lightbox...

    I too, had the same error #1146 with the same message. I have read through this thread and found a few explanations, but none of them worked for me. I ended up comparing the install.sql file that comes with the 1.6.1 release with the older 1.5 version's. I found them to be nearly identical except for the parenthesis:

    INSERT INTO `configuration_group` VALUES (NULL, 'Zen Lightbox', 'Configure Zen Lightbox settings', '0', '1');
    UPDATE `configuration_group` SET `sort_order` = LAST_INSERT_ID() WHERE `configuration_group_id` = LAST_INSERT_ID();
    SELECT (@cgi := `configuration_group_id`) FROM `configuration_group` WHERE `configuration_group_title` = 'Zen Lightbox';


    My Zen Lightbox was working until recently. I noticed the other day that there was a compatibility issue with the new Chrome. So after finding the recent Light box update, I decided to do a full reinstall. I usually use phpMyAdmin to upload the install.sql files. However, in this circumstance I was unsuccessful with this method. After some looking around and some trial and error, I applied the two parenthesis and then uploaded using the Zen Cart admin option. Not quite sure why this worked, but felt I should share my experience with the #1146 Error. Please let us all know if this fixed your error.

    1.6.1 is almost working perfectly with 1.3.8a. My previous, next and close buttons are not displaying. If I hover over where they should appear, the link or anchor is in tact and functional! Just wanted to let you smarter code guys know in case that helps with a clue. If anyone has figured out how to make the navigation images appear, I thank you ahead of time!

  3. #2323
    Join Date
    Dec 2010
    Posts
    4
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    I wonder if someone can help me with a lightbox problem, i have searched but found no answer as yet.

    I am setting up a site using
    Zencart 1.3.9h
    Lightbox 1.6.1

    My problem is that lightbox only works with additional images.
    The main image is still opening in the popup window.

    What must i do to have all images open in lightbox??

    I have checked the lightbox installation and it seems to be ok.
    I thank you in avance for your input.

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by andalucian View Post
    I wonder if someone can help me with a lightbox problem, i have searched but found no answer as yet.

    I am setting up a site using
    Zencart 1.3.9h
    Lightbox 1.6.1

    My problem is that lightbox only works with additional images.
    The main image is still opening in the popup window.

    What must i do to have all images open in lightbox??

    I have checked the lightbox installation and it seems to be ok.
    I thank you in avance for your input.
    Can you PM me a link to your site and I'll take a look at the code.
    daniel

  5. #2325
    Join Date
    Dec 2010
    Posts
    4
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hi,

    its not live yet but i have turned it on for you to see...

    www.castilesoap.co (NOT COM)

  6. #2326
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Zen Lightbox...

    Quote Originally Posted by andalucian View Post
    Hi,

    its not live yet but i have turned it on for you to see...
    Do you have any other addons installed?

  7. #2327
    Join Date
    Dec 2010
    Posts
    4
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    No, nothing else at all

  8. #2328
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Zen Lightbox...

    Quote Originally Posted by JerMe1 View Post

    1.6.1 is almost working perfectly with 1.3.8a. My previous, next and close buttons are not displaying. If I hover over where they should appear, the link or anchor is in tact and functional! Just wanted to let you smarter code guys know in case that helps with a clue. If anyone has figured out how to make the navigation images appear, I thank you ahead of time!
    Hi Jeremy,
    Can you check Admin: Configuration>Zen Lightbox>Include Main Image in Gallery is set to true?

    When I check your additional images (tab) I see the previous and next images on hover (the default behavior for slimbox)–
    (more to come on that shorty…)

    Daniel

  9. #2329
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Zen Lightbox...

    Hi DarkAngel and Others that are looking for the close on click image functionality.
    I have successfully modified slimbox.php to accept this parameter.
    The issue now is, as suspected, the hover (Prev / Next) functionality is broken.
    I have worked through this by carrying over mods from ZLB1.5 css file which removes the hover functionality all together and permanently adds the Next and Prev buttons to the upper corners (when needed for additional images).
    As a personal preference I dont like the buttons to be on there all the time, but if thats the preference of the ZLB user community I can easily set it that way.

    Thoughts / Opinions / Suggestions?

  10. #2330
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Zen Lightbox...

    Quote Originally Posted by niestudio View Post
    Hi DarkAngel and Others that are looking for the close on click image functionality.
    I have successfully modified slimbox.php to accept this parameter.
    The issue now is, as suspected, the hover (Prev / Next) functionality is broken.
    I have worked through this by carrying over mods from ZLB1.5 css file which removes the hover functionality all together and permanently adds the Next and Prev buttons to the upper corners (when needed for additional images).
    As a personal preference I dont like the buttons to be on there all the time, but if thats the preference of the ZLB user community I can easily set it that way.

    Thoughts / Opinions / Suggestions?
    From a usability POV, it is not always obviously apparent to lay users HOW to navigate to additional images without an omnipresent "hint".. For my own personal usage I always hover to see if there are additional navigation options in a lightbox, but not all lay users think to do this.. Is making this an admin controlled option a possibility.. this way you could split the difference.. Tjose who want the buttons always visible can have it, and those who only want it on hover can have it that way..

    Just my three cents..
    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.

 

 

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