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

Andy Miller Grav Creator

Grav Core Team Grav Forum Moderators

@rhuk · Joined 9 years ago · 340 posts · 29 topics · 184 reputation

Badges

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

Recent posts

  • Blank Front End · 9 years ago

    You should double check what PHP is using for the memory limit. You need to create a simple file called info.php in your webroot, and put in it: <?php phpinfo(); Then in your browser hit this pag

  • How can i remove login.css from compiled styles on frontend · 9 years ago

    correct user/config/plugins/login.yaml is the correct location.

  • Centering content · 9 years ago

    Probably the cleanest way is to use a shortcode like [center][/center] This is available in the shortcode-core plugin.

  • Need help adjusting a template · 9 years ago

    One solution would be to pass an option when you include the Twig template. This way you can use the same twig template to render your content, but if you pass a taxonomy type, the called twig can che

  • GRAV + Flex Directory · 9 years ago

    I'm not sure about your specific issue, but I wanted to mention that there's a big update to Flex-Directory coming that supports multiple data sets as well as more configurable options. Hopefully thi

  • Deliver additional webp images · 9 years ago

    Did you add this as a valid type in Grav's media.yaml configuration? Grav won't be able to process these like jpg/png, but it should be able to at least output the image tag for them.

  • Enable overrides fields by default · 9 years ago

    Unfortunately we don't really have this. It's something we need to think about though because it has to be handled in a simple and intuitive manner.

  • Any roadmap available? · 9 years ago

    We had a Roadmap when we started, but most things were accomplished. We have some strong ideas for future versions of Grav, so i'll work on a more official Roadmap. Thanks for reminding me!

  • Two forms on modular page - how? · 9 years ago

    Frontend forms are defined in YAML frontmatter of the page just like a back end blueprint. Here's an example I have lying around: --- menu: Columns Test cache_enable: false form: name: columns-fo

  • Remove HOME menu link from Home Page · 9 years ago

    While you could do this with some fancy logic in your navigation twig, frankly I would just use CSS to hide the home link on the home page. This could be done with a body class that is being set on t