I am using an SSL certificate for my site. However, despite trying to change any instances of http:// to // I find in the code for Classico, I still get an error relating to Google fonts:
Mixed Content: The page at 'https://www.mydomain.com/' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Open+Sans:400,600'. This request has been blocked; the content must be served over HTTPS.
plugins.min.js:5 Uncaught TypeError: Cannot read property 'width' of undefined
I order to fix the error, I changed the file themes/classico/framework/shortcodes.php
I changed the lines relating to https://fonts.googleapis.com to //fonts.googleapis.com.
This has still not fixed the problem and the error persists. Please advise?
Note the 2nd (unrelated) error underneath with regards to the plugins.min.js:5. Looks like a coding error that the developers need to look at. Please comment?