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 · 332 posts · 28 topics · 180 reputation
Badges
Recent posts
-
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...
-
Very nice update
· 7 years ago
Thanks! was much more work than anticipated!
-
Moving modules breaks images
· 7 years ago
Don't use the path, just use the page's media object in combination with the name... like this: {% for member in page.header.yoyo.board.members %} <li>
-
Moving modules breaks images
· 7 years ago
Does it fix itself when you clean cache?