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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Themes & Styling

Halcyon theme, icons not showing in services circles

theme

Started by Joel Marks 6 years ago · 2 replies · 420 views
6 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

6 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.

6 years ago

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

Suggested topics

Topic Participants Replies Views Activity
Themes & Styling · by Pedro M, 2 months ago
4 193 2 months ago
Themes & Styling · by Ian, 2 months ago
3 91 2 months ago
Themes & Styling · by Norbert, 2 years ago
11 451 3 months ago
Themes & Styling · by Lukáš Findeis, 3 months ago
0 45 3 months ago
Themes & Styling · by Sebadamus, 4 months ago
5 125 3 months ago