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

  • Highlights theme displays image tag code on small screens · 3 years ago

    @hsweet, You probably forgot Twig filter | raw. Without the raw filter the output will be escaped. It is a security measure to prevent malicious content being injected into the page. <section id="_

  • Modular form blows up my contact page · 3 years ago

    @hsweet, Thanks. If I understand my issue is more css than anything else? Which makes sense, I still see the page content spilled all over the screen. Again, I cannot reproduce this. The existing mo

  • Event scheduling system · 3 years ago

    @Krassie, Please help the community help you... Unclear posts are often ignored. Is there a plugin Did you search? allow people to schedule an event Please explain what scheduling an event means.

  • Modular form blows up my contact page · 3 years ago

    @hsweet, With the form in modular.md , the page display is wrecked but there was a form. I cannot reproduce the issue. Adding a from as explained in How to: Forms in modular pages shows a form as e

  • How to make the title of the dropdown category clickable · 3 years ago

    @pmoreno: The theme menu is built from the site pages, with children, and made visible in the menu. All of those options are Grav options, not the theme. That's not entirely correct. Grav core only c

  • I can't save a form... .: Multiple documents are not supported at line 49 (near "---") · 3 years ago

    @hsweet, When using Admin in expert mode, the field 'Frontmatter' should only contain the frontmatter itself. Not the lines with --- and no Markdown. The example you copied is correct when pasting int

  • Custom Name/Logo instead Grav Logo on Typhoon · 3 years ago

    @MiguelTeixeira, Sorry to hear that... There's only one developer available at the moment. Give it some time, or try Discord.

  • Custom Name/Logo instead Grav Logo on Typhoon · 3 years ago

    @MiguelTeixeira, Any premium related issue/support request should go to dedicated Premium issues repository . Not many people here use Premium plugins or themes, so there’s only a very small chance

  • Adding table captions using PHP Markdown Extra · 3 years ago

    @symgryph, Not sure if your issue is related to the original questions "Adding table captions...", or just a question solely about adding css to a theme... If it is the latter, then please create a ne

  • Descriptive text at the top of a blog · 3 years ago

    @mke21, See the docs about 03. Themes / Theme variables / Adding custom variables.