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

  • Possible to override admin template? · 10 years ago

    change it to: {% if authorize(['admin.cache', 'admin.super','admin.maintenance']) %} <div class="button-group"> <button data-clear-cache-type="" data-clear-cache="

  • Possible to override admin template? · 10 years ago

    In the dashboard, I'd like to give a permission to clear cache, without access to maintenance; {% block titlebar %} <div class="button-bar"> {% if authorize(['admin.maintenance', 'a

  • Removing this laptop image · 10 years ago

    Worked perfectly. Thanks!

  • Removing this laptop image · 10 years ago

    The laptop frames are in CSS. Just remove the <div class="keyboard"> and remove in your css the .notebook .screen border radius and background

  • Removing this laptop image · 10 years ago

    I'm struggling with removing these 3 laptop boxes on my home page with a just a picture(while also keeping the lightbox). The laptops just aren't very relevant. How do i go about doing this, while mai

  • View counter - how could I potentially implement it? · 10 years ago

    This plugin is what you are looking for? https://github.com/Perlkonig/grav-plugin-count-views

  • View counter - how could I potentially implement it? · 10 years ago

    So I see in admin dashboard those simple stats (actually they are not very accurate, I observed). I wonder how could I show view counter for each article on front-end for the visitor. Is there any twi

  • Article page error help · 10 years ago

    The issue looks like coming from you having the Breadcrumbs plugin enabled, but not installed. This can happen if you install and enable it, but then uninstall it. The widgets are provided by plugins,

  • Article page error help · 10 years ago

    So i've set up a blog on my site, however, the article pages are showing errors and i simply don't know what any of it means. Does anyone know what might be the issue? A side question.. I've noticed t

  • How to limit nav recursion · 10 years ago

    I can't edit my post, but thinking about my first version again, I'm sure it won't work. The second one should do the trick