pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3134 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Creating Search box in Main Menu
· 4 years ago
@skq, Unfortunately, I can reproduce the issue.... It's because the searchbox was added to macros.html.twig which is repeated for every child page. When creating the previous solution inside the macro
-
New Design for Fun-Site
· 4 years ago
@Henning007, I think the reply from @Karmalakas contains a bit more than an opinion... It is a good practice on forums to not create new posts asking the same question, but instead to "bump" an existi
-
Creating Search box in Main Menu
· 4 years ago
@skq, What @Karmalakas meant to say is something like... Updated If I knew your theme's templates I might be able to tell, but since I don't know I'll give a sample using Quark: Open file /user/them
-
New Design for Fun-Site
· 4 years ago
@Karmalakas, I don't think it is spam, but a serious cry for a designer willing to spice-up the site. The site has been build using Grav and the user hasn't received any replies on a previous request
-
.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