Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Dimitri Longo Regular
ModSquad Team Member
Grav Forum Moderators
@dimitrilongo · Joined 9 years ago · 119 posts · 6 topics · 40 reputation
Badges
Recent posts
-
Print select option value in modular page
· 8 years ago
hi @matteoredz Interresting question ;-) i think value_only is only for the array field. i test in my page blueprint i use Antimatter blog.yaml header.test: type: select
-
Can I include unpublished pages in collections?
· 8 years ago
glad it works ;-) Could you please mark as solved, thanks
-
Form appears twice
· 8 years ago
Hi @laurief Could you post your frontmatter ?
-
Can I include unpublished pages in collections?
· 8 years ago
hi @psrankin you have a method Collection::nonPublished() - Filters the current collection to include only non-published pages https://learn.getgrav.org/content/collections#multiple-collections I will
-
Can someone please explain how CSS works in Grav?
· 8 years ago
hi @nik if you inspect Antimatter code https://github.com/getgrav/grav-theme-antimatter/blob/develop/templates/partials/base.html.twig#L13-L29 You will see the order of stylesheets the numeric value i
-
Display element on blog list page and not blog page?
· 8 years ago
hi @Eli in Antimatter theme you can remove tags from blog listing here in partials/blog_item.html.twig https://github.com/getgrav/grav-theme-antimatter/blob/develop/templates/partials/blog_item.html.t
-
Adding an overlay to the showcase image
· 8 years ago
hi ! It' just CSS tweak, take a look Here Woo Repo replace img/hero-bg.png with your hero img url add height style for instance height: 600px; do the same with img/[email protected] but adjust height an
-
Agency Theme with blog function?
· 8 years ago
hi You can add blog with any themes , if it's not built-in just follow excellent recipe in the cookbook https://learn.getgrav.org/cookbook/tutorials/create-a-blog or take a look at antimatter Theme
-
Custom Field Grouping
· 9 years ago
you nest field list inside list field header.product: name: buttons type: list collapsed: true label: Product Type fi
-
Custom Field Grouping
· 9 years ago
@dan you can achieve that with nested list field