Hugh Barnes Veteran
Regular
Grav Forum Moderators
@hughbris · Joined 8 years ago · 577 posts · 12 topics · 127 reputation
Badges
Recent posts
-
Override JQuery in Grav
· 4 years ago
@Karmalakas: But that’s exactly what it means 🙂 It does, but I have become confused about what @pmoreno is reporting so will leave this thread for others to help.
-
Domain doesn't resolve with docker-compose + traefik setup
· 4 years ago
@Europa2010AD: Below is the sample .yml the image provided on their site: A new one to me and it looks it should serve on port 80. The location of the volumes looks odd though, I don't see how you wo
-
Override JQuery in Grav
· 4 years ago
@pmoreno: But even so, in the system.yaml file, which is found in the default installation in system/config/system.yaml, the following appears by default: I'm repeating myself. I can't tell I am bein
-
Override JQuery in Grav
· 4 years ago
I don't use Quark or Admin for configuring this kind of thing, so I could be missing something. However, everything in a theme is configurable and can be overridden in Twig. I suspect what you are loo
-
Domain doesn't resolve with docker-compose + traefik setup
· 4 years ago
I don't know the image you are using. Does it serve on port 80? They don't all. Can you shell into the container and curl or wget 127.0.0.1:80? I don't know Traefik either, but if that setup works for
-
Override JQuery in Grav
· 4 years ago
Are you saying this is loaded somewhere other than the theme you are using? I would expect it to depend on the theme. I'm pretty sure I recall using a theme once and adding some jQ which failed becaus
-
Git Sync Plugin error ”fatal: empty ident name (for ) not allowed"
· 4 years ago
Since no-one has jumped on this yet and I have no clue, perhaps try adding an issue to the plugin's Github repository. Mention that you asked here and add the link if you do.
-
Globally configured frontend forms
· 4 years ago
@pamtbaau: Yes, see Displaying forms from Twig Following this link, it looks like there is another expression for referencing the shared form: # Contact Form {% include "forms/form.html.twig" with {
-
Globally configured frontend forms
· 4 years ago
@smiletolerantly: Do you happen to know if there’s a way to hide the /shared/ folder in the Admin panel, though? I don't actually and had a quick check. There should be custom frontmatter you can put
-
Globally configured frontend forms
· 4 years ago
I understood it's always the same form, so could be hardcoded into the template, but I could have interpreted it wrong.