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 luckJust 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?
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
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.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
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
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
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.
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.