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

  • Images are not caching · 10 years ago

    Do you know why this isn't working: <div style="background-image:url({{ page.media.images[item.background ~ '?cache'].url }});"> I only get <div style="background-image:url();"> It works w

  • Images are not caching · 10 years ago

    {{ page.media[row.image].cache.html() }}

  • Images are not caching · 10 years ago

    How do I cache the pictures, when my code looks like this: {{ page.media[row.image].html() }} ? THX in advance!

  • Images are not caching · 10 years ago

    Correct, by default if you perform no media operations, the image is accessed directly as there's no point doing work on an image that is unchanged. However, using the ?cache option forces the image

  • Images are not caching · 10 years ago

    @Juan Luis, try this: {{ page.media['current.Photo.jpg?cache'].url }} This solution is from Andy in this chat post

  • Images are not caching · 10 years ago

    Hello everyone, I am working on a page where I took the features.html.twig template of the antimatter theme and modified it so I can put my own pictures in the icon portion: {% if current.Phot

  • Changing language RTFM theme · 10 years ago

    Thank you very much!

  • Changing language RTFM theme · 10 years ago

    There are changes needed to system.yaml. Docs

  • Changing language RTFM theme · 10 years ago

    Hi there, I am trying to change the language of things like Search the documentation, Clear history, etc at the RTFM skeleton....I swapped the 'en' at the base.html.twig file for another of the langua

  • Event plug-in partially broken after GRAV update · 10 years ago

    Ryan, this is exactly what I experienced in Event plug-in after update to latest grav. I've got empty events page instead list of events.