Jump to content

SSL Problem


Paulsmithhome

Recommended Posts

Hello,

 

This issue is probably because your theme or a module does not apply the SSL technique

 

Insecure:

<img src="{$link->getMediaLink("`$module_dir`images/`$slide.image|escape:'htmlall':'UTF-8'`")}"

 

Secure:

<img src="{$base_dir_ssl}modules/homeslider/images/{$slide.image|escape:'htmlall':'UTF-8'}"

 

I would advise you to locate the issue and contact the developer of this theme and or module.

 

Kind regards,

Jaimy

Link to comment
Share on other sites

Got to nip out now but as a starting point worth sorting the following image as it is being served from a non-secured location:

volkswagen-250.jpg

Also possibly your favicon is not being served correctly, and I would also recommend ditching any flash elements as these are now being blocked as default by more and more browsers.

DM

Link to comment
Share on other sites

  • 3 weeks later...

Hi, it was an Image problem, I had to give new location url for them. instead of http://www.autostlyes(then image location) i simply changed the http to https. Then all was ok.

 

However I have another problem i need to address, when i made a ammendment to the global css file my icon images do not show I only get the ? instead of images. if you look at the bottom of my page at store information you will see what I mean. have you any idea how to fix this ?

 

web is autostyles.co.uk

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