pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3181 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
Class "...\Cache\ApcuCache" not found
· 4 years ago
@thom4s, If your localhost is working fine and the staging server is working fine, my first guess would be that the issue is related to the server and not Grav. When opening /system/src/Grav/Common/Ca
-
hCaptcha support in Grav forms?
· 4 years ago
@AquaL1te, The Grav team will know better then the community... You will probably have a better chance on a final answer at the repo of Grav.
-
Collection with multiple item constraints
· 4 years ago
@Vince42, A few remarks... The frontmatter snippet you're showing contains incorrect Yaml. If you truly use that in your page's frontmatter, an error should be thrown. The correct frontmatter should
-
How to manage an extending theme among multiple instances
· 4 years ago
@Vince42, Yes, but that could be triggered using a Github webhook that calls a PHP script on the server when a new version of the theme gets pushed to Github. Having said that, instead of Composer, yo
-
How to manage an extending theme among multiple instances
· 4 years ago
@Vince42, Never looked into this scenario, but the first thing that comes to mind is Composer. Fetching package from Git: Publishing to a VCS. Installing package in custom folder instead of /vendor:
-
Dark mode with JS script and → images / pictures
· 4 years ago
@medi, Do you need Art Direction that requires the use of element <picture>?
-
Dark mode with JS script and → images / pictures
· 4 years ago
@medi, Maybe I'm a bit confused by your question... Do you want to know (loosely rephrased) "How to change the src attribute using JS" or "How to generate a <picture> tag in Markdown", or do yo
-
Dark mode with JS script and → images / pictures
· 4 years ago
@medi, If you have a js script that runs when switching between dark/light theme, why not have js also search for <picture> and change its src attribute?
-
Inject value of form field into javascript of thankyou page
· 4 years ago
@sib, When I use your latest Twig snippet, it works fine... If you provide a step-by-step description to reproduce your situation, we might find something.
-
How can I set a canonical link to an external URL?
· 4 years ago
@amihoro, It appears this issue has already been raised before, but maybe too easily marked as being solved... Currently, when using routes.canonical together with {{ page.url(true, true) }} as used i