Hi there,
In a future release of MD fullscreen slider, you could change HTTP calls to esternal ressources (such as google or typekit APIs) to HTTPS.
This causes warnings when loading a site served only on HTTPS for unsecured content.
Remember Google algorithm now gives a (little) boost for https websites.
Thanks
Hi,
You can try this way:
- Google font:
Instead of embedding http link, please use https.
For example: embed https://fonts.googleapis.com/css?family=Open+Sans instead of http://fonts.googleapis.com/css?family=Open+Sans
-Typekit:
Typekit supports embed link as bellow:
<script src="//use.typekit.net/ID.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
so we only can embed like that. If you would like to use https, please contact with support team of Typekit.