Hi everyone, I’m trying to fix a firend’s website (that is definitely outdated) hosted on WordPress.
The problem is quite simple: when I navigate on the website, the stylesheet doesn’t work. In the previous months I noticed this happening sometimes, but not every time.
In the console log I have this error reported: basically the html page is loaded over https, but it requested an “insecure stylesheet” which is loaded over http.
I assume that’s the theme’s fault, since the stylesheet in https exists, but it still make the request over http.
The website uses “All business” theme, if you need more Infos just tell me.
Thanks in advance.
[ad_2]
There are references to CSS files that aren’t using HTTPS. Fix with a plugin called Better Search Replace – it’s a find/replace tool. So you’d use it to find: [http://example.com](http://example.com) and replace it with [https://example.com](https://example.com).
Or run a search for http:// to replace to https://
It says stud something .it, I could try to figure out what that is to figure out what the exact issue is, my first assumption though is that the URL is hard-coded to http://