HomeHome Product Discus... Product Discus...SmithCartSmithCartDark Knight default skin not working with BuyNow pageDark Knight default skin not working with BuyNow page
Previous
 
Next
New Post
6/29/2012 1:31 PM
 

On the BuyNow page, when I nav to page settings, the popup displays a window within a window, the page displays a dark screen and I can't utilize the page settings. This doesn't occur on other pages of the module.

PowerDNN techs believe the BuyNow module is incompatible with the Dark Knight skin. Is there a fix for this?

Thanks in advance.

 
New Post
6/29/2012 2:53 PM
 

Hi Collin,

I assume you are running DNN 6.2 correct? I believe this issue has presented itself with DNN 6.2, as a temporary workaround for this issue you can open up the ProductList.ascx file located in the DesktopModules/Smith.BuyNow folder and comment out the following lines of code:

 

<link href="module.css" rel="stylesheet" type="text/css" />

<link href="http://ajax.googleapis.com/ajax/libs/..." rel="stylesheet" type="text/css"/>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/..."></script>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/..."></script>

Thanks,

 
New Post
6/29/2012 5:39 PM
 

That worked. Thanks!

 
New Post
6/29/2012 6:03 PM
 
Glad I could help. I'll go ahead and mark this thread as Resolved.

Thanks,
 
New Post
8/30/2012 1:39 PM
 
Hello, I have the same issue with the Dark knight skin in 6.2. What should the code look like after commenting out the mentioned lines.

Thanks for your help.
 
New Post
9/8/2012 12:45 AM
 
SeanM wrote:
Hello, I have the same issue with the Dark knight skin in 6.2. What should the code look like after commenting out the mentioned lines.

Thanks for your help.

 

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

<link href="http://ajax.googleapis.com/ajax/libs/..." rel="stylesheet" type="text/css"/>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/..."></script>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/..."></script>%>


 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartDark Knight default skin not working with BuyNow pageDark Knight default skin not working with BuyNow page