"Mixed content" means a secure page is loading some items over insecure http://.
- The cause is usually images, scripts, or stylesheets hard-coded with
http://URLs. - WordPress: a plugin like Really Simple SSL rewrites these to
https://automatically. Or use a search-and-replace plugin to update oldhttp://yourdomain.co.zalinks tohttps://. - Any site: edit the page/template and change
http://links tohttps://(or protocol-relative//). - Use your browser's developer console to see exactly which items are insecure.
Tip: After fixing, reload with the cache cleared. The padlock should appear without a warning.
