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

Zen Lightbox addon [Support Thread]

Views: 953,083

Results 1,121 to 1,140 of 3,722
28 Oct 2008, 11:57 PM
#1121
nosleephotel avatar

nosleephotel

New Zenner

Join Date:
Sep 2008
Location:
Los Angeles, CA
Posts:
67
Plugin Contributions:
0

Zen Lightbox addon [Support Thread]

snowkrash, I am just about to install Google Analytics myself (and have Zen Lightbox installed). I hope to not run into the same problem but if I do, I'm awaiting your solution! :D

29 Oct 2008, 12:15 AM
#1122
svault avatar

svault

New Zenner

Join Date:
May 2008
Posts:
37
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

countrycharm:

Hi guys I know what you all are going through with this Module. I am not downing this Module but I had this same problem in IE. I decided to try other Modules and find one that worked for me. I'm not saying it will for you but you can try it and see. It is free also. Like I said I'm not downing this Module I think it was great at the start. Here is the link to the other one.

Just tried the mod you were talking about. Same thing happened. IE refuses to open product page. It has also to do with the Java Script in modules/pages/product-info. Does anyone know why the Java Script is bothering IE?

29 Oct 2008, 12:55 AM
#1123
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Svault:

Just tried the mod you were talking about. Same thing happened. IE refuses to open product page. It has also to do with the Java Script in modules/pages/product-info. Does anyone know why the Java Script is bothering IE?
Post a link to your site.

29 Oct 2008, 1:09 AM
#1124
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Zen Lightbox addon [Support Thread]

Just tried the mod you were talking about. Same thing happened. IE refuses to open product page. It has also to do with the Java Script in modules/pages/product-info. Does anyone know why the Java Script is bothering IE?
You will have to delete all files that is included in the Lightbox on your sever, then you will have to go to your database and delete everything that deals with lightbox. Then try installing the one I suggested. I bet it just might work out for you. You can see on my site I have no problems with it at all. Good luck

29 Oct 2008, 2:22 AM
#1125
drhiii avatar

drhiii

New Zenner

Join Date:
Jul 2006
Posts:
83
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

This is precisely what is happening here. On the product page. Just reinforcing this, but lack sufficient skills to fix, so far. Am about to drill into this and bone up on it in case it does not get solved elsewhere. It really is a problem, having I.E. be so moody.

29 Oct 2008, 4:18 AM
#1126
svault avatar

svault

New Zenner

Join Date:
May 2008
Posts:
37
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

yellow1912:

Post a link to your site.

My website: https://www.singaporevault.com/store

I've deleted one file and switch the mod off. IE was not able to load again. Had no choice but to switch it off. But when I tried it in firefox, it was looking good and there were less files to upload too. If someone has a working site, please kindly post so that I can compare the codes to see what is different.

Next, if anyone wants to uninstall Lightbox, I believe you can use the following code to put inside SQL patches:

SET @t4=0;
SELECT (@t4:=configuration_group_id) as t4 
FROM configuration_group
WHERE configuration_group_title= 'Zen Lightbox';
DELETE FROM configuration WHERE configuration_group_id = @t4;
DELETE FROM configuration_group WHERE configuration_group_id = @t4;

Code was copied from: http://www.zen-cart.com/forum/showpost.php?p=502690&postcount=157

I've tried it and it seems to be working fine.

29 Oct 2008, 4:24 AM
#1127
svault avatar

svault

New Zenner

Join Date:
May 2008
Posts:
37
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

countrycharm:

You will have to delete all files that is included in the Lightbox on your sever, then you will have to go to your database and delete everything that deals with lightbox. Then try installing the one I suggested. I bet it just might work out for you. You can see on my site I have no problems with it at all. Good luck

Just checked out your site. I will review it later to see what codes are different. I've uninstalled lightbox using the code above that I found. Isn't that sufficient?

Next, on a side note, where did you get the code for the listing page? You have dotted lines surrounding the products in rows of 3. It looks much neater than mine.

29 Oct 2008, 6:33 PM
#1128
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Zen Lightbox addon [Support Thread]

Svault:

Just checked out your site. I will review it later to see what codes are different. I've uninstalled lightbox using the code above that I found. Isn't that sufficient?

Next, on a side note, where did you get the code for the listing page? You have dotted lines surrounding the products in rows of 3. It looks much neater than mine.
The code to uninstall will just get rid of lightbox in your admin
configuration. It still leaves tables in your database under configuration_title. I always delete the table that deal with a Module, but that is up to you. Anytime you delete something from your database always do a backup first. The dotted lines comes with the Cherry Zen Template by jettrue. There is a code he included to do that.

29 Oct 2008, 6:48 PM
#1129
svault avatar

svault

New Zenner

Join Date:
May 2008
Posts:
37
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

countrycharm:

The code to uninstall will just get rid of lightbox in your admin
configuration. It still leaves tables in your database under configuration_title. I always delete the table that deal with a Module, but that is up to you. Anytime you delete something from your database always do a backup first. The dotted lines comes with the Cherry Zen Template by jettrue. There is a code he included to do that.

Thanks for the heads up. Do you know exactly which tables to delete in the database? Please give the details. I've not gone into the database section to delete anything before.

29 Oct 2008, 8:16 PM
#1130
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Zen Lightbox addon [Support Thread]

Svault:

Thanks for the heads up. Do you know exactly which tables to delete in the database? Please give the details. I've not gone into the database section to delete anything before.
If you really not sure what to do I guess you better leave that part alone until you get a little more experience in what to do. If you haven't already go to your database and look around. The tables for lightbox will be under your PhpMyAdmin/configuration/configuration_title. Check with a check mark on configuration_title and click the browse button. Look at your tables and see if they deal with the lightbox. They will be some that do. If so just delete them. Good luck

29 Oct 2008, 9:53 PM
#1131
nosleephotel avatar

nosleephotel

New Zenner

Join Date:
Sep 2008
Location:
Los Angeles, CA
Posts:
67
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

nosleephotel:

I'm sure this has been answered but I've been searching through this thread for awhile now looking for an answer to no avail. How would I enable Lightbox on EZ pages?

Can anyone answer this? :blush:

30 Oct 2008, 4:47 AM
#1132
svault avatar

svault

New Zenner

Join Date:
May 2008
Posts:
37
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

countrycharm:

If you really not sure what to do I guess you better leave that part alone until you get a little more experience in what to do. If you haven't already go to your database and look around. The tables for lightbox will be under your PhpMyAdmin/configuration/configuration_title. Check with a check mark on configuration_title and click the browse button. Look at your tables and see if they deal with the lightbox. They will be some that do. If so just delete them. Good luck

I went into my database. I don't see any heading with any link to lightbox. Right now, I see lots of tables with Hoverbox, none with the title Lightbox. Does all the titles that deal with lightbox have the term lightbox?

4 Nov 2008, 11:13 PM
#1133
rcavalear4852 avatar

rcavalear4852

New Zenner

Join Date:
Oct 2008
Posts:
6
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

AWESOME CONTRIBUTUION!!!! Thank you!!!:clap::clap:

11 Nov 2008, 4:21 AM
#1134
technoticmedia avatar

technoticmedia

New Zenner

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

Re: Zen Lightbox addon [Support Thread]

Hi- I just installed this and it's not working. I don't think it is loading the javascript files at all.

11 Nov 2008, 4:31 AM
#1135
technoticmedia avatar

technoticmedia

New Zenner

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

Re: Zen Lightbox addon [Support Thread]

technoticmedia:

Hi- I just installed this and it's not working. I don't think it is loading the javascript files at all.
nevermind... must have missed uploading some things. All is well now :)

25 Nov 2008, 11:05 PM
#1136
raimond avatar

raimond

Zen Follower

Join Date:
Jul 2004
Location:
The Netherlands, Wierden
Posts:
423
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

I use the wonderful Lightbox in combination with Image Handler which works almost perfect.

Nice job!

But the additional images in the lightbox are not rezised. They will be shown with full size. How can we change that it will get the rezised image either for the first as the additional images?

29 Nov 2008, 9:15 PM
#1137
knobbery avatar

knobbery

New Zenner

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

Re: Zen Lightbox addon [Support Thread]

Hello,

A new user here, we have a new zencart that has been implemented and i installed he zen lightbox yesterday. Works like a charm, however i have 1 issue, that perhaps someone could shed some light

1- If my product has no attributes defined, the lighbox works fine. ex here

2- However if my product has attributes defined, the image still opens up in a pop up. Ex here

We use the same product image for the attributes but for some reason the lighbox wont be triggered for these products.

Please any suggestions would be great

Thanks

1 Dec 2008, 12:08 AM
#1138
craft_magick avatar

craft_magick

Zen Follower

Join Date:
Nov 2007
Posts:
166
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

HomicideRocker:

I figured out my problem. I hope it helps you others. I was just making the mistake of wrapping the menu in a tag that said "div id" and not "div class". Once I changed it to "div class", I had no problem.

Ha. Silly middle of the night goof on my part.

I am having the same trouble with the lightbox appearing BEHIND the top menu header.

Being somewhat css challenged... could you tell me which stylesheet and exactly what 'div id' or 'div class' sections you edited to make the lightbox appear in front of the cascading menus.

I am using zencart version 1.3.8 and have ImageHandler2 installed
I'm using the zencart_zen template by clyde jones (here's a link to the template if needed) http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=450

My website is:
http://www.ZenCrystals.com

And here's a picture of what the lightbox looks like on the site if that helps...

Any help would be greatly appreciated.

Zencart ROCKS :clap:

1 Dec 2008, 12:51 AM
#1139
craft_magick avatar

craft_magick

Zen Follower

Join Date:
Nov 2007
Posts:
166
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Just solved my own issue from above...

for anyone else with the same issue of lightbox displaying behind a css menu that is NOT css savvy, here is how i fixed it...

  1. using Firebug (the firefox addon) i pinned down the class element for my menu (in my case with the zencart_zen template it was .level1)

  2. in Admin>Config>Zen Lightbox i ADDED ,level1 to the DIV CLASS TO HIDE section

Everything works PERFECTLY now!! Thank you for such an excellent module... i'm off to donate now :clap:

P.S. for those less css illiterate than me, the answer is explained in the README.HTML folder near the bottom under FAQ's

Thanks again for such a great mod!

Zencart ROCKS :clap:

1 Dec 2008, 2:22 AM
#1140
craft_magick avatar

craft_magick

Zen Follower

Join Date:
Nov 2007
Posts:
166
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Craft Magick:

Just solved my own issue from above...

for anyone else with the same issue of lightbox displaying behind a css menu that is NOT css savvy, here is how i fixed it...

  1. using Firebug (the firefox addon) i pinned down the class element for my menu (in my case with the zencart_zen template it was .level1)

  2. in Admin>Config>Zen Lightbox i ADDED ,level1 to the DIV CLASS TO HIDE section

Everything works PERFECTLY now!! Thank you for such an excellent module... i'm off to donate now :clap:

P.S. for those less css illiterate than me, the answer is explained in the README.HTML folder near the bottom under FAQ's

Thanks again for such a great mod!

Zencart ROCKS :clap:

NEVER MIND... it worked for a minute and has now reverted to displaying behind the main menu nav bar again...

such a shame, this was a really wonderful idea...

Zencart still ROCKS though!