Conversation
supportMessage from several browsers regarding SSL insecure issues; Tested with https://www.whynopadlock.com results in a error: Insecure URL: http://<domain>/wp-content/plugins/fourteen-colors/pattern-dark-inverse.svg Source: color-patterns.php, line 107 background-image: url(' . plugins_url( '/pattern-dark-inverse.svg', __FILE__ ) . '); https://wordpress.org/plugins/fourteen-colors/
Not related to SSL, it’s more likely that a plugin on your install doesn’t allow SVG files to be used. I would start investigating there.
Done so, installed default wordpress out of the box. When plugin Fourteen Colours is activated the error occurs: Insecure URL: http://<domain>/blog/wp-content/plugins/fourteen-colors/pattern-dark-inverse.svg
plugins_url() will get the URL based on your WordPress settings, so the other possibility would be that you’re missing the s in https:// in you site URL settings.
Not related to SSL, it’s more likely that a plugin on your install doesn’t allow SVG files to be used. I would start investigating there.
Done so, installed default wordpress out of the box. When plugin Fourteen Colours is activated the error occurs: Insecure URL: http://<domain>/blog/wp-content/plugins/fourteen-colors/pattern-dark-inverse.svg
plugins_url() will get the URL based on your WordPress settings, so the other possibility would be that you’re missing the s in https:// in you site URL settings.