pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3134 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Display additional text under a form
· 4 years ago
@sam2105, You could add a field in the frontmatter of the page and inherit and tweak form.html.twig. Write the value of the field from frontmatter below the output of the form. Like: // form.md --- my
-
Override JQuery in Grav
· 4 years ago
@Karmalakas, How can I show it, if I’m not using Quark? You could install it... [..] but for now it seems like a bug in Admin. What does Admin have to do with jQuery being loaded into the front-e
-
Override JQuery in Grav
· 4 years ago
@Karmalakas, Please show that after the steps I've shown jQuery is still being loading. I cannot look into your system, the theme and plugins, so I cannot judge nor test your configuration. Please p
-
Display additional text under a form
· 4 years ago
@sam2105, You might try the Spacer field (not the best name I must admit) field: form: name: xyz fields: name: type: text test: type: spacer title: Disclaimer text:
-
Override JQuery in Grav
· 4 years ago
@Karmalakas, Like @hughbris I do not understand the claims that have been made... No way to remove jQuery from frontend page load Try the following: Fresh install of Grav 1.7.33 Remove line 30 contai
-
Shortcode not processing twig variables inside html
· 4 years ago
@lo_bernat, I see this is a verbatim cross-post from this question on the repo of grav-plugin-shortcode-core. Cross-posting is often not appreciated by community members. In the end, users in one of t
-
Shortcode not processing twig variables inside html
· 4 years ago
@lo_bernat, You are probably forgetting to apply the |raw filter when outputting the generated Twig string. See Most common issues in the upgrade docs for to Grav 1.7. Grav 1.7 is compatible with the
-
Globally configured frontend forms
· 4 years ago
@smiletolerantly, Is there a way to define forms, once, in a global file accessible to all pages? Yes, see Displaying forms from Twig
-
Shortcode arguments not parsed
· 4 years ago
@bricebou, Ah, that added the context and clarity I needed... Yes I know, I'm just bad at mindreading and filling in the blanks.
-
Shortcode arguments not parsed
· 4 years ago
@bricebou, What behaviour of the shortcode tells you you have a problem? What happened and what did you expect to happen? What made you conclude that 'onPageContentProcessed' => ['onPageContentPro