pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3181 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
.gitignore and custom theme
· 4 years ago
@Micha1234, I'm afraid I'm not sure I understand the question... The Grav zip installation does not come with any .gitignore. Did you perhaps fork/clone the grav repo instead of downloading the ready-
-
Grav CMS Tutorials
· 4 years ago
@dyrer, Have you been able to visit the learn.getgrav.org site? That will be your best source of information. For questions you should resort to this forum or Discord. I don't believe the Grav communi
-
Display additional text under a form
· 4 years ago
@sam2105, First of all, your solution works and will not cause you issues. However, if you want to go for the extra mile... You'll need a custom theme or an inheriting (aka child) theme. If using a
-
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: