Jump to content

SSL problem (with the template I think)


oldlock

Recommended Posts

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

The page at
displayed insecure content from
.

The page at
displayed insecure content from
.

The page at
displayed insecure content from
.

2

The page at
displayed insecure content from
.

Uncaught TypeError: Object #<Object> has no method 'superfish'

36

The page at
displayed insecure content from
.

36

The page at
displayed insecure content from
.

36

The page at
displayed insecure content from
.

36

The page at
displayed insecure content from
.

36

The page at
displayed insecure content from
.

36

The page at
displayed insecure content from
.

36

The page at
displayed insecure content from
.

36

The page at
displayed insecure content from
.

 

Which I assume point to the template, any suggestions as to a fix appreciated.

Link to comment
Share on other sites

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...