Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

pamtbaau Legend

Grav Forum Moderators

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

Badges

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

Recent posts

  • Deleted page by mistake · 8 years ago

    Two suggestions: On linux you could do 'grep -r <word in page> *' on the /cache folder. It might find one or more binary files like "cache/doctrine/60/672d386637336635...etc.data. If you open i

  • Categories in menu? · 8 years ago

    I see multiple possible interpretations of your requirements... 1. First suggestion: Instead of using taxonomy, my first suggestion is to create nested blogs. Because items are below each type of reso

  • Page.find fails only on custom route · 8 years ago

    Changed footer block of 'base.html.twig' to: {% block footer %} <div class="links"> {% set _p_links = page.find('/_footer/links') %} <p>Template = "{{page.template}}"<

  • Set a google fonts to quark theme · 8 years ago

    @semplicewebsite There are several ways of doing it, these are just two of them. Option 1: Using @import in css: I presume you already know your way in Google Fonts to find the @import statement. Cre

  • Categories in menu? · 8 years ago

    @marcocevoli Just to clarify your needs... Would you like a menu like this?: image|297x143 If so, what would you like to happen when someone click 'Videos'? Jump to blog and show all items with cate

  • Customizing post thumbnails · 8 years ago

    To complement the first suggestion... Tweaking the '/partials/blog_item.html.twig' (in you child theme) could be like: <div class="post-thumbnail"> {% set image = page.header.thumbnail_media ?

  • Inheritance of getgrav-logo svg in Quark theme? · 8 years ago

    I have no clue where it is broken, but your primary post is reproduce-able when I add 'quark-open-publishing' to the mix. Nevertheless, you have solution at hand...

  • Inheritance of getgrav-logo svg in Quark theme? · 8 years ago

    Nice extra touch... Inheritance of image is now broken indeed.

  • Page.find fails only on custom route · 8 years ago

    TL;DR: Again, could not reproduce the issue... Did the following: Fresh blog-skeleton + admin + devtools Created following folder structure: pages/ _footer/ links/ default.md 01.home

  • Inheritance of getgrav-logo svg in Quark theme? · 8 years ago

    You gave me a little bit more info in your reply: @marcocevoli: I thought it was enough to have another file with the same name in the /mytheme/images folder. You are right... Inheritance should fir