Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
pg@grav Member
@pgrav · Joined 8 years ago · 25 posts · 9 topics · 7 reputation
Badges
Recent posts
-
Critical failure with "batch" filter expects an array or "Traversable", got "NULL"
· 1 year ago
Thanks Karmalakas for the advice The problem is solved. it was the failure with /modular/text.html.twig connected with the line {# {% for row in page.header.text|batch(2) %} i corrected my twig. Now t
-
Critical failure with "batch" filter expects an array or "Traversable", got "NULL"
· 1 year ago
Hello, perhaps somebody could help and give me a hint. I transfered a Website to Xampp. After updating the theme "Landio" i get a critical failure from the "batch" filter (twig): grav.CRITICAL: The "b
-
Template override for child theme only works when template in parent them is deleted
· 2 years ago
ok, thanks for claryfing. Perhaps it is the associated skeleton i used https://github.com/stom66/grav-skeleton-t2b5 probably i have to start from scratch...
-
Template override for child theme only works when template in parent them is deleted
· 2 years ago
Thank you very much pamtbaau for your time you spend once again! The strange or funny thing i used toepfereifranke as the theme name (only to make it easier to others here in the forum i shortened the
-
Template override for child theme only works when template in parent them is deleted
· 2 years ago
well i know used the dev-plugin and cli for inheriting, with the same result. So if somebody knows where to look first, hints are welcome.
-
Template override for child theme only works when template in parent them is deleted
· 2 years ago
@pgrav: ustomization#inheriting-manually Thanks pamtbaau for your quick answer! I thought inheriting manually is still an option? I will try the plugin now. Thanks
-
Template override for child theme only works when template in parent them is deleted
· 2 years ago
Hi, i created a child theme for a bootstrap5-theme: https://github.com/stom66/grav-theme-t2b5 but the template override is not working. Only if i delete the template in the parent theme, all changes a
-
Basic-captcha verification fails on modular page
· 3 years ago
No kilowahn, but if you find some please post it here. Thanks
-
Basic-captcha verification fails on modular page
· 4 years ago
Hi i try to use the basic-captcha field with a form on a modular page with the bootstrap4-theme and grav v1.7.37.1: fields: ... type: basic-captcha placeholder: copy the 6 char
-
Modular menu on non-modular pages
· 5 years ago
Hi Filou, i used $(".navbar-nav>li>a").on("click", function () { $(".navbar-collapse").collapse("hide"); }) in the site.js for this