Andy Miller Grav Creator
Grav Core Team Grav Forum Moderators
@rhuk · Joined 9 years ago · 337 posts · 28 topics · 184 reputation
Badges
Recent posts
-
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
-
Referencing 2nd level array item from language.yaml - FOR loop syntax?
· 9 years ago
You can't have arrays like that in a language file, they must be this format for user/langauges/en.yaml for example: SAMPLE_TEXT_1: "Sample Text 1" SAMPLE_TEXT_2: "What I'm up to" SAMPLE_TEXT_3: "Samp
-
LightSlider - is it possible to apply CSS?
· 9 years ago
Really the best way is to add your own css in your theme. You can create your own lightlslider css file with with whatever customization you like. You can also disable the built-in CSS if that's get
-
Escaping html when importing yaml
· 9 years ago
You might want to post an issue on the plugin's GItHub repo: https://github.com/Perlkonig/grav-plugin-import