Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 216 reputation
Badges
Recent posts
-
reCAPTCHA not valid when part of a modular page on Agency theme
· 5 years ago
I couldn't make v3 work with async form. Also, try disabling cache for that module and see if it helps
-
Twig code in Prism Highlighter with Twig processing enabled
· 5 years ago
Amazing :) That's exactly what I wanted :) Now I remember reading about verbatim some time ago on Twig docs :) Thank you
-
Twig code in Prism Highlighter with Twig processing enabled
· 5 years ago
Is there a way to use Twig code in Prism Highlighter when Twig processing for the page is enabled? Eg. ```twig {{ 'now'|date('Y') }} ``` Output: `{{ 'now'|date('Y') }}` I'd want it to render on pag
-
Add external php page in root
· 5 years ago
Could you show the final structure of the /user/pages folder?
-
bin/Grav install problem
· 5 years ago
I have same Please run: bin/Grav install on my local development Windows machine after every Grav upgrade, but never on prod
-
Link containing "?id=" is truncated when markdown is processed
· 5 years ago
That's a bummer 😂 I guess it was not thought, that someone might want to have id or class as a query string instead of attributes 🙂
-
Multilingual sites and format of dates
· 5 years ago
At least the snippet you posted here is a valid Yaml. Could you open an issue afterall and provide as much info as possible? Like full Grav error and maybe full language file? I suspect some other lin
-
Address in mailbox given [] does not comply with RFC 2822
· 5 years ago
@01K: The email field is not mandatory and here comes this error: Address in mailbox given [] does not comply with RFC 2822 If I fill the email input - no error. Sounds like even if not required, emp
-
Developing plugins that use Flex Objects
· 5 years ago
In Admin go to Flex Objects plugin settings and enable your directory. I don't remember exactly the path to the config YAML, but it would be directories setting in it
-
Multilingual sites and format of dates
· 5 years ago
@UtherboneDEV, it won't work just like that. As I mentioned, you have to extend Quark theme and add the |td filter to the dates in templates where you need it