Zen Cart Logo
Forums / All Other Contributions/Addons / Zen Lightbox addon [Support Thread]

Zen Lightbox addon [Support Thread]

Views: 953,090

Results 1,181 to 1,200 of 3,722
20 Dec 2008, 3:45 AM
#1181
crosswithyou avatar

crosswithyou

New Zenner

Join Date:
Dec 2008
Posts:
28
Plugin Contributions:
0

Zen Lightbox addon [Support Thread]

Was able to remove those extra two "Zen Lightbox" options from my Configuration menu by deleting the entries in the database, btw. Just need Lightbox to actually work now...

20 Dec 2008, 4:08 AM
#1182
raspberryjamcloth avatar

raspberryjamcloth

New Zenner

Join Date:
Dec 2008
Posts:
57
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

crosswithyou:

Hi. This is what I used:
http://www.zen-cart.com/forum/showthread.php?p=512198#post512198

Unfortunately the mod still doesn't seem to be working.

HELP SOMEONE!

Lightbox is turned on but my images still load in a new window. Also, if I turn it off, my additional images get messed up. Like, if you click on an additional image, it just loads the base image. If it's on then the correct image loads but it's not in a lightbox. This seems to be some kind of conflict with Image Handler 2.

Anyone know what's up with this?

:clap: I got it to take the code :clap: thank you!! Now I am off to see if it is working. :clap:

20 Dec 2008, 4:19 AM
#1183
anna718 avatar

anna718

New Zenner

Join Date:
Dec 2008
Location:
Tasmania. Australia
Posts:
35
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

I am also running Image Handler 2 and the lightbox worked fine first time. Not really possible for there to be any conflict.

20 Dec 2008, 4:24 AM
#1184
raspberryjamcloth avatar

raspberryjamcloth

New Zenner

Join Date:
Dec 2008
Posts:
57
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

I am still getting pop ups. I am not running Image Handler.

https://www.raspberryjamcloth.com

Where do I put jscript_zen_lightbox.php ?

20 Dec 2008, 12:01 PM
#1185
alex_clarke avatar

alex_clarke

Totally Zenned

Join Date:
Mar 2006
Posts:
909
Plugin Contributions:
1

Re: Zen Lightbox addon [Support Thread]

Cyclespares:

This is bugging me now :( I really want lightbox to work, it looks great & I will donate:cool: if I can get it working

You know when you upload the files via FTP - Do the files uploaded have to have "permissions" (File attributes) given to them so they can be accessed on site. They are set to Owner Read, Write. & Group is not set & public is not set either.

Sorry if I am a bit dim

I've just checked your site and cannot see any of the Zen Lightbox code in the HTML output.

Did you rename the 3 overrides folders to your template name before copying the files to your site?

If you like, PM me your FTP and Zen Cart Admin details. I'll then log on and check to make sure everything is installed correctly.

20 Dec 2008, 12:08 PM
#1186
alex_clarke avatar

alex_clarke

Totally Zenned

Join Date:
Mar 2006
Posts:
909
Plugin Contributions:
1

Re: Zen Lightbox addon [Support Thread]

crosswithyou:

Hi. I am having trouble running the SQL file to install this addon. This is the error I receive when I try to execute the script:

1146 Table 'cwyshop.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.

>  
> "cwyshop" is the name of my database and the prefix for my Zen Cart tables is "zen_"
>  
> I've tried adding "zen_" to the front of of the table names but still get an error and in the end only 4 statements get executed.
>  
> Does anyone know what's wrong?
>  
> -------------------------
>  
> Er, nevermind. I found a code oin one of the previous pages, tried it, and it worked. Weird because I had copied and pasted the sql file exactly.
>  
> Anyway, now I have 3 "Zen Lightbox"s under Configuration. The only one that works is the third one. How do I remove the first two?
 
Can you confirm that you're running the install.sql code by copying the contents of the file, pasting it into the box via your Zen Cart Admin? Or, are you using phpMyAdmin?
 
Also, if you could post your MySQL and PHP version information here that would be great.
 
**Please make sure you back up your database before trying this!**
 
With regards to removing the 3 (well, 2) of the extra 'Zen Lightbox' listings in your configuration menu, simply open the **configuration_group** table with phpMyAdmin and locate the rows of data which contain 'Zen Lightbox' as the **configuration_group_title**. You *should* be ok to delete the two with the lowest **configuration_group_id** values.
 
This should resolve your issue.
 
Alternatively, you could run the uninstall.sql code (via Zen Cart Admin) and the run the install.sql straight after.
20 Dec 2008, 12:13 PM
#1187
alex_clarke avatar

alex_clarke

Totally Zenned

Join Date:
Mar 2006
Posts:
909
Plugin Contributions:
1

Re: Zen Lightbox addon [Support Thread]

crosswithyou:

Was able to remove those extra two "Zen Lightbox" options from my Configuration menu by deleting the entries in the database, btw. Just need Lightbox to actually work now...

I've just read your last few posts.

The SQL code that you ran (which someone else linked to from an old post) was code only to be used with v1.4 and not the latest release.

You will need to successfully install the new SQL code in order to get Zen Lightbox to work.

First run the uninstall.sql code (via Zen Cart Admin). Then, run the install.sql code.

Please post back any errors you received here. I'll then be able to troubleshoot this further for you.

20 Dec 2008, 12:20 PM
#1188
alex_clarke avatar

alex_clarke

Totally Zenned

Join Date:
Mar 2006
Posts:
909
Plugin Contributions:
1

Re: Zen Lightbox addon [Support Thread]

raspberryjamcloth:

I am still getting pop ups. I am not running Image Handler.

www.raspberryjamcloth.com

Where do I put jscript_zen_lightbox.php ?

Is this the file that was in the root of the v1.5 release? If so, that's only to be used if you want to enable Zen Lightbox on extra pages of your website (i.e. the contact_us page).

I've checked your wesite and it appears that you have not run the install.sql code.

Please run the uninstall.sql code followed by the install.sql code.

Let me know how you get on! :smile:

20 Dec 2008, 1:24 PM
#1189
raspberryjamcloth avatar

raspberryjamcloth

New Zenner

Join Date:
Dec 2008
Posts:
57
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Alex Clarke:

Is this the file that was in the root of the v1.5 release? If so, that's only to be used if you want to enable Zen Lightbox on extra pages of your website (i.e. the contact_us page).

I've checked your wesite and it appears that you have not run the install.sql code.

Please run the uninstall.sql code followed by the install.sql code.

Let me know how you get on! :smile:

I ran the uninstall & then the install - I get this error again -

1146 Table 'rbjc_zc2.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.I am running zen cart 1.3.8a / MySQL client version: 4.1.22 / PHP5 (I think)

20 Dec 2008, 2:14 PM
#1190
raspberryjamcloth avatar

raspberryjamcloth

New Zenner

Join Date:
Dec 2008
Posts:
57
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

May I say hot dog!! and here is how I got it working...

I went to the cherry zen support thread and found this: http://www.zen-cart.com/forum/showpost.php?p=623644&postcount=1080
Put in fix since that is the template my cart is based on
I uninstalled the SQL again
I reinstalled the SQL using phpMyAdmin - changing instances of configuration_group to zen_configuration_group

Now I need to figure out how to size my large pics

20 Dec 2008, 4:14 PM
#1191
ahall13 avatar

ahall13

New Zenner

Join Date:
Nov 2008
Posts:
33
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

I'm sure this has been gone over before but I wasn't finding much in my search of the thread. Great mod with an easy install. My question is.. Is there a way to make the lightbox load the image on mouse over? It is cool but right now they have to click the image to open the product page and then click the image from the product page to load it. I understand this would be bandwith intensive, but I'd like to try it if possible.

20 Dec 2008, 4:18 PM
#1192
kimsonvu avatar

kimsonvu

Zen Follower

Join Date:
Aug 2006
Location:
HCMC
Posts:
263
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

I found this bug when tried to upgrade into new version ! Please help me :

1146 Table 'handicra_shop.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.

20 Dec 2008, 5:23 PM
#1193
alex_clarke avatar

alex_clarke

Totally Zenned

Join Date:
Mar 2006
Posts:
909
Plugin Contributions:
1

Re: Zen Lightbox addon [Support Thread]

ahall13:

I'm sure this has been gone over before but I wasn't finding much in my search of the thread. Great mod with an easy install. My question is.. Is there a way to make the lightbox load the image on mouse over? It is cool but right now they have to click the image to open the product page and then click the image from the product page to load it. I understand this would be bandwith intensive, but I'd like to try it if possible.

This sounds like a good feature that I'll have to add. It should be fairly easy to implement.

I'll add this to the additions/features for v1.6, which I'm currently working on at the moment.

PM me if you would like me to work on this straight away for you (for a small fee/donation), or you can wait for the v1.6 release.

raspberryjamcloth:

May I say hot dog!! and here is how I got it working...

I went to the cherry zen support thread and found this: http://www.zen-cart.com/forum/showpost.php?p=623644&postcount=1080
Put in fix since that is the template my cart is based on
I uninstalled the SQL again
I reinstalled the SQL using phpMyAdmin - changing instances of configuration_group to zen_configuration_group

Now I need to figure out how to size my large pics

Thanks for the update.

Did you get any error messages when installing the SQL this time?

Also, I'll make sure that a fix for the Cherry Zen template is included in the v1.6 release. Thanks for pointing this out.

kimsonvu:

I found this bug when tried to upgrade into new version ! Please help me :

Just to confirm, you were running the install.sql by copying the text from the file and pasting it into the text area (Install SQL Patches) in the Zen Cart Admin, right?

It appears that a number of people are running into SQL errors during the installation.

I'm fairly sure that this is owing to the MySQL version (being 4).

My developement environment is based on the following:

  • IIS 5.2 build 3790
  • PHP 5.2.5 (Zend: 2.2.0)
  • MySQL 5.0.51a-community-ntI'll look into this installation issue and see if MySQL is unhappy with the script.
20 Dec 2008, 6:07 PM
#1194
darkangel avatar

darkangel

Totally Zenned

Join Date:
Oct 2007
Location:
Emporia, Kansas
Posts:
1,729
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

I was having the same problem and even with the fix it would not install the sql

what I did was add the zen_ to the cnfigurations EXCEPT the one right after [email protected] very first instance I left as is with just adding the zen_ to the others there.

It installed, and works however.....

when I go into admin>configurations>Zen Lightbox there are NO controls to set...only the column titles.

Are they not supposed to be visible?

I check database and the zen_configuration and zen_configuration_group have the lightbox info there:

zen_configuration:
close on image click
close on overlay click
close lightbox
overlay fade duration
zen lightbox
overlay opacity

zen_configuration_group:
zen lightbox (configure zen lightbox settings) is set to 1 as visible

i am running zencart 1.3.8a
mysql is 5.051a community
php version 4.4.8(zend:1.3.0)
php on server is 5.2.6

ideas how to get it to show up in the control panel of admin section?

Happy Holidays everyone!

20 Dec 2008, 6:47 PM
#1195
raspberryjamcloth avatar

raspberryjamcloth

New Zenner

Join Date:
Dec 2008
Posts:
57
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Alex - I got errors, but I added the zen_ to the configure tables in the install codes as it gave errors and that fixed it.

20 Dec 2008, 7:19 PM
#1196
kimsonvu avatar

kimsonvu

Zen Follower

Join Date:
Aug 2006
Location:
HCMC
Posts:
263
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

HTTP Server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
PHP Version: 5.2.8 (Zend: 2.2.0) PHP Memory Limit: 128M PHP Safe Mode: Off
PHP File Uploads: On Max Size: 50M POST Max Size: 50M
Database Data Size: 8,432 kB Database Index Size: 2,043 kB

This is my server information.

20 Dec 2008, 7:25 PM
#1197
raspberryjamcloth avatar

raspberryjamcloth

New Zenner

Join Date:
Dec 2008
Posts:
57
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Quick question... I got the size of my pics fixed, now I am wondering when you click on the item pic it pops up right in the box, but it says next and if you click that it shows the same pic. How do I get it to show another pic?

https://www.raspberryjamcloth.com

20 Dec 2008, 10:41 PM
#1198
crosswithyou avatar

crosswithyou

New Zenner

Join Date:
Dec 2008
Posts:
28
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Alex Clarke:

I've just read your last few posts.

The SQL code that you ran (which someone else linked to from an old post) was code only to be used with v1.4 and not the latest release.

You will need to successfully install the new SQL code in order to get Zen Lightbox to work.

First run the uninstall.sql code (via Zen Cart Admin). Then, run the install.sql code.

Please post back any errors you received here. I'll then be able to troubleshoot this further for you.

Hi. I successfully uninstalled Lightbox. This is the error I get when I copy and paste the install.sql stuff and execute it:

1146 Table 'cwyshop.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.

I'm running ZenCart 1.3.8a on PHP 5.2.6 and MySQL client version 5.0.16.

Now with Lightbox uninstalled, my additional images are only loading the base image when clicked on. Is this a problem created by Lightbox or Image Handler 2?

20 Dec 2008, 11:10 PM
#1199
raspberryjamcloth avatar

raspberryjamcloth

New Zenner

Join Date:
Dec 2008
Posts:
57
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

is the table name zen_configuration_group ?? If so I can post what I put in.

21 Dec 2008, 12:23 AM
#1200
ahall13 avatar

ahall13

New Zenner

Join Date:
Nov 2008
Posts:
33
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

[QUOTE=Alex Clarke;658930]This sounds like a good feature that I'll have to add. It should be fairly easy to implement.

I'll add this to the additions/features for v1.6, which I'm currently working on at the moment.

PM me if you would like me to work on this straight away for you (for a small fee/donation), or you can wait for the v1.6 release.

[QUOTE]

I am still in the initial setup phase of my site now. If I get it complete before 1.6 I might wan to take a look at this.