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

  • Is this normal block behavior in my template? · 6 years ago

    @pwr, Did you inspect the source code of the generated page? Everything in 'pagebuild.html.twig' ends up in the <body> tag.

  • Sizes with media queries - with OWL Carousel · 6 years ago

    @msa, According the docs, If you rename the image file to [email protected], Grav will create a resized file and add a srcset to the <img> tag. <img title="Title" alt="Alt" class="img-full-respon

  • Sizes with media queries - with OWL Carousel · 6 years ago

    @msa, How does the generated <img> tag look like?

  • Sizes with media queries - with OWL Carousel · 6 years ago

    @msa, Maybe you could try to replace: <img src="{{ image.url }}" class="img-full-responsive s-rounded" alt="{{ page.title }}"> with: {{ image.sizes('(max-width:26em) 100vw, 50vw').html('', page

  • Is this normal block behavior in my template? · 6 years ago

    @prw, Thanks for rewriting your setup and filling in the blanks. Much clearer this way! TL;DR: Yes, blocks 'javascript', 'stylesheet', and 'bottom' render as expected. As quoted before: Blocks are us

  • Gallery made with child pages · 6 years ago

    @kmk, Glad to here your original issue has been resolved. This new questions seems unrelated and warrents for posting a new issue. Would you mind flagging your last reply for deletion (click the 3 ho

  • Is this normal block behavior in my template? · 6 years ago

    @prw, I have been pondering over your question both yesterday and today quite a bit. And I am still confused... In order to help the reader help you and increase the chance on a response, I would kind

  • Is this normal block behavior in my template? · 6 years ago

    @pwr, This seems to be a question that's best resolved by getting a foundation on Twig itself. According to Twig: block ¶ Blocks are used for inheritance and act as placeholders and replacements at t

  • Markdown: paragraph on images · 6 years ago

    @prw, Because you requested some feedback... First some feedback on the plugin: Have a look at $this->mergeConfig($page), to merge the global config with the page-level config. This will allow yo

  • Gallery made with child pages · 6 years ago

    @kmk, You shared your intention and code, but what I'm missing is the problem you are facing... Here is some guesswork: If gallery is totally empty: Did you define a collection in the page in which