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

  • Grav / Gantry / Framework (nucleus / rockettheme / bootstrap) · 9 years ago

    Gantry is a very sophisticated theme framework. It basically allows you to build sophisticated themes without all the ground work that a regular theme would require. It's kind of independent of the

  • Grav / Gantry / Framework (nucleus / rockettheme / bootstrap) · 9 years ago

    ok rhukster, thanks for your reply. How import do you see gantry in the development, do you think it will does grav justice, or I should look at a more mainstream framework. especially for someone who

  • Grav / Gantry / Framework (nucleus / rockettheme / bootstrap) · 9 years ago

    Antimatter uses a very old version of the Nucleus framework. It's very minimal, almost a CSS reset, it really is not in the same league as Bootstrap, Foundation, etc. Really you are supposed to just

  • Grav / Gantry / Framework (nucleus / rockettheme / bootstrap) · 9 years ago

    As I slowly get in to grav, i see that gantry could be a good way forward especially in creating a core theme with reuseable code, but I only just getting to grips with grav. I see grav was designed w

  • Fetch Failed - Problem · 9 years ago

    It seems your hosting provider is blocking one of the ajax calls. Open your dev tools and see which call it is, you can then inspect the request/response and perhaps get a better idea of what is caus

  • Fetch Failed - Problem · 9 years ago

    Well i constantly receive this message, but I've no clue whats the problem. The page is online and works fine. Bildschirmfoto 2017-03-09 um 13

  • How to get the value of a select in a template? · 9 years ago

    I had this issue, but just used the replace Twig function. Not ideal but I could not get anything else to work to correct it. This seemed the fastest way of getting around it at least. header.property

  • How to get the value of a select in a template? · 10 years ago

    I realized my problem. I am display a list page.children() so I was returning the blueprint of the parent page, which is a different type than the children! It seems that {{ dump(page.children()|firs

  • How to get the value of a select in a template? · 10 years ago

    I have also tried accessing page.blueprints to find the headers. This does not seem to get me the blueprint I custom created in ../user/blueprints/pages/ None of the customer header.myfield values app

  • How to get the value of a select in a template? · 10 years ago

    Is value_only: true already in 1.1.9? If so, do you mean to use like this: header.myselect: type: select value_only: true label: Choose the sector If so, this did not work for me, can you ple