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

Https problem with icon Awesome

Started by marc 6 years ago · 5 replies · 488 views
6 years ago

Hello,
I went this morning in https I have a little problem ... I no longer see my icons fa -.... and I do not understand why.
my theme is halcyon.
do you have an idea?
thank you in advance

6 years ago

Hello,

You should update this line: (file: base.html.twig in templates/partials)
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">

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

You can also create an issue in the github of the Halcyon theme.

6 years ago

@marc63400, Please be advised to use theme inheritance when changing anything in a public theme. A future release of a theme will override all changes made.

  • First create an inherited theme: Theme Inheritance, step 1-5.
  • Copy file '/user/themes/halcyon/templates/partials/base.html.twig' into you own theme's '/user/themes/mytheme/templates/partials/'.
  • Then you can safely change the copied template.
6 years ago

I also noticed that the contact form no longer works after updating the plugins. do we have to do a special manipulation?

Suggested topics

Topic Participants Replies Views Activity
Themes & Styling · by Sebadamus, 7 days ago
5 148 16 hours ago
Themes & Styling · by martynfoster735, 1 week ago
1 193 1 week ago
Themes & Styling · by Justin Young, 3 weeks ago
1 241 3 weeks ago
Themes & Styling · by Slebeig, 1 month ago
4 376 1 month ago
Themes & Styling · by Pedro M, 3 months ago
4 745 3 months ago