OK I fixed the google font code, but the other code is in two of the westminster_new template files (tpl_index_categories.php and tpl_index_default.php) like this:
<script type="text/javascript" src="<?php echo HTTP_SERVER . DIR_WS_CATALOG . DIR_WS_TEMPLATE; ?>jscript/jquery.carouFredSel-6.0.2.js"></script>
What do I change to make it go between http and https?
Thank you.
Design75:
There are still a couple of error, if you look at your site using chrome you, and use the console. These are reported and need to be fixed
Mixed Content: The page at 'https://flyingdreams.com.au/' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Slabo+27px'. This request has been blocked; the content must be served over HTTPS.
(index):22
Mixed Content: The page at 'https://flyingdreams.com.au/' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Sacramento'. This request has been blocked; the content must be served over HTTPS.
(index):1
Mixed Content: The page at 'https://flyingdreams.com.au/' was loaded over HTTPS, but requested an insecure script 'http://www.flyingdreams.com.au/includes/templates/westminster_new/jscript/jquery.carouFredSel-6.0.2.js'. This request has been blocked; the content must be served over HTTPS.
> These three points need fixing by changing http:// to //, so the scripts are loaded without a preferred protocol