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

  • Two templates on same site · 11 years ago

    Wow, that was quick!

  • Two templates on same site · 11 years ago

    Yes, look for the "Themer" plugin: https://github.com/sommerregen/grav-plugin-themer

  • Two templates on same site · 11 years ago

    Is it possible to use two templates on the same site. I want to use a customized version of the agency theme on my website and the resume theme on mywebsite.com/resume.

  • Best approach to modify style of contact form? · 11 years ago

    In twig files you have for example: {% include "forms/data.html.twig" %} . That means you have to look for data.html.twig in templates/forms/data.html.twig or if it does not exist, then it's inherited

  • Best approach to modify style of contact form? · 11 years ago

    yeah, I did this now. Copied the field.html.twig file in my template folder and modified it. What I found really difficult and still not really understand is, what template include what other template

  • Best approach to modify style of contact form? · 11 years ago

    You could provide a custom templates/forms/field.html.twig to match your needed markup, and add classes to each form field using the classes yaml property in the form definition, see http://learn.getg

  • Best approach to modify style of contact form? · 11 years ago

    I want to add a simple contact form on my page. For my whole website I use bootstrap. What is the best approach to style it with the bootstrap classes? I found now way yaml option in the form.md, so t

  • E_ERROR - Call to a member function set() on a non-object after upgrade · 11 years ago

    Hi Sotiris, can you turn on errors.display: true (http://learn.getgrav.org/basics/grav-configuration )? I think this is related to http://getgrav.org/forum#!/installation-configuratio:call-to-a-member

  • E_ERROR - Call to a member function set() on a non-object after upgrade · 11 years ago

    i get this message after the upgrade of the latest version why??? Server Error Sorry, something went terribly wrong! E_ERROR - Call to a member function set() on a non-object For further det

  • Help with displaying a simple image · 11 years ago

    It can work if you had the appropriate folder structure. Check this out the image linking guide in the docs.