
Originally Posted by
himmon
Btw, the picture Carousel seems to break when you enable SSL and view the site under HTTPS.
In the includes/templates/winchester_black/templates/tpl_index_default.php file change this:
Code:
<script type="text/javascript" src="<?php echo HTTP_SERVER . DIR_WS_CATALOG . DIR_WS_TEMPLATE; ?>jscript/jquery.carouFredSel-6.0.2.js"></script>
to this:
Code:
<script type="text/javascript" src="<?php echo HTTPS_SERVER . DIR_WS_CATALOG . DIR_WS_TEMPLATE; ?>jscript/jquery.carouFredSel-6.0.2.js"></script>
Thanks,
Anne
Bookmarks