Badges
Creator of Grav CMS + other things...
Recent posts
-
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
-
Two forms on modular page - how?
· 9 years ago
Where are you forms defined, and what does that look like? Please use code blocks to paste your YAML form definitions.
-
Page slug sometimes works sometimes not
· 9 years ago
LangSwitcher uses the 'rawroute' because Grav only loads the current active language version of pages. It doesn't know about a custom slug in another language. You can configure Grav to redirect to
-
Two column form layout - possible?
· 9 years ago
The form plugin actually already has a column and columns fields and you use them just like in the admin: fields: columns: type: columns fields: column1: type:
-
Advanced front end user profiling
· 9 years ago
This will still require a custom plugin to track a valid action and associate that with the user account. This can definitely be done, but you will have to have a custom plugin that can take a valid