Andy Miller Grav Creator
Grav Core Team Grav Forum Moderators
@rhuk · Joined 9 years ago · 337 posts · 28 topics · 184 reputation
Badges
Recent posts
-
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.
-
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.