Not compatible with HTTPS
-
Hi, this plugin is not compatible with HTTPS, as it has hard-coded “http” for the Google fonts its uses.
To fix, change line 1 of assets/css/main.css from:
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
to:
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
- The topic ‘Not compatible with HTTPS’ is closed to new replies.