Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Paul Massendari Regular

Grav Forum Moderators

@paul · Joined 9 years ago · 143 posts · 0 topics · 53 reputation

Badges

ModSquad Team Member ✏️ First Post ❤️ Well Liked

Recent posts

  • How to give several labels individual classes? · 8 years ago

    Ah, then it is possible, here is an example fields: - name: name label: Name id: yourownid placeholder: Enter your name autocomplete: on type: text validate:

  • Contact form - 400 display page not found · 8 years ago

    You are very welcome, if you have no other questions, you can mark this one as solved 🙂 Paul

  • How to give several labels individual classes? · 8 years ago

    I"m not sure I understand your questions, do you want to add an id to a form label on frontend?

  • Pinpress Author Description · 8 years ago

    Hi, These values are set in the article, while in expert mode with something like this author: logo: /yourimage.jpg url: www.karibu.com name: Kar Ibu You can also add this instead to your site.

  • Contact form - 400 display page not found · 8 years ago

    Because you wrote display: thankyou, it will look for a page under your modular page (example: yoursite.com/contact/thankyou. However, your thankyou page is at the root of your folder structure (if I

  • Quark drop down menus issue · 8 years ago

    Hi djdakta, Quark theme is still in beta, so you might indeed encounter some bugs. This one has been posted on the quark repo here: https://github.com/getgrav/grav-theme-quark/issues/9 and it will pro

  • Only list tags of part of the page · 8 years ago

    Hi, I'm not sure I understand correctly your question, are you looking for the children_only parameter? Something like this: {% include 'partials/taxonomylist.html.twig' with {base_url: my_url, taxon

  • Is it possible to create .md files in batch? · 8 years ago

    Hello, This is currently not possible with grav or admin plugin. You could however create a script to create a md file in every folder.

  • Looking for Theme Similar to WordPress Sydney by athemes · 8 years ago

    There is the notepad theme, which is quite similar: https://demo.getgrav.org/notepad-skeleton/ Or maybe you could use the upcoming Quark theme that might look similar. That said, this is a theme that

  • Do i need to write my own Plugin to get $_GET-Param? · 8 years ago

    You can already use get parameters with the Grav uri object: https://learn.getgrav.org/themes/theme-vars#uri-object