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

  • Displaying image file from blueprints file field · 10 years ago

    Thanks! Description part seems to work, but i'm getting an error for: {{ page.media[image.custom_file].cropResize(500, 70).html() }} An exception has been thrown during the rendering of a template ("

  • Displaying image file from blueprints file field · 10 years ago

    I think you need to get the image from the page media: {% if page.header.object_photos %} {% for image in page.header.object_photos %} {{ page.media[image.custom_file].c

  • Displaying image file from blueprints file field · 10 years ago

    I have declared following custom field in themes blueprint: header.object_photos: name: photos type: list label: Photos fields:

  • Sidebar in "Striped" theme · 10 years ago

    Thank you very much! :)

  • Sidebar in "Striped" theme · 10 years ago

    Replied to your other email with same topic :)

  • Sidebar in "Striped" theme · 10 years ago

    That's what base.html.twig does.

  • Sidebar in "Striped" theme · 10 years ago

    Any advice on achieving that would be helpful.

  • Sidebar in "Striped" theme · 10 years ago

    Analyzing the elements... Looks like the navigation and the items below are all one big long sidebar. Hm, I would rather be able to keep the nav on the left and then put all the rest in a skinny side

  • Sidebar in "Striped" theme · 10 years ago

    I tried looking in the main.css file, but even though there's a section there for the Sidebar, maybe I'm too dumz to figure out "where's the part that says to float the dang sidebar RIGHT instead of L

  • Sidebar in "Striped" theme · 10 years ago

    That's a file I was looking in. It includes the CONTENTS of the sidebar, but not the POSITION of the sidebar (unless I am missing something).