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.

Robbert Luit Member

ModSquad Team Member

Grav Forum Moderators

@RobLui · Joined 9 years ago · 74 posts · 0 topics · 10 reputation

Badges

ModSquad Team Member ✏️ First Post ❤️ Well Liked

Recent posts

  • Twig href value inside a block not parsed · 8 years ago

    Should be an easy fix, you should add a filter, <div><a href="{{ mylink }}">click me!</a></div> should become <div><a href="{{ mylink | raw }}">click me!</a>

  • Markdown only processed sometimes even within the same page · 8 years ago

    Try replacing the space character with &bnsp; (unicoded version of a space character) And, Why haven't you included the http/https stuff in front of your training-session.jpg? 🙂 Try to include, se

  • HTML5 Audio (using Markdown) · 8 years ago

    I think you'll have to strip the tags. This is not Grav doing it it's the character on its own :) As this thread says: Abridged from: http://en.wikipedia.org/wiki/XML#Escaping There are five predefi

  • Impossible to add new line · 8 years ago

    no problem :) mark this as solved if u can ;)

  • Antimatter - showcase overlapping menu · 8 years ago

    This can be hidden editing: body_classes: "modular header-image fullwidth" to body_classes: "modular fullwidth" in user/pages/home/modular.md 🙂 -> this should remove the image behind (tested it)

  • How to output all values from a translated list? · 8 years ago

    Try reading at this section: (3d or 4th one is what you need, I think :) ) https://learn.getgrav.org/content/multi-language#translation-via-twig

  • Images in Antimatter theme · 8 years ago

    Hmm, and did you try to clear your browser cache already? in chrome .. history .. remove history .. remove cache option. If the problem is still there, if you're using the admin in your site, you can

  • Impossible to add new line · 8 years ago

    If your intention is adding breaks betweens lines, add this: \<br> , the more you do, the more whitespace you get

  • Error in Quark base.html.twig? · 8 years ago

    Solved & merged by the Grav Team :)

  • Images in Antimatter theme · 8 years ago

    Try adding some random text in the page you want the image to change in, does that work? If not, are you trying sure you're on the right page? If so, try on windows: CTRL + SHIFT + R on mac: CMD + SH