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

Https problem with icon Awesome

Started by marc 6 years ago · 5 replies · 396 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 Pedro M, 2 months ago
4 193 2 months ago
Themes & Styling · by Ian, 2 months ago
3 90 2 months ago
Themes & Styling · by Norbert, 2 years ago
11 449 3 months ago
Themes & Styling · by Lukáš Findeis, 3 months ago
0 44 3 months ago
Themes & Styling · by Sebadamus, 4 months ago
5 123 3 months ago