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

  • Dynamic slug generation in custom page creation modal · 8 years ago

    @christhorn The Grav 'add' page modal uses some Javascript for this. I think you can find it at Github in https://github.com/getgrav/grav-plugin-admin/blob/develop/themes/grav/app/pages/page/add.js

  • Vote for Grav as "Best Flat File CMS"! · 8 years ago

    Bumping up this post... I think Grav deserves a higher score then October CMS....

  • Turning fonts.googleapis.com off · 8 years ago

    @ryan Sorry, I mistakenly used SCSS style comments (//) inside my answer. I have corrected it in my answer. Although // @import ... works (the statement just fails I guess), the proper way of using c

  • Turning fonts.googleapis.com off · 8 years ago

    @ryan To switch of Google fonts for both back-end (Admin) and front-end you will have to make some changes in two area's: Admin: By default, the Admin panel does not use any Google fonts. The setting

  • Line break problems · 8 years ago

    @coll88 I can see two reasons why paragraphs appear differently in different pages, or different templates. 1) Auto Line Breaks configuration setting for Markdown. This Mardown setting controls the i

  • Third-level menu · 8 years ago

    @pavel, I'm just wondering if you have been able to solve the issue you presented...

  • Line break problems · 8 years ago

    You might try the following: A single <newline> (\n) inside a text has no effect. <space><space><newline> creates an html <br> element inside a paragraph <p> Two &

  • How to setup multi-lingual website? · 8 years ago

    @javiregpa The documentation has a separate chapter on Multi-language websites. In short, a page can have multiple translations but they share one and the same folder. The name of the file tells Grav

  • Third-level menu · 8 years ago

    @pawel I have been staring at it for some time but could't find an obvious issue why the 3th loop wouldn't return any child pages. A few questions come to mind looking at the code.... Questions with r

  • Third-level menu · 8 years ago

    @pawel I suppose this is not all code used for building the menu. Would you mind sharing a bit more of the entire recursing loop your are using?