pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3197 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Display additional text under a form
· 4 years ago
@sam2105, It is a solution, but I'm not sure if it is a proper solution. Markdown is for content, Twig for layout. I do not consider a form part of the content and would therefor not use {% include "
-
Override JQuery in Grav
· 4 years ago
@Karmalakas, Repeating your second test: Install fresh Grav + Admin No changes - jQuery loads Delete {% do assets.addJs('jquery', 101) %} in line 30 of Quarks base template - Result: jQuery is not
-
Override JQuery in Grav
· 4 years ago
@Karmalakas, in your second test, are you talking about jQuery being loaded when Admin is displayed or when the site is displayed? In case you are talking about Admin loading jQuery, then that would b
-
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