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 · 1012 reputation

Badges

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

Recent posts

  • Multi-language site.yaml · 4 years ago

    @kroetenstuhl, If your theme's languages.yaml contains: en: MY_THEME: METADATA: DESCRIPTION: My meta description de: MY_THEME: METADATA: DESCRIPTION: Meine Meta-Beschreibung y

  • Gantry Language switcher for navigation · 4 years ago

    @LinuC, Uhm, did you just change the labels for this topic? That won't make a difference. I doubt if anyone is reading only selected topic categories. What I meant was that you could increase the chan

  • Gantry Language switcher for navigation · 4 years ago

    @LinuC, There's only a handful of Grantry users visiting this forum. Also because there are so few questions about Gantry, they rarely visit this forum. You might have more luck in the dedicated Gantr

  • Photographer Theme - Social Icons · 4 years ago

    @njp, @pamtbaau wrote: 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 . @njp wrote: Yes they are, however I didn’t use their s

  • 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