Jump to content

PS SSL image problems


DomKot

Recommended Posts

Hello,

in inspector Console I can see " Loading mixed (insecure) display content “http://zaneprazdnena-mama.eu/img/blocklogo/8.jpg” on a secure page ".
Images in slideshow have http (in homepage main slideshow and in footer slideshow).
I have looked into it, but Im new to Prestashop, so I guess solution could be in many things.

Possible solutions:

In SEO&URL is
Domain: zaneprazdnena-mama.eu
SSL Domain: zaneprazdnena-mama.eu
Would it help if I change both to https://zaneprazdnena-mama.eu ?

Or:

In pos_beestore2/modules/posslideshow in slideshow.tpl there is this code:
 

<div id="pos-slideshow-home" class="slides">
  {$count=0}
  {foreach from=$slides key=key item=slide} 
  {if $slide.link}<a href="{$slide.link}">{/if}<img style ="display:none" src="{$slide.image}"  data-thumb="{$slide.image}"  alt="" title="#htmlcaption{$slide.id_pos_slideshow}"  />{if $slide.link}</a>{/if}
  {/foreach}
</div>

Should I somehow change src="{$slide.image}" ?

 

Page: https://zaneprazdnena-mama.eu/
PS version: 1.6.1.16
theme: pos_beestore2 v1.0

Thank you very much!

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...