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.

Amaury Hanser Member

@AmauryH · Joined 9 years ago · 83 posts · 4 topics · 19 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Https problem with icon Awesome · 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

  • Should rename "Skeleton-packages" · 6 years ago

    Hello, One can argue that the name is not explicit enough, but the problem is that you assumed things without reading. The website is pretty clear: The Grav Base package contains the core functional

  • Help with checkbox · 6 years ago

    @ThosGreen: header.box: type: checkbox label: to be tested Is it a typo ? Because it should be: header.box: type: checkbox label: to be tested

  • Filename above the Indented code · 6 years ago

    I'm not sure to understand what you're looking for. Could you maybe be more specific and explain with more details ?

  • Halcyon theme, icons not showing in services circles · 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/c

  • Grav GDPR compliant? · 6 years ago

    If you'll have the need for a contact form, don't forget to make it GDPR compliant, it will need a checkbox asking for consent and probably a page with some privacy policy.

  • "previous page" & "next page" · 6 years ago

    Just to add some more infos, if your are working on your own theme, there are many useful methods for the Page Collection Object listed in the docs. Among which : Collection::prevSibling($path) Coll

  • Page content not saving · 6 years ago

    If you can share your blueprint, we can test it and see if it works or not.

  • Page content not saving · 6 years ago

    If it's a page with a specific blueprint, there might be an error in its blueprint.

  • Gallery made with child pages · 6 years ago

    Hello, Here is my guess: You declare: @kmk: {% for p in page.collection %} But then you use: @kmk: {% for image in page.media.images %} It should be: {% for image in p.media.images %}