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

Paul Hibbitts Regular

@paulhibbitts · Joined 9 years ago · 459 posts · 2 topics · 113 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Process twig variable in a form frontmatter · 8 years ago

    As a test, does this work? legend: '{{ site.title }}' Not sure if it is related, but when I was using this feature I discovered the processing occurred before page processing so I could not access pag

  • Process twig variable in a form frontmatter · 8 years ago

    Hmm... not sure @Amatiq but did you also try single quotes around your Twig? That is what I've used in the past.

  • Multiple collection pages and popular tags · 8 years ago

    Hi @pamtbaau, thanks for sharing all of your thoughts on this issue - I've been learning from your posts too🙂 If @marcocevoli is able to get multiple blogs within one site working (and is willing to s

  • How to add a second sidebar · 8 years ago

    I do not know, is this still happening? How are you running the site on your local site?

  • How to add a second sidebar · 8 years ago

    My customizations and Quark itself is not really setup for doing that easily - for sure it would involve custom Twig (new page templates) and also additional pages (to store/display new sidebar). I'd

  • How to add a second sidebar · 8 years ago

    Hi @g.gravitas, I am the author of Open Blog Space (a customized version of the Quark theme). As you can see, there is no built-in support for a second sidebar but of course it is possible re: custom

  • Location for base.html.twig to override theme base.html.twig · 8 years ago

    Hi @blackhelmet34, Sounds like you are looking for how to use theme inheritance: https://learn.getgrav.org/themes/customization#theme-inheritance My Bootstrap4 Open Matter theme uses theme inheritance

  • Hide a certain modular subpage from the navigation bar · 8 years ago

    What exactly happened? Here is a link to my test user folder for you to try: https://ln.sync.com/dl/191446010/v6tuh2pb-nrnx99xa-pevg7wua-skyistub Also, just in case you do not know this any changes to

  • Hide a certain modular subpage from the navigation bar · 8 years ago

    Hi @werdi , you could add a check for page visibility in the modular.html.twig, like this: {% for module in page.collection() %} {% if module.header.visible %} {% set cur

  • Hide a certain modular subpage from the navigation bar · 8 years ago

    Hi @werdi, what exactly do you want to do with Antimatter?