Skip to content
● Grav 2.2 is out: 2x faster cold starts and 96% less memory on big sites. Read the announcement →

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3198 posts · 17 topics · 1020 reputation

Badges

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

Recent posts

  • Adjust sidebar toggle of learn2-theme · 5 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 · 5 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 · 5 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 · 5 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

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

    @01K, The code itself in the .md doesn’t have those spaces Spaces? I was hinting at a missing quote "...

  • Newbie: I have a functioning Grav core + admin install, how can I get a skeleton? · 5 years ago

    @mm1994, You could consider hiring someone to do the labour of copying your config and content into the skeleton... ;-)

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

    @01K, So, it seems that there is only one solution - to move all the code from markdown into html.twig template That shouldn't be necessary... Here is a hint: data-l="bgsize:cover; bgposition:50%

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

    @monin, Since this is an internship assignment, I'm not going to do your "homework". But I will give you some pointers.... blueprint You should extend the blueprint from an existing blueprint. See ex

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

    No, I mean quotes, like "

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

    @01K, Adding closing quotes might do miracles... After adding a closing quoted all displays fine in page Typography of fresh Grav install.