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

  • Image Uploader · 11 years ago

    Ahh, I get it. Very nice. Maybe provide a short desciption Page Media Image Uploader? This would help to provide clarification for image upload for the non-tech peeps. I would love to get all of m

  • Image Uploader · 11 years ago

    Look underneath the markdown editor panel: 2015-09-01-16-4ys24

  • Image Uploader · 11 years ago

    Is anyone working on an image uploader for the admin plug-in, as opposed to the link to directory? Capture

  • Please help with Twig! · 11 years ago

    Again, thanks for your help, here is what I did (if others experience the same): In the user/themes/notepad/css/postb146.css I changed .post-template .summer-post-header { position: relati

  • Please help with Twig! · 11 years ago

    Change the class on that div, or remove the min-height requirement. Problem solved :)

  • Please help with Twig! · 11 years ago

    2015 2015-08-25 15-02-54 You can clearly see it's related to this min-height setting that is being applied to that <div>

  • Please help with Twig! · 11 years ago

    http://notepad.ff-landegg.at/ is the start-page (that is working fine using the original default.html.twig http://notepad.ff-landegg.at/einsaetze/2015 is the one with the above twig, that is not worki

  • Please help with Twig! · 11 years ago

    I don't think it's your Twig per say, as it looks alright to me, more likely it's your CSS. To really be able to see what's going I would need to be able to inspect your site with my browser.

  • Please help with Twig! · 11 years ago

    So, here is the code: {% extends 'partials/base.html.twig' %} {% set collection = page.collection() %} {% block body %} <body class="post-template page" itemscope itemtype="http://schema.org/WebPa

  • Please help with Twig! · 11 years ago

    To be honest i have trouble reading your post because you have not put your code in codeblocks (triple back ticks). Makes it very hard to read!