Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Andy Miller Grav Creator
Grav Core Team Grav Forum Moderators
@rhuk · Joined 9 years ago · 335 posts · 28 topics · 183 reputation
Badges
Recent posts
-
Considering moving to Github Discussions, thoughts?
· 6 years ago
We have been using Discourse for a while now and while it's a solid forum platform, I find that I personally don't visit it enough as my attention is already spread between Github for issues and Disco
-
Every command which needs an answer is aborted
· 6 years ago
I think its related to the CLI prompt.. can you try by just forcing the Y with: bin/gpm selfupgrade -y If that works, then it's definitely the prompt having issues on your setup for some reason.
-
Interested in a Grav Conference? We need your opinions
· 6 years ago
We are investigating the possibility of hosting an Official Grav Conference. We need to determine the feasibility of this, and to help us do that, I've put together a quick Google form to gauge inter
-
Vote for Grav as "2019 Best Flat File CMS"
· 7 years ago
:ballot_box: Please vote for Grav as "Best Flat File CMS" in the 2019 CMSAwards: https://www.cmscritic.com/awards/ 🙏
-
Understanding deferred on twig blocks
· 7 years ago
they will be included if you have never_cache_twig: true set in the frontmatter of the modular page that is adding the asset.
-
Twig Error when I click into Quark (Merge Filter)
· 7 years ago
the bottom bit should be: spectre: exp: false icons: false Notice the indents.. they are important.
-
Understanding deferred on twig blocks
· 7 years ago
If you have a template that extends partials/base.html.twig then yes, you can of course, override the stylesheets block and there you can add a specific asset (bricklayer.css in your example). This h
-
Deprecations Noted by Debugger on Development Environment
· 7 years ago
Wouldn't worry too much about it. Grav 2 is some time off.
-
SVG not fully displayed with lightbox
· 7 years ago
SVGs are not standard images, they don't have built in dimensions, and when you set dimensions, you really are only setting canvas dimensions. That said, i'm not suprised you have issues, but as it's
-
Twig Error when I click into Quark (Merge Filter)
· 7 years ago
I don't see this, but it's likely it your quark.yaml configuration. Why not paste that here, and i'll see if anything jumps out as an issue...