Font Awesome Icons are not loading in GitHub Pages site
iamchathu opened this issue · 3 comments
iamchathu commented
- This is a question about using the theme.
- This is a feature request or enhancement.
- I believe this to be a bug with the theme.
- I am using the latest version of the theme.
- I have updated all gems with
bundle update
. - I have tested locally with
bundle exec jekyll build
.
Environment information
- So Simple version: latest (using remote theme)
- Jekyll version: github-pages (177) / jekyll (= 3.6.2)
- GitHub Pages hosted site: yes
- Operating system(s): MacOS 10.13.3
Expected behavior
Font Awesome Icons are not visible in hosted Github page. But working in local environment.
Steps to reproduce the behavior
Hosted site URL is is https://unity.chathu.me
mmistakes commented
Looks like you're using Cloudflare. Have you tried disabling their Rocket Loader? It tries to optimize your JavaScript and I have a feeling it's messing with FontAwesome.
This would explain why it works locally.
Closing as this isn't an issue with the theme.
iamchathu commented
Yes, I seems Like Rocket Loader is messing with Font Awesome. When I disabled it using custom rules, Icons are working.
Thanks @mmistakes
FlightControl-User commented
How did you disable that, because I am having exactly the same issue!