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

  • How to add a table that a client can easily edit · 3 years ago

    @Gibney, I guess you could use a Page blueprint with a List field. When saving the page in Admin, the "table" will be inserted into the frontmatter of the page. Using a plugin, you could capture the

  • General Asset Configuration · 3 years ago

    @topidesta, More interesting than the generated output of Asset Manager, would be, IMHO, its input... How do you add assets? How do you render assets? What are your asset settings in system.yaml? Wha

  • Populate a selectize field with taxonomy options · 3 years ago

    @nix, I think the field definition isn't correct. Have a look at the example for the Selectize field in the docs. Pay attention to how the options attribute is indended below selectize. The data-optio

  • Set Category and Tag (Taxonomies) as required · 3 years ago

    @nix, This topic has already been closed/solved. Please open a new topic with a proper title describing your specific problem and add a reference in the content of the topic to this topic for context.

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

    @hsweet, By default Twig escapes everything. For every output {{ ... }} that might contain HTML (or javascript) and can be regarded as safe, the raw filter should be used. In your example the raw filt

  • 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