Ian Adgie
 New Member Posts:5
 |
| 01 Jul 2010 04:56 AM |
|
I've just applied an SSL certificate to my DNN site and everything seems to be working ok apart from the pages which have the Expandable Text / HTML component on it - these pages are showing as having unauthenticated content. If you untick the option 'Use JQuery Effects' then the page shows as secure. Has anyone else found this issue ? |
|
|
|
|
Mitchel Sellers Site Moderator
 Basic Member Posts:337
 |
| 01 Jul 2010 10:03 AM |
|
Ian, I have a feeling that is due to the way that the reference is being added for jQuery. I will ensure that the next release (Scheduled for this weekend) contains a fix. |
|
-Mitchel Sellers, Microsoft C# MVP, MCITP
CEO
IowaComputerGurus Inc!
Visit my blog for helpful technical articles
For recommended products and services view the links to the right. |
|
|
Ian Adgie
 New Member Posts:5
 |
| 01 Jul 2010 10:54 AM |
|
Thanks Michael. I really like this component  |
|
|
|
|
Mitchel Sellers Site Moderator
 Basic Member Posts:337
 |
| 04 Aug 2010 09:06 AM |
|
| In case you missed it this should be resolved. |
|
-Mitchel Sellers, Microsoft C# MVP, MCITP
CEO
IowaComputerGurus Inc!
Visit my blog for helpful technical articles
For recommended products and services view the links to the right. |
|
|
DnnIsGreat
 New Member Posts:2
 |
| 28 Aug 2010 09:28 AM |
|
I just seem to have encountered the same problem as the OP...when I look at the source I see: http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js I downloaded the latest Version 4.5.2 Installation. I apologize if some how I'm messing this up. but if I remove this module from the page the problem goes away. Thanks for your help |
|
|
|
|
DnnIsGreat
 New Member Posts:2
 |
| 27 Sep 2010 01:16 PM |
|
just following up with this to see if anyone still has this problem with SSL using the newest version. Thanks |
|
|
|
|
David O'Leary
 New Member Posts:7
 |
| 29 Nov 2010 12:52 PM |
|
| This is also causing another problem for us. We are trying to use FancyBox and it doesn't work if jQuery is referenced twice. The reference to jQuery 1.2.6 is redundant to the one reference by DNN. You need to change the way you include jQuery and only include it if it isn't already there. |
|
|
|
|
Mitchel Sellers Site Moderator
 Basic Member Posts:337
 |
| 29 Nov 2010 12:53 PM |
|
David, We are working on a DNN 5.x ONLY version of the module that will allow us to stop adding the reference to jQuery, as to support prior to 5.x we have to manually add it, and with manually adding it, we do not have any way to validate that DNN has already registered the script. The next release will contain a 4.x and 5.x version to resolve the issue. |
|
-Mitchel Sellers, Microsoft C# MVP, MCITP
CEO
IowaComputerGurus Inc!
Visit my blog for helpful technical articles
For recommended products and services view the links to the right. |
|
|
David O'Leary
 New Member Posts:7
 |
| 29 Nov 2010 01:52 PM |
|
| Thanks Mitchell. I went ahead and recompiled the module (thanks for including the source) with the jQuery lines removed and that's solved the issue for now. Great module overall! |
|
|
|
|