pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Using blog as agenda
· 6 years ago
@Andrass, You might want to have a look at the docs on Complex Collections and Collection Object Methods. You could, for example, create 2 collections using the filter Collection::dateRange($startDate
-
Image gallery in blog post
· 6 years ago
@maria, Not many community members use Gantry based templates. Neither am I... If any non-Gantry based theme fits your design needs, I might be able to help you.
-
Insert an image results in background image change
· 6 years ago
@taylorren, No need to ask the devs, this can be done by yourself. Overriding templates is a common practice in Grav to adapt the layout to ones own needs. First create an inherited theme, else you w
-
Images don't show up in UniteGallery page
· 6 years ago
@TonHaarmans, Following the README of the plugin: Installed plugin: $ bin/gpm install unitegallery Added config to header of page '/pages/01.home/default.md' --- title: Home body_classes: title-cente
-
Nested list loop in Twig template
· 6 years ago
@ginofa, The suggested loop works as expected... At least wrt. my expectation :-) Copied your frontmatter into a page 'default.md' Copied the aforementioned loop into '/user/themes/quark/templates/d
-
Nested list loop in Twig template
· 6 years ago
@ginofa, That is the part at the top of the page between the lines containing the three dashes: --- title: My Title aktuelles: - bild.auswahl: filename.ext text: Some text etc. --- You
-
Nested list loop in Twig template
· 6 years ago
@ginofa, Thanks for the clarification. Since the frontmatter/header is the source for Twig it might be helpful to share it in your post/reply. Please don't use an image, but copy and format the text b
-
Nested list loop in Twig template
· 6 years ago
@ginofa, I think an example of the header/frontmatter of the page would be more informative then the blueprint itself. The template reads the frontmatter, not the blueprint. Should it not be: {% for a
-
Custom controller for a certain route/path
· 6 years ago
@FrancescoQ, As promised... Grav allows plugins and themes to subscribe to events and execute custom php code to handle the event. During these events, users can be redirected, page content can be cha
-
Custom menu link / Custom controller
· 6 years ago
@FrancescoQ, Welcome to the forum. In general, it is not that handy to ask two distinct questions in one post. Would you mind splitting the post into two separate questions each with a proper title? S