Skip to content
Grav 2.0 is officially stable. Read the announcement →
Themes & Styling

Halcyon theme, icons not showing in services circles

theme

Started by Joel Marks 7 years ago · 2 replies · 543 views
7 years ago

Looking at Halcyon theme skeleton
https://demo.getgrav.org/halcyon-skeleton/
No icons are showing

I can confirm the same issue exists when skeleton is downloaded and installed locally. Does a plugin need to be installed for this to work? I checked the README.md but could not see any comment on this.

Thanks everyone x

7 years ago

Hello, it's because font-awesome is loaded with the http protocol instead of https.

You should search for this line:
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">

And change it to:
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">

But it would be nice to create an issue on the Github repository so the creator can fix the issue.

7 years ago

Thanks that works perfectly. I have raised the issue on Github.

Suggested topics

Topic Participants Replies Views Activity
Themes & Styling · by stuart young, 2 weeks ago
3 251 2 weeks ago
Themes & Styling · by Sebadamus, 3 weeks ago
5 317 3 weeks ago
Themes & Styling · by martynfoster735, 4 weeks ago
1 310 4 weeks ago
Themes & Styling · by Justin Young, 1 month ago
1 348 1 month ago
Themes & Styling · by Slebeig, 2 months ago
4 474 2 months ago