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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3181 posts · 17 topics · 1019 reputation

Badges

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

Recent posts

  • Plugin & Theme Maintenance · 3 years ago

    @Da_bfg, There are several reasons a theme might not behave as expected: In the docs, most common issues have been mentioned together with a possible fix. You've already stumbled over the 2 most comm

  • Flex-objects directory with each entry as a mini form? for a classified ads page? · 3 years ago

    @Netzhexe, Why not use Typescript/Js and call an async fetch submitting the name/id of the ad to the server? A simple unpolished example: Inject the following inline script using Asset Manager <sc

  • Critical Server Error after update, pretty new to grav · 3 years ago

    @chukster1000, A flawless upgrade from Grav 1.0.10 to 1.7.41.1 could hardly be expected :-) Also the issue may be one of the plugins, or the theme. They are probably as old as Grav 1.0.10 is... Did y

  • Frontmatter metadata get wrongly escaped quotes when rendered · 3 years ago

    @rabooman, Using latest Grav 1.7.41.1 and theme Quark, I cannot reproduce your issue. Template /system/templates/partials/metadata.html.twig used by Quark will generate the following output using your

  • Where to install Google GA4 tag · 3 years ago

    @stephanckdt, In most themes, if not all, template base.html.twig can be found in folder /user/themes/yourtheme/templates/partials. Be aware when updating a theme which you have downloaded, that you m

  • Where to install Google GA4 tag · 3 years ago

    @stephanckdt, Template partials/base.html.twig is used by Quark as the base template for all inheriting templates like default.html.twig, blog.html.twig, etc. I presume other themes follow the same l

  • The template "hero" as a separator between modular pages · 3 years ago

    @idna, No, that's not shooting with a canon... It's one of two ways to fix your issue. Have a look at template /user/themes/quark/templates/modular.html.twig lines 48-60. All modules with template mod

  • Emails not coming to gmail · 3 years ago

    @NataliaB, The value smtp.server.gmail for property smtp:server seems like a weird Gmail server address to me. I would think it should be smtp.gmail.com

  • How to use <div> tag correctly? · 3 years ago

    @Francois, I don't know, but... When I drop your snippet into Markdown, I get the following generated HTML as output: &lt;div class="row" markdown="1"&gt;&lt;div class="cell-2" markdown="1"&gt; Rouge

  • How to use <div> tag correctly? · 3 years ago

    @Francois, You're using tabs which interfere with formatting. Likewise when using spaces. See what happens when you insert spaces in regular Markdown. The text might be considered to be a blockquote.