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

Karmalakas Veteran

@Karmalakas · Joined 6 years ago · 1189 posts · 33 topics · 218 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Special characters in keys of a page.header.form · 4 years ago

    Having such field names is so wrong.. 🤯 I'm not even sure what to suggest here, but one thing I'm certain about - you definitely need to change that logic and change how form is processed on the submi

  • Skeleton downloaded but can't install · 4 years ago

    Skeleton has all Grav files. Skeleton is not a plugin or a theme. It's a full Grav package with ready to use theme, plugins and sample content pages. All you need to do, is extract skeleton files to y

  • Skeleton downloaded but can't install · 4 years ago

    Maybe I should've phrased it like If your Grav website root is... 🙂

  • Skeleton downloaded but can't install · 4 years ago

    @kd4e: it created What do you mean it created? Skeletons doesn't create anything by themselves. You just extract the contents where you want your page to be. So all these files you just posted, have

  • How to get the values of nested blueprints · 4 years ago

    Same as you loop through agenda list, you should also loop through each agenda item eventos list: {% for item in page.header.agenda %} <p>{{item.mes}}</p> {% for evento in item.eventos

  • Why is base.html.twig located in the Partials folder? · 4 years ago

    @hughbris: I will put the base template of my themes into a folder with a more semantically accurate name. I just can’t think of that yet 😕 As I mentioned above, /layouts sounds like a good name

  • Empty header/frontmatter (maximum file size exceeded?), move header content to raw_content · 4 years ago

    I'd go with Flex Objects for FAQ

  • Why is base.html.twig located in the Partials folder? · 4 years ago

    So it would be easier to extend it. Base has full layout with a bunch of blocks, which you can override. And then if you check templates in main /templates (Quark theme), all have {% extends 'partials

  • hCaptcha support in Grav forms? · 4 years ago

    Could you elaborate? Do you have 2 hidden inputs each submitting halves of ID? I don't see how this would prevent bots, so I assume I misunderstood what ID is used as submission and what ID is used as

  • How to AJAX form with recaptcha? · 4 years ago

    IIRC, this all code and additional template was needed just to make Ajax work in modular page and has nothing to do with reCaptcha itself. It's been a couple of years now I think, so my memory might p