pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3197 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Split main menu in two blocks
· 4 years ago
@q3d, It would be helpful if you shared what doesn't work? What result did you expect? What is the actual result? Have you tried to dump variables like {{ dump(variable) }}
-
Twig: Get image derivatives
· 4 years ago
@kroetenstuhl, You can call the Grav API in Twig to suit your needs. Eg. {% set derivatives = (page.media|first).derivatives(100, 1000, 100) %} # The image with generated derivatives (listed in field
-
"Knowledge Base" skeleton broken
· 4 years ago
@LinuC, Be advised that ~60% of themes are old (abandoned) and not upgraded to Grav 1.7. Grav 1.7 has introduced breaking changes. One of the breaking changes has been introduced to address a cross-s
-
Extending a parent theme's configuration blueprint
· 4 years ago
@hughbris, Am I understanding correctly that you wish to inherit and extend file /user/themes/a/blueprints.yaml in /user/themes/b/blueprints.yaml by adding extra config fields? I'm having the impressi
-
Google ReCaptcha not working on contact form
· 4 years ago
@aiutopc, There are 44 questions mentioning reCaptcha in the form's repository. Please have a look if there is one similar to your issue.
-
Grav as a static website builder with local development
· 4 years ago
@hughbris, @hughbris: there’s very little reason to go static There are companies that offer free "cloud website hosting" for static websites. Think of Netlify and DigitalOcean. Functionality like p
-
Grav as a static website builder with local development
· 4 years ago
@LinuC, Why swapping one CMS that is not made for the job by another CMS that is not made for the job... 🤔 Grav is not designed to be a "static website builder", nor to facilitate the creation of sta
-
Admin: Missing Blog & Item tabs in Bootstrap4 theme
· 4 years ago
@idna, Let's agree that "For some time now, in new GRAV installations" can be ambiguous... ;-) I interpreted it as "My recent (since a month or so) installations (of Grav 1.7) show a problem whereas p
-
cropResize an image from (0,0)
· 4 years ago
@hughbris, Not sure if I understand all of it... crop the bottom Do you mean you only want to keep the bottom of the image and cut away the top? requires exact pixel sizes rather than a dimension.
-
Admin: Missing Blog & Item tabs in Bootstrap4 theme
· 4 years ago
@idna, Unfortunately, I can reproduce the issue. Trying to find the root cause: Using Bootstrap4 skeleton Upgraded Grav and all plugins/themes A lot of exceptions were thrown, but in the end it work