MyBB Community Forums

Full Version: HTTPS causing issues with fontawesome?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I installed a theme and i have added some fontawesome elements however when ever i load my site non of the font awesome elements appear. But on the top right hand corner of my browser it says load unsafe script i click that and all my font awesome features appear on my site. 

i am using https so im not sure if that could be interfering with anything or not. Any assistance would be highly appreciated as i am starting to create my community and i would really like to setup this theme with no issues. 

my site: https://sourcesentry.net/index.php

the issue i am encountering:
[Image: jsjn54dHSF6qHQNbnH1Hpg.png]


After i click it everything loads fine:
[Image: 3W8vcFnuSnS0FrfARjcjag.png]

i dont have anything malicious on my site neither have i uploaded any files that would mark it as insecure. If needed i can create an admin account that you support staff can use to see for your selves. 


I really want to fix this issue so any assistance is highly appreciated.
You need to edit your headerinclude template and change these 4 http:// links to https:// so that they load correctly.

<link href='http://fonts.googleapis.com/css?family=Exo:400,500,700,400italic,500italic,700italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto:400italic,700italic,700,400' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
(2017-12-12, 06:38 PM)kawaii Wrote: [ -> ]You need to edit your headerinclude template and change these 4 http:// links to https:// so that they load correctly.

<link href='http://fonts.googleapis.com/css?family=Exo:400,500,700,400italic,500italic,700italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto:400italic,700italic,700,400' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">

Will give it a try right now, thank you for the fast response Smile

Edit: It worked! Thank you so much for your help!