Upgraded from 1.38 to 1.5 and everything is working great except these darn HTTPS warnings. I am getting them in Chrome and IE and I assume all major browsers. After upgrading I decided to try the black zen template and I think this may be what is causing all of these issues. I have gone through all the files in the template structure and did a lot of NONSSL to SSL var changes and made sure HTTPS option was set to true (think that was in configure.php). Anyway I kept viewing source on the store homepage and got most of the http links finally changed to https except the following sections are killin me and I wonder if anyone with more ZenCart experience than me could help me locate and resolve all of these http links and get them to be https. Any help would be greatly appreciated.

src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.3/jquery-ui.min.js" ></script

<div id="slider">
<div id="featured1" >
<ul class="ui-tabs-nav">
<li class="ui-tabs-nav-item ui-tabs-selected" id="nav-fragment-1">
<a href="#fragment-1">
<img src="http://www...
</a></li>

<li class="ui-tabs-nav-item ui-tabs-selected" id="nav-fragment-2">
<a href="#fragment-2">
<img src="http://www...
</a></li>

<li class="ui-tabs-nav-item ui-tabs-selected" id="nav-fragment-3">
<a href="#fragment-3">
<img src="http://www...
</a></li>

<li class="ui-tabs-nav-item ui-tabs-selected" id="nav-fragment-4">
<a href="#fragment-4">
<img src="http://www...
</a></li>

</ul>

<!-- First Content -->
<div id="fragment-1" class="ui-tabs-panel" style="">
<img src="http://www...
<div class="info" >
<h2><a href="http://www...


<!-- Second Content -->
<div id="fragment-2" class="ui-tabs-panel ui-tabs-hide" style="">
<img src="http://www..../storedemo/images/CFSilverJarHalfSize.jpg" height="280px" alt="" />
<div class="info" >
<h2><a href="http://www..../storedemo/index.php?main_page=product_info&amp;cPath=0&amp;products_id=1">...</h2>
<h3>$49.95</h3>
<p>... is scientifically engineered to combat the physiological factors that cause athletes to gas out. Perform at a high level for longer period.... <u>[read more]</u></a></p>
</div>
</div>

<!-- Third Content -->
<div id="fragment-3" class="ui-tabs-panel ui-tabs-hide" style="">
<img src="http://www..../storedemo/images/" height="280px" alt="" />
<div class="info" >
<h2><a href="http://www..../storedemo/index.php?main_page=product_info&amp;cPath=0&amp;products_id=4">Test Product - DO NOT BUY!!!</h2>
<h3>$0.50</h3>
<p>This is a test product for ... administrators only..... <u>[read more]</u></a></p>
</div>
</div>

<!-- Fourth Content -->
<div id="fragment-4" class="ui-tabs-panel ui-tabs-hide" style="">
<img src="http://www..../storedemo/images/CFSilverJarHalfSize.jpg" height="280px" alt="" />
<div class="info" >
<h2><a href="http://www....



<!-- bof: whats_new -->
<div class="centerBoxWrapper" id="whatsNew">
<h2 class="centerBoxHeading">New Products For April</h2>
<div class="centerBoxContentsNew centeredContent back" style="width:50%;"><a href="http://www..../storedemo/index.php?main_page=product_info&amp;cPath=0&amp;products_id=1"><img src="images/CFSilverJarHalfSize.jpg" alt="" title=" " width="79" height="80" /></a><br /><a href="http://www..../storedemo/index.php?main_page=product_info&amp;cPath=0&amp;products_id=1"></a><br />$49.95</div>
<div class="centerBoxContentsNew centeredContent back" style="width:50%;"><a href="http://www..../storedemo/index.php?main_page=product_info&amp;cPath=0&amp;products_id=4"><img src="images/no_picture.gif" alt="Test Product - DO NOT BUY!!!" title=" Test Product - DO NOT BUY!!! " width="100" height="80" /></a><br /><a href="http://www..../storedemo/index.php?main_page=product_info&amp;cPath=0&amp;products_id=4">Test Product - DO NOT BUY!!!</a><br />$0.50</div>
<br class="clearBoth" />

Tried to Bold some of the http references in each section to make it clearer. Thanks