oldlock Posted August 27, 2012 Share Posted August 27, 2012 I'm currently in the final stages of setting up a store. However it's giving the infamous insecure content warning. SHIFT + CTRL J gives these errors : Uncaught ReferenceError: Cufon is not defined script.js:53 The page at https://www.locksmithtools.com.au/store/ displayed insecure content from http://www.locksmithtools.com.au/store/modules/xslider/slider_1.jpg. The page at https://www.locksmithtools.com.au/store/ displayed insecure content from http://www.locksmithtools.com.au/store/modules/xslider/slider_2.jpg. The page at https://www.locksmithtools.com.au/store/ displayed insecure content from http://www.locksmithtools.com.au/store/modules/xslider/slider_3.jpg. 2 The page at https://www.locksmithtools.com.au/store/ displayed insecure content from http://www.locksmithtools.com.au/store/modules/xslider/slider_1.jpg. Uncaught TypeError: Object #<Object> has no method 'superfish' script.js:18 36 The page at https://www.locksmithtools.com.au/store/ displayed insecure content from http://www.locksmithtools.com.au/store/modules/xslider/slider_1.jpg. 36 The page at https://www.locksmithtools.com.au/store/ displayed insecure content from http://www.locksmithtools.com.au/store/modules/xslider/slider_2.jpg. 36 The page at https://www.locksmithtools.com.au/store/ displayed insecure content from http://www.locksmithtools.com.au/store/modules/xslider/slider_3.jpg. 36 The page at https://www.locksmithtools.com.au/store/ displayed insecure content from http://www.locksmithtools.com.au/store/modules/xslider/slider_1.jpg. 36 The page at https://www.locksmithtools.com.au/store/ displayed insecure content from http://www.locksmithtools.com.au/store/modules/xslider/slider_2.jpg. 36 The page at https://www.locksmithtools.com.au/store/ displayed insecure content from http://www.locksmithtools.com.au/store/modules/xslider/slider_3.jpg. 36 The page at https://www.locksmithtools.com.au/store/ displayed insecure content from http://www.locksmithtools.com.au/store/modules/xslider/slider_1.jpg. 36 The page at https://www.locksmithtools.com.au/store/ displayed insecure content from http://www.locksmithtools.com.au/store/modules/xslider/slider_2.jpg. Which I assume point to the template, any suggestions as to a fix appreciated. Link to comment Share on other sites More sharing options...
Bazze Posted August 27, 2012 Share Posted August 27, 2012 I'm currently in the final stages of setting up a store. However it's giving the infamous insecure content warning. SHIFT + CTRL J gives these errors : Which I assume point to the template, any suggestions as to a fix appreciated. When linking to your images, css, javascript files etc use the {$base_dir_ssl} variable in your templates file instead of {$base_dir}. Link to comment Share on other sites More sharing options...
oldlock Posted August 27, 2012 Author Share Posted August 27, 2012 Hi, there is this code : js_dir But no $base_dir ? Link to comment Share on other sites More sharing options...
oldlock Posted August 27, 2012 Author Share Posted August 27, 2012 In case it helps, here's the tpl file <!-- Module xslider --><script type="text/javascript" src="{$js_dir}coin-slider.min.js"></script> <script type="text/javascript" src="{$js_dir}script.js"></script> <div class="slider"> <div id="coin-slider"> <div id="nav_slider"> <a href="{$xslider->slider_logo_link_1|escape:'htmlall':'UTF-8'}"><img src="{$link->getMediaLink($image_path_1)}" width="766" height="268" alt="slide1"><span><b>{$xslider->body_title_1|stripslashes}</b><small>{$xslider->body_logo_subheading_1|stripslashes}</small></span></a> <a href="{$xslider->slider_logo_link_2|escape:'htmlall':'UTF-8'}"><img src="{$link->getMediaLink($image_path_2)}" width="766" height="268" alt="slide2"><span><b>{$xslider->body_title_2|stripslashes}</b><small>{$xslider->body_logo_subheading_2|stripslashes}</small></span></a> <a href="{$xslider->slider_logo_link_3|escape:'htmlall':'UTF-8'}"><img src="{$link->getMediaLink($image_path_3)}" width="766" height="268" alt="slide3"><span><b>{$xslider->body_title_3|stripslashes}</b><small>{$xslider->body_logo_subheading_3|stripslashes}</small></span></a> </div> </div> <div class="clr"></div> </div> <!-- /Module xslider --> Link to comment Share on other sites More sharing options...
oldlock Posted August 28, 2012 Author Share Posted August 28, 2012 Anyone ?? Link to comment Share on other sites More sharing options...
oldlock Posted September 3, 2012 Author Share Posted September 3, 2012 no ? I did email the template dev with no reply. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now