Https problem with icon Awesome

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

the problem also exists on the demo site
https://demo.getgrav.org/halcyon-skeleton/
normally inside the circles there should be icons
help :slight_smile:

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.

perfect :slight_smile: 10000 merci

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

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