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

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Shortcodes break Twig processing in pages · 10 years ago

    They should not interfere. Will test real quick. stand by....

  • Shortcodes break Twig processing in pages · 10 years ago

    Here's the template that the page is using: default.html.twig {% extends 'partials/base.html.twig' %} {% block content %} {{ page.content }} <h2>Extra Content</h2> <p>

  • Shortcodes break Twig processing in pages · 10 years ago

    Using a stock install with Antimatter. The page in question: \``` title: Test process: markdown: true twig: true \``` This is a test page. {{ test }} Here is another line. [section name="t

  • How do I override plugin css in a custom theme? · 10 years ago

    Hi @csixtyfour, LangSwitcher has an option builtin_css (https://github.com/getgrav/grav-plugin-langswitcher/blob/develop/langswitcher.yaml#L2). If you set this to false then you have to provide your o

  • How do I override plugin css in a custom theme? · 10 years ago

    Sorry I got my original question wrong, what I should have been asking was how to inherit from a twig file from a plugin. (should have had the code in front of me!) What I've actually done is update t

  • How do I override plugin css in a custom theme? · 10 years ago

    This is somewhat dependent on your theme. Basically the theme needs to have support to load a custom.css file if it exists. The Antimatter theme for example has this in the templates/partials/base.h

  • How do I override plugin css in a custom theme? · 10 years ago

    Hi I've created my own theme following the docs so that I will be able to run updates without worrying about overwriting my changes. However I want to make changes to a plugin's css - specifically the

  • Nicetime not rendering in Admin Dashboard and Pages · 10 years ago

    I think it is working, but the translation is not working. Did you disable "Language Translations" in the admin?

  • Nicetime not rendering in Admin Dashboard and Pages · 10 years ago

    Hi, I'm not sure what might happen with the nicetime function but it doesn't seems to work in my whole installation, either in the admin dashboard or in my pages. The date are rendering as below: Capt

  • @self.children won't display · 10 years ago

    Nope, unfortunately it's a limitation of this forum platform.