Page 1 of 1

Images not loading via https

Posted: Fri Jan 11, 2019 7:47 pm
by tomfantini
Hi,

I have an image that will not load via https but the rest of them are? Please see a screenshot of the error below, I also have a second error when I add an item to the cart it is displaying "XML-HTTP-request" has been blocked. If someone could please help me out I would really appreciate it!

Thanks,
Tom

Re: Images not loading via https

Posted: Fri Jan 11, 2019 11:52 pm
by OSWorX
Seems that you - or anybody else - has added the wechat image with an absolue URL.
Either use relative or change the absolute - both may require to edit the template file.

Re: Images not loading via https

Posted: Mon Jan 14, 2019 7:20 am
by tomfantini
Ok, thanks I'll try that.

Re: Images not loading via https

Posted: Mon Jan 14, 2019 7:31 am
by tomfantini
what would the file name be? I am doing this for a client and a previous developer has made this site.

Re: Images not loading via https

Posted: Mon Jan 14, 2019 6:58 pm
by johnp
I can't see the live site as it's down for maintenance. From the screenshot I can see it's the webchat.jpg image being called insecurely. As OSWorX said, find where that image is being called in from and corerect the call. It might be in a tpl file such as header.tpl or footer.tpl or you may have set up a content module to pull it in. It shouldn't be a hard one to fix.