by mjbrunelle » Thu Oct 21, 2010 5:12 pm
Here are the unsecure items in your home page that is causing the issue:
Unsecure call to load the style sheet. This is what is causing the problem on your home page.
<link rel="stylesheet" type="text/css" href="http://www.commproducts.net/store/publish/fade.css">
All of your anchor links are unscure links, thus the pages called will not be secured as well.
<a href="http://www.commproducts.net/store/page13.html" class="pa_link_name">Antennas</a>
<a href="http://www.commproducts.net/store/page24.html" class="pa_link_name">Transmission Cables</a>
<a href="http://www.commproducts.net/store/page5.html" class="pa_link_name">Radios</a>
<a href="http://www.commproducts.net/store/page12.html" class="pa_link_name">Policies</a>
<div id="breadcrumbs"><a href="http://www.commproducts.net/store/index.html">Home</a></div>