Zen Cart Logo
Forums / Basic Configuration / Secure and non secure items / partially encrypted?

Secure and non secure items / partially encrypted?

Locked

Views: 2,437

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
25 Oct 2007, 9:40 PM
#1
wildgarden avatar

wildgarden

New Zenner

Join Date:
Apr 2006
Posts:
32
Plugin Contributions:
0

Secure and non secure items / partially encrypted?

I've just installed SSL and have made sure I have removed all hardcoded links within my site and I'm still getting the secure, no-secure popup in IE7 as well as it saying partially encrypted in FF. I don't know what else could be causing it. I have a couple external links but they shouldn't be causing it? Please have a look if you have time. Thanks :)

https://www.modamuse.com/index.php?main_page=

25 Oct 2007, 9:45 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Secure and non secure items / partially encrypted?

Following this FAQ, I found this:

<!-- ClickTale Bottom part -->
<div id="ClickTale" style="display: none;"></div>
<script [B]src="http://[/B]s.clicktale.net/WRa.js" type="text/javascript"></script>
<script type="text/javascript">
if(typeof ClickTale=='function') ClickTale(5623,0.05);
</script>
<!-- ClickTale end of Bottom part -->
29 Oct 2007, 7:10 AM
#3
wildgarden avatar

wildgarden

New Zenner

Join Date:
Apr 2006
Posts:
32
Plugin Contributions:
0

Re: Secure and non secure items / partially encrypted?

Thanks Dr Byte! I missed that bit of Javascript code because it was all the way at the bottom of the page! The site is now working beautifully! :)