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.
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!
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.
Hi,
its not live yet but i have turned it on for you to see...
www.castilesoap.co (NOT COM)
No, nothing else at all
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.
Bookmarks