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?
Printable View
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?
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.
Well I installed this mod and the weirdest thing happens- well weird from where I am sitting as I have no idea why it does that.
When the 'enlarge image' is clicked it opens the image at the bottom of the page not in the lighbox. What can i do to fix this?
Any help would be very much appreciated.
Thanks.
Okay, thanks I'll PM you... I have discovered the conflict. I have GoogleAnalytics for Zen Cart installed at the same time I have Zen Lightbox. For some reason they conflict. I was down with the flu the last few days, so I had to just disable GoogleAnalytics for Zen Cart temporarily, while I figure this out, so I'll be trying a few things and post my results here.
Thanks to everyone that helped me get to this point. Without GoogleAnalytics, everything's great! But, I need to get that back in there somehow.
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
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 luckQuote:
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?
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.
My website: 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:
Code was copied from: http://www.zen-cart.com/forum/showpo...&postcount=157Code: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;
I've tried it and it seems to be working fine.