Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1189 posts · 33 topics · 218 reputation
Badges
Recent posts
-
Grav doesn't see tempate.twigs in templates/modular/ folder
· 9 months ago
It should be yaml and twig, not yamls and twigs
-
Cloning templates
· 10 months ago
Sorry, but I have so much more questions after this answer. Not only it doesn't explain anything, but confuses even more 😕 Replaced Grav with new name? Copied to new directory? Files in blueprint &
-
Clear cache with CLI on shared hosting
· 10 months ago
But your main question was: @01K: Has someone used the PHP script to clear the cache on shared hosting? That button calls a PHP script. Just check the endpoint
-
Update to Grav v1.7.50.2 destroys Admin panel
· 10 months ago
I cannot recommend Laragon enough on a PC. Even before I started using Grav, I was constantly having issues on xampp. Also had issues with Grav on xampp. But then I found Laragon via the Grav docs. Di
-
Use page resources within inline html on a page
· 10 months ago
So did you try with twig processing enabled?
-
Use page resources within inline html on a page
· 10 months ago
In the page frontmatter add: --- process: twig: true --- In admin it's on the Advanced tab I have used Twig in MD like this and tested just now with {{ page.title }} and it works. I don't remember
-
Use page resources within inline html on a page
· 10 months ago
Sorry, misunderstood the question So to render just a link, it's quite simple: [Link text](file_on_page_pdf) But if you want to render an actual preview of the PDF, I assume you will need some plugin.
-
Use page resources within inline html on a page
· 10 months ago
IIRC, you can access any uploaded file via page.media 🤔
-
Form Problem DropZone
· 10 months ago
Based on the name sortable, I assume it's not about the file field, but rather about drag'n'drop DOM manipulation
-
Is there a way to use a video for a hero image?
· 10 months ago
I never had any issues with Laragon You only need to care about /user, but check configs that are related to the domain. See the docs how to separate local config from prod