Chadi
11-13-2014, 10:42 PM
1) Script Title: ddsmoothmenu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...smoothmenu.htm
3) Describe problem:
Having this strange SSL error at https://www.logicweb.com/billing/clientarea.php (and during ordering process)
It was giving off an SSL "insecure elements" error.
I found the culprit that causes the SSL to be "partially" secured is because of this JS file
<script src="/js/custom.js"></script> <!-- Custom Js file for javascript in html -->
I had to remove that for now. The content of that file is below. I cannot figure out what's in that file that is causing this.
http://snippi.com/s/lmtnx5n
I traced the cause from the custom.js file and had to remove it to make sure SSL is fully secured.
This portion...
// Navigational Menu ddsmoothmenu
ddsmoothmenu.init({
mainmenuid: "menu", //menu DIV id
orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
classname: 'navigation', //class added to menu's outer DIV
contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})
As soon as I change "menu"to something else like "menus", it fixes the SSL problem, but breaks the menu itself site-wide. Not sure what to do from here to resolve this both ways. I'm baffled why that small code is causing a 'partially secured" error.
Would appreciate anyone's help on this. Thank you.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...smoothmenu.htm
3) Describe problem:
Having this strange SSL error at https://www.logicweb.com/billing/clientarea.php (and during ordering process)
It was giving off an SSL "insecure elements" error.
I found the culprit that causes the SSL to be "partially" secured is because of this JS file
<script src="/js/custom.js"></script> <!-- Custom Js file for javascript in html -->
I had to remove that for now. The content of that file is below. I cannot figure out what's in that file that is causing this.
http://snippi.com/s/lmtnx5n
I traced the cause from the custom.js file and had to remove it to make sure SSL is fully secured.
This portion...
// Navigational Menu ddsmoothmenu
ddsmoothmenu.init({
mainmenuid: "menu", //menu DIV id
orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
classname: 'navigation', //class added to menu's outer DIV
contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})
As soon as I change "menu"to something else like "menus", it fixes the SSL problem, but breaks the menu itself site-wide. Not sure what to do from here to resolve this both ways. I'm baffled why that small code is causing a 'partially secured" error.
Would appreciate anyone's help on this. Thank you.