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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3134 posts · 12 topics · 1013 reputation

Badges

Grav Core Team ModSquad Team Member ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Browser language priority problem on multi-language site · 4 years ago

    @goraht, and you discovered it first Not quite, it was Werdi who discovered it first. See this thread

  • Browser language priority problem on multi-language site · 4 years ago

    @goraht, Have a look at existing issue on Grav repo: Default language unreachable when preferred browser language is different NB. It's a Grav core issue, hence LangSwitcher will not solve this issue

  • [Beginner] Creating a 3-column page · 4 years ago

    @monin, I thought so... Suggestion: Download Site Blog skeleton and take a look at: the folder structure of /user/pages/01.blog page /user/pages/01.blog/blog.md and its collection (= 'content' variab

  • [Beginner] Creating a 3-column page · 4 years ago

    @monin, OK, nice, your initial technical question has been solved, but is it the best solution for the desired goal? I'm just wondering... What are these teasers? Are they perhaps summaries of pages t

  • Date picker in contact form · 4 years ago

    @maria, I can imagine the docs are a bit confusing... Try: validate: min: "2022-01-01" max: "2022-01-10" You will see that the dropdown allows the user to only pick (or enter) a date between J

  • Date picker in contact form · 4 years ago

    @maria, What have you tried sofar? Is the DateField not working for you? <img src="https://learn.getgrav.org/user/pages/06.forms/02.forms/02.fields-available/date_field.gif">

  • Adjust sidebar toggle of learn2-theme · 4 years ago

    @elvoss, It seems I didn't test it thoroughly enough... Try: @media (max-width: 1280px) { #sidebar { left: -300px; /* sidebar seems to be 300 px wide */ } #body { margin-l

  • Adjust sidebar toggle of learn2-theme · 4 years ago

    @elvoss, The appearance/disappearance of menu-toggle and sidebar, are governed by css using media queries. To override the default, you could try the following: Create an inheriting theme. Lets name

  • [Beginner] Creating a 3-column page · 4 years ago

    @monin, Well... that's a start... printing variables When printing a variable using {{ variable }}, it doesn't create an element. It just dumps the value of the variable. You probably want to print t

  • Can't output plain html with raw filter · 4 years ago

    @01K, I'm using a fresh Grav 1.7 installation and have not altered any compatibility settings. I would not alter the Grav 1.7 default compatibility Twig settings because auto-escape has been added to