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

  • Nested Menus · 11 years ago

    Here's a sample of some working page structure: 12_page-links and how it renders: Test_Page___Demo2

  • Nested Menus · 11 years ago

    Still not working. I've enabled in theme (and copied file to user/theme folder), but no dropdown appears. For the dropdowns to work, what would a sample page hierarchy look like? ... as I may not have

  • Nested Menus · 11 years ago

    Ah-ha, there's my problem. I've been testing several Skeletons but not Antimatter yet. I'll give that a try ... THX!

  • Nested Menus · 11 years ago

    If you have a page within another page, it will automatically be represented as a menu tree. However to display it as a dropdown, your theme needs to know how to recurse through this menu tree. Ant

  • Nested Menus · 11 years ago

    Sorry, I am of course referring to drop-down menus.

  • Nested Menus · 11 years ago

    There are no real examples in the Learn section and I can only find a few references. I cannot get nested menus to work at all based upon the hierarchy of pages. Arn't the menu items supposed to be au

  • Parse error when using GPM · 11 years ago

    Ah. All versions of php are installed on my server, but I needed to change the default CLI version. And now it works! Thanks!

  • Parse error when using GPM · 11 years ago

    Depending on your environment, your CLI php version could be different from the one used by apache/nginx/... Could you try executing php -v from the command line (preferably from your grav root folder

  • Parse error when using GPM · 11 years ago

    Just installed Grav and it works great. However, whenever I try to use GPM, I get this error: Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or '(' in bin/gpm on

  • Prev_Next page? · 11 years ago

    Is that right: in my system.yaml: content: order: by: default dir: asc pagination: true Then your code in base.html.twig?