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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3129 posts · 12 topics · 1011 reputation

Badges

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

Recent posts

  • Server Error on Local Host · 8 years ago

    You might want to have a look at an older topic /forum/archive/weird-grav-memory-error-t335?u=pamtbaau and PHP memory_limit calculator for image resizing

  • Multiple collection pages and popular tags · 8 years ago

    @VincentF, @marcocevoli Could it be that you both are trying to solve the 'problem' that 'Popular tags' is showing tags from blog A + B + C? Would you perhaps like blog A to show only tags defined in

  • Switching from wordpress · 8 years ago

    @rmcellig The proof is in the pudding, why don't you get your hands dirty? Create your first theme and plugin using step-by-step tutorials and feel what modern technologies/architectures bring compar

  • 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...