Results 1 to 10 of 3727

Hybrid View

  1. #1
    Join Date
    May 2008
    Posts
    37
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by countrycharm View Post
    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?

  2. #2
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Zen Lightbox...

    Quote Originally Posted by Svault View Post
    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.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  3. #3
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Zen Lightbox...

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

  4. #4
    Join Date
    May 2008
    Posts
    37
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by countrycharm View Post
    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.

  5. #5
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Zen Lightbox...

    Quote Originally Posted by Svault View Post
    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

  6. #6
    Join Date
    May 2008
    Posts
    37
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by countrycharm View Post
    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.

  7. #7
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Zen Lightbox...

    Quote Originally Posted by Svault View Post
    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
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  8. #8
    Join Date
    May 2008
    Posts
    37
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by yellow1912 View Post
    Post a link to your site.
    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:
    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/showpo...&postcount=157

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

  9. #9
    Join Date
    Jul 2006
    Posts
    83
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    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.

 

 

Similar Threads

  1. Free Shipping Rules addon [Support Thread]
    By numinix in forum Addon Shipping Modules
    Replies: 36
    Last Post: 2 Dec 2016, 01:56 PM
  2. v151 Reviews Reply addon [Support Thread]
    By mikestaps in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 17 Oct 2014, 01:29 AM
  3. Jquery Lightbox [Support thread]
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 257
    Last Post: 2 Aug 2012, 10:57 PM
  4. File Upload Required addon [Support Thread]
    By 1100101 in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 10 Dec 2011, 03:00 AM
  5. [Support Thread] IE only JavaScripts and Stylesheets Addon
    By Meshach in forum All Other Contributions/Addons
    Replies: 16
    Last Post: 31 May 2011, 08:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg