Category: Mixed Content
How to fix CSS and JS files with mixed content on other domains
If you have Really Simple SSL Pro installed, you might get the warning that your site contains references to JS or CSS files on other domains which in turn contain non-secure links. For example, your site might include a .js file from a service you run on your site. If this JavaScript file, in turn, includes another file over http://, this will result in mixed content errors. To fix this, you can try to ask the file owner on that
How to fix CSS and JS files with mixed content
If you have Really Simple SSL Pro installed, you might get the warning that your site contains JS or CSS files which in turn contain non-secure links. For example, your site probably has style.css included. If this stylesheet uses a background image, this might look like this: body { background-image: url(“http://www.domain.com/paper.gif”); } This may cause mixed content issues because Really Simple SSL can’t fix this dynamically, as it is located in a CSS file. You can get four kinds of
How to fix blocked resources to domains without SSL certificate
If you have Really Simple SSL Pro installed, you might get the warning that your site contains a reference to an external resource that cannot load over SSL. If you see a domain looking like this one: “http://i0.wp.com”, you have a JetPack plugin, Photon, installed. Deactivate it, and this issue should be resolved. If this file is from a service you are using, it’s best to contact them and ask if the service can be provided over SSL as well, as
Removing Mixed content fixer comment from HTML source
Really Simple SSL adds a HTML comment to the source of your website. Since 2.4 this is a data attribute. This makes it easy to check if the Mixed content fixer is active. This is necessary because sometimes other plugins block the Mixed content fixer. If this comment does not appear, you know there is a conflict. Some users have asked me how to remove this comment. For those who do not want it there, I have described a way
How to check if the Mixed content fixer is active
Detect mixed content with an extensive scan, with easy fix button!