Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Karmalakas Veteran

@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 215 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Cloning templates · 7 months ago

    How did you come up with the conclusion, that you're being criticized, when there are only questions for clarification? About feed plugins - it's a separate topic and would be much better to ask sepa

  • Grav doesn't see tempate.twigs in templates/modular/ folder · 7 months ago

    It should be yaml and twig, not yamls and twigs

  • Cloning templates · 8 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 &amp

  • Clear cache with CLI on shared hosting · 8 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 · 8 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 · 8 months ago

    So did you try with twig processing enabled?

  • Use page resources within inline html on a page · 8 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 · 8 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 · 8 months ago

    IIRC, you can access any uploaded file via page.media 🤔

  • Form Problem DropZone · 8 months ago

    Based on the name sortable, I assume it's not about the file field, but rather about drag'n'drop DOM manipulation