Badges
Creator of Grav CMS + other things...
Recent posts
-
Image insert button in TinyMCE editor
· 9 years ago
Please add this request to the TinyMCE Grav plugin repo: https://github.com/newbthenewbd/grav-plugin-tinymce-editor/issues
-
Problem with Block code "fences" display
· 9 years ago
It's just CSS. There is padding of 2rem on the pre in the theme, just remove it.
-
Have a different template for sender confirmation email
· 9 years ago
You can have multiple email processes, so this should work. Did you try it?
-
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.