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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3137 posts · 13 topics · 1013 reputation

Badges

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

Recent posts

  • Resize hero height · 5 years ago

    @bozzochet, I have no idea how your page needs to look like, but 'max-height: 0' seems quite useless. The height of the hero is now entirely defined by its padding and its inner elements and will expa

  • Resize hero height · 5 years ago

    @bozzochet, Be aware that the .hero class sets quite large vertical paddings (6rem/7rem) which may force the display to be bigger then the max-height.

  • Resize hero height · 5 years ago

    @bozzochet, As far as I can see, the different hero-* classes only set a different 'min-height'. If you want a maximum height for either of the classes, you could add a 'max-height' and see how that w

  • Image upload with preprocessing · 5 years ago

    @stepbyweb, You could create a plugin and subscribe to event onFormProcessed. In that event, you can fetch the values submitted by the form. Never tried your specific use-case though...

  • Change folder number from admin · 5 years ago

    @Karmalakas, See Basics/Basic Tutorial/Content Basics The other thing that the numeric portion of the folder name does is explicitly inform Grav this page should be visible in the menu. It is importa

  • Change folder number from admin · 5 years ago

    @Karmalakas, Please elaborate... If, during initialisation of the page, 'Page::visible' has already been set by frontmatter, the value will not be overridden by the later check for the presence/absenc

  • Change folder number from admin · 5 years ago

    @jrzav, @Karmalakas, Maybe the following might shed some light... What does what with respect to a page's 'visibility' property and hidden/visible menu-items? Admin: 'Folder Numeric Prefix' Enabling

  • Debug contact form: how? message gets displayed, nothing in logs, but no mail gets sent? · 5 years ago

    @Netzhexe, To test if your email plugin is configured properly, you could try: $ bin/plugin email test-email -t [email protected] See more troubleshooting in README of Email plugin. apparently it’s not

  • Get page object for modular page from PHP · 5 years ago

    @domsson, Bit of playing with the debugger.... Let say we have a modular with a form as child module: user/pages ├── 01.home ├── ... └── 04.modularform ├── _contact │ └── form.md └── mod

  • Change folder number from admin · 5 years ago

    @Karmalakas, Isn't it?