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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation

Badges

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

Recent posts

  • Google Analytics plugin not detected · 6 years ago

    @plshelpme, I have no experience with any of the plugins and have only used the recommended 'gtag.js' snippet to observe page-views trends. Coincidentally, I'm 'researching' Google Tag Manager a bit l

  • Author's articles at the following address · 6 years ago

    @rustark, It seems you want to have a collection of pages which are the children of a specific route, but only if author equals some name. Correct? Have a look at the documentation on Page Collections

  • How to call a item inside a field into another field - YAML TWIG · 6 years ago

    @pmoreno, First, the answer: After cutting down to the bare essentials, you have the following template: {% for card in page.header.cards %} ... {% if page.header.cards.url_video %} <-- Not

  • Markdown: paragraph on images · 6 years ago

    @andrass, The problem mentioned by OP is that the <p> tag surrounding the <img> is styled and adds a padding to top or bottom of the <img>. When using the following css: p > img {

  • CSS only loaded on first page call, but not thereafter · 6 years ago

    I wonder if disabling cache for the page is a good solution. It may be in your use-case. Alternatives: You could add a template 'contact.html.twig' and use that template for your contact page. Add th

  • CSS only loaded on first page call, but not thereafter · 6 years ago

    Firstly, I can reproduce the behaviour you are seeing. I guess the following is happening: A page's content is only rendered once and then stored in cache. So the assets.addCss() in the content of the

  • Rewrites not working · 6 years ago

    @nsirolli Looks like a similar issue posted some time ago. It appeared to be an ill configured virtual host. But as said in my reply to that question, I am a total infrastructure noob, so I might be

  • Determine from a external PHP App if a Grav user is logged in · 6 years ago

    @hschneider I like the promise of 'excessive testing' before releasing code to the community... 👍

  • Question theme x-corporat · 6 years ago

    @marc63400, Maybe you shouldn't... The designer probably had his/her reasons for not implementing it on mobile. There are a few reasons I could think of: Hovering The popup appears when the cursor h

  • Error with plugin AutoSEO · 6 years ago

    @marc63400, The best place to ask these kind of questions is at the source: The repo of the developer... Unfortunately, the repo states that all development on AutoSEO is on hold and the issue will th