hughbris Veteran
Regular
Grav Forum Moderators
@hughbris · Joined 9 years ago · 579 posts · 13 topics · 127 reputation
Badges
Recent posts
-
Looking for post filter - Grav site example doesn't work?
· 4 years ago
OK thanks for clarifying.
-
Looking for post filter - Grav site example doesn't work?
· 4 years ago
Hi and welcome! I am having some trouble following your words, but others may understand. However, you seem to be trying to link to a theme but actually you're just linking to the list of themes on th
-
Position images
· 4 years ago
@Karmalakas: it depends purely on a post template +1, tell us which theme and template you are using please @Henning007. This is totally doable.
-
Expand URL variable in custom languages.yaml
· 4 years ago
@AquaL1te: No URL, but also no HTML/markdown. Just the text. Yep agreeing with @pamtbaau, can you show us your email form action? You can generate both plain text and/or html (multipart) emails, whic
-
Expand URL variable in custom languages.yaml
· 4 years ago
I thought of translation placeholders. It really depends on context and preference. But yes, a selection of options.
-
Expand URL variable in custom languages.yaml
· 4 years ago
Go the duck 🙂 There might be a better way. I got this working with: {{ evaluate_twig('THEME_TZM.PRIVACY_STATEMENT_QUESTION'|t)|raw }} You need to process it through Twig and escape the HTML in there.
-
Pages created with same prefix number
· 4 years ago
Thanks for the update. I wonder if there was a collection defined in frontmatter or a template which prescribed another ordering. Let us know if you find anything more. Cheers.
-
Collection ordering doesnt work
· 4 years ago
@hughbris: 'by': 'header.publish_date', Try changing this to 'by': 'publish_date', though, it's quite simple and might work.
-
Reading progress bar in Grav CMS
· 4 years ago
It seems the missing piece in your understanding here is how to add external and inline JS (and CSS). Basically you need to add them into a twig template, probably the base one that includes the other
-
Collection ordering doesnt work
· 4 years ago
I had a quick look into the Grav core code and found a resolved issue that gave me some clues. I still don't fully understand how it is sorting this because even as a string, it's not in order. Try th