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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3181 posts · 17 topics · 1019 reputation

Badges

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

Recent posts

  • Photographer Theme - Social Icons · 4 years ago

    @njp, Template /user/themes/photographer/templates/partials/footer.html.twig lines 6-8 loops through the items from site.socials. {% for item in site.social %} <li><a href="{{ item.url }}

  • Photographer Theme - Social Icons · 4 years ago

    @njp, Uhh... the socials are already inside the footer aren't they... At least that's what i see in the footer of the demo site.

  • Split main menu in two blocks · 4 years ago

    @q3d, Question and response to request for clarification could have been a tad clearer and informative... Having said that... In the example shown, the menu was split but only children were displayed

  • Split main menu in two blocks · 4 years ago

    @q3d, It would be helpful if you shared what doesn't work? What result did you expect? What is the actual result? Have you tried to dump variables like {{ dump(variable) }}

  • Twig: Get image derivatives · 4 years ago

    @kroetenstuhl, You can call the Grav API in Twig to suit your needs. Eg. {% set derivatives = (page.media|first).derivatives(100, 1000, 100) %} # The image with generated derivatives (listed in field

  • "Knowledge Base" skeleton broken · 4 years ago

    @LinuC, Be advised that ~60% of themes are old (abandoned) and not upgraded to Grav 1.7. Grav 1.7 has introduced breaking changes. One of the breaking changes has been introduced to address a cross-s

  • Extending a parent theme's configuration blueprint · 4 years ago

    @hughbris, Am I understanding correctly that you wish to inherit and extend file /user/themes/a/blueprints.yaml in /user/themes/b/blueprints.yaml by adding extra config fields? I'm having the impressi

  • Google ReCaptcha not working on contact form · 4 years ago

    @aiutopc, There are 44 questions mentioning reCaptcha in the form's repository. Please have a look if there is one similar to your issue.

  • Grav as a static website builder with local development · 4 years ago

    @hughbris, @hughbris: there’s very little reason to go static There are companies that offer free "cloud website hosting" for static websites. Think of Netlify and DigitalOcean. Functionality like p

  • Grav as a static website builder with local development · 4 years ago

    @LinuC, Why swapping one CMS that is not made for the job by another CMS that is not made for the job... 🤔 Grav is not designed to be a "static website builder", nor to facilitate the creation of sta