Badges
Creator of Grav CMS + other things...
Recent posts
-
Problem for an external link
· 9 years ago
The ID is being intercepted by Grav as a CSS id attribute, you just need to turn off this processing with &noprocess https://learn.getgrav.org/content/linking#pass-through-supported-attributes
-
Include port in environment configuration folder name
· 9 years ago
Can you please create an issue here: https://github.com/getgrav/grav/issues
-
Images deleted after Clear Cache
· 9 years ago
There is a setting in system.yaml: cache: ... clear_images_by_default: true # By default grav will include processed images in cache clear, this can be disabled Set this to false, and your images w
-
Page Field for page name output
· 9 years ago
should generally use {{ page.url }}#something
-
Problem with Block code "fences" display
· 9 years ago
To do any kind of web development you really need to learn how to use the developer tools in your browser. For example: This is Chrome you just inspect the element, and then look to see what CSS is c
-
How to access spacer in a blueprint?
· 9 years ago
Here's an example: title: Group form: validation: loose fields: spacer: type: spacer text: '<br>' groupname: type: text
-
Form field set by URL parameter
· 9 years ago
Ok, this can be done pretty easily but requires you create a new static method that effectively wraps the Uri->query() method: In your theme's PHP (or in a custom plugin if you have one handy) add
-
Multisite - questions, documentation, custom setup
· 9 years ago
Help with the docs is always appreciated!
-
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.