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

  • A Raspberry Pi powered by Grav · 11 years ago

    Hi folks! Looking for some feedback on my tutorial. I also want to see how well my Pi performs with real-world traffic. Here's the link: A Raspberry Pi powered by Grav. Your feedback is appreciated!

  • Antimatter subpages menu - update · 11 years ago

    Retested and all fine - I have no idea what happened first time round. Thanks for your time :)

  • Antimatter subpages menu - update · 11 years ago

    I'll do a fresh install and see if I get this odd behaviour again. Thanks for checking out the zip.

  • Antimatter subpages menu - update · 11 years ago

    I extracted your zip and was able to see Aa1 item no matter what page I was on. Even Aa and Ab.

  • Antimatter subpages menu - update · 11 years ago

    Quick update. It now seems to work AFTER having visited page Aa1 but not before. I'll test it out again later.

  • Antimatter subpages menu - update · 11 years ago

    Hi Rhuk, Thanks for helping. I have done the following: a fresh install of Grav created the file 'user/config/themes/antimatter.yaml' and set it for dropdown menus created a simple page structure. W

  • Antimatter subpages menu - update · 11 years ago

    I know you have 3 questions, but they may be related to just the same thing. It would be helpful if you could zip up your grav directory and put that on dropbox/googledrive/onedrive/whatever so that

  • Antimatter subpages menu - update · 11 years ago

    Hi, I have removed the Breadcrumb plugin and any url references I made in default.html.twig. The file default.html.twig is now just: {% extends 'partials/base.html.twig' %} {% block content %} {{ page

  • Table without header · 11 years ago

    That's true if you enable markdown extra.

  • Table without header · 11 years ago

    my tip here, you can also use html AND markdown, see: <div markdown="1"> #Markdown </div>