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

  • Adjust Size of Form Fields · 10 years ago

    OK I did it. It works. Thank you flaviocopes. I added the class and customize it in a new file: "/user/themes/antimatter/css/custom.css". The antimatter theme was already pulling the css configuration

  • Adjust Size of Form Fields · 10 years ago

    You define them. For the frontend, there is nothing "predefined" and the theme might implement a particular class, or not. Just add the class to the form definition, and it will create the form field

  • Adjust Size of Form Fields · 10 years ago

    Where is located the code of these classes? In the deliver skeleton we have for example: form-control form-control-lg. I searched the whole project to find these classes. I just saw some code inside c

  • Adjust Size of Form Fields · 10 years ago

    In that particular case, the size is set via CSS using .contact input { width: 50%; } .contact textarea { width: 80%; } You can do the same by adding a class in the form field definition form:

  • Adjust Size of Form Fields · 10 years ago

    Yeah for the frontend forms. For instance, the contact page in the deliver skeleton: http://demo.getgrav.org/deliver-skeleton/contact. The textarea of name and email has been resized. I want to do the

  • Adjust Size of Form Fields · 10 years ago

    They work for admin forms. Do you ask it for frontend forms?

  • Adjust Size of Form Fields · 10 years ago

    What do I have to do for the field size to work in forms? It's always big although there are four options. Valid values are large, x-small, medium, long, small. None of them work. Do I have to configu

  • Adjust Size of Form Fields · 10 years ago

    Adjust Size of Form Fields

  • Linking page in a folder to a parent taxonomy page in a different folder · 10 years ago

    Yes, use the hyphenize filter

  • Linking page in a folder to a parent taxonomy page in a different folder · 10 years ago

    Ok so this works: <a href="/somebrothers/artists/{{ tag }}">{{ tag }}</a> {% endfor %} But ONLY if the tag is the same as the artist slug - is there a way to 'slugify' a tax tag - curr