Missing Icons?

Everything seems to be working okay on my end, am I just not seeing the issue?
 
You two don't get this?
 

Attachments

  • ph.webp
    ph.webp
    91.7 KB · Views: 99
Your icons appears as squares for me on both links. Looks like its broken.
 
Are you using any form of CDN? We had this issue with Webkit on Imgs.us.
 
I was getting a square on the first link, the second one was fine. Once you go to the second one, then go to the first, it will be fine.
 
Oh okay, I see the problem now. Go to your headerinclude template (it's in your theme, under ungrouped) and find the following line:

Code:
<link href="http:/promotionhub.org/images/square/font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css">
Replace it with:

Code:
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
That should work for you. 🙂
 
Archived due to inactivity. If you're still having an issue, feel free to report your topic or PM a CT member, and we can re-open this for you. 🙂
 
Back
Top Bottom