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

  • Modular as footer text · 10 years ago

    Hi @HugoAvila, I can't get it to work. I've create a new regular page which is located "pages/footer". Then I created a partial where I pasted in your code {% p=page.find('/partials/dinamic1') %} {{

  • Modular as footer text · 10 years ago

    Ah that makes sense. Modular pages are only for stacking and not for ordering in weird ways. I'll try to create a page, create a partial that includes that and put there were I want. Thanks for the re

  • Modular as footer text · 10 years ago

    By default modular pages are used to display in main content one after the other, modular pages are called in a loop, then you cant out of the box stop the loop and call a desired partials content. S

  • Modular as footer text · 10 years ago

    This is more of a question on how to control where the modular is being outputted inside of the html.twig template file. So if I want some partial before and after a modular, how do I achieve this? :)

  • Modular as footer text · 10 years ago

    Hi! I love the functionality of the modular. I would like to add a module inside of the footer region, but right now I can only get it to render inside the "Content". How do I create a modular and get

  • Non clickable menu item · 10 years ago

    hola Santiago, the only file you need to modify is navigation.html.twigin partials folder. hablas español?

  • Non clickable menu item · 10 years ago

    i have added the linkless: true into the header. then created navigation.html.twig in the templates folder in the the deliver theme as it has it in the partials folder but not in the main folder. I wo

  • Non clickable menu item · 10 years ago

    You could easily add a custom header like: linkless: true and then in your theme's navigation twig logic, check for this header and skip outputting the <a></a> tag if set to true.

  • Non clickable menu item · 10 years ago

    Out of the box GRAV doesnt have a feature to display a link-less menu item, the logic in template navigation twig file is to iterate pages and render menu item name and link. Anyway you could edit the

  • Non clickable menu item · 10 years ago

    I would like to make a menu item not clickable. I have read a post that described how but it was so vague that it couldn't be used. Could someone help me? please! :(