No, I already checked that. Currently this is the content and the slide box doesn't display at all on https pages:
Code:/*bof left hand slide out content*/
define('SLIDE_OUT_CONTENT','test');
Printable View
Sure, thank you. If you look at it on ssl, there is no slide out box, but the content that is supposed to be in the box is down in the lower left corner of the page.
https://flyingdreams.com.au/
If you click the Show All Content in the content warning in IE, the slide out box does show then.
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
These three points need fixing by changing http:// to //, so the scripts are loaded without a preferred protocolCode: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.
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:
What do I change to make it go between http and https?Code:<script type="text/javascript" src="<?php echo HTTP_SERVER . DIR_WS_CATALOG . DIR_WS_TEMPLATE; ?>jscript/jquery.carouFredSel-6.0.2.js"></script>
Thank you.
Hi Anna,
Could you please help me with adjusting the UPDATE button for the shipping screen. At the moment it look like this.
Attachment 15331
Thank you!