HomeHome Product Discus... Product Discus...SmithCartSmithCartHow do you uninstall the lightbox feature for the products?How do you uninstall the lightbox feature for the products?
Previous
 
Next
New Post
5/28/2011 5:28 AM
 

DNN Version 5.6.1

SmithCart Version 3.8.0

 

The lightbox feature no longer works in IE9. I would rather uninstall it instead of trying to figure out how to fix it.

Question: Is uninstalling the lightbox feature just a matter of deleting the css and js files or is there a procedure?

The search results here only describe issues and how to fix it but they don't work for me.

 
New Post
5/28/2011 4:30 PM
 

In cart v4.28 and earlier to remove the lightbox feature you need to comment the following lines of javascript in the productdetail.ascx page as follows:

 

<%--Lightbox Live Server--%>

<%--<link href="/css/lightbox.css" rel="stylesheet" type="text/css" />

<script type="text/javascript" src="/js/prototype.js"></script>

<script type="text/javascript" src="/js/scriptaculous.js?load=effects,builder"></script>

<script type="text/javascript" src="/js/lightbox.js"></script>--%>

 

Also, there is an ie9 fix for lightbox available please see the following forum post http://www.smith-consulting.com/Forum...

Starting in cart v4.30 we replaced lightbox with fancybox.  Fancybox provides the same effects as lightbox but doesnt have the ie9 issues.  Also, starting in cart v4.30 the javascript for lightbox and zoom effects is dynamically enabled in code behind and doesnt require you to comment/uncomment the javascript in the productdetails.ascx page.

 


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
5/29/2011 12:40 AM
 

Thank you, I will try this and report back.

 
New Post
5/29/2011 12:50 AM
 

The suggested fix did not work for me but the comments to remove lightbox did work. Thanks for the quick response.

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartHow do you uninstall the lightbox feature for the products?How do you uninstall the lightbox feature for the products?