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.

Pedro M Regular

@pmoreno · Joined 6 years ago · 412 posts · 108 topics · 102 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Transform boolean data to text in Twig Template · 5 years ago

    Hello again. I've tried removing ? ‘true’ : ‘false’, and everything works fine now. Finally, this is the code for the showcase twig template (for Deliver Theme): <script type="text/javascript">

  • Transform boolean data to text in Twig Template · 5 years ago

    Hi @pamtbaau. Thanks for your suggestions, although I can't get the values to transform correctly, according to your instructions. Based on the change you suggest in the twig file (arrows: {{ site.hea

  • Private Area redirect after login in multilanguage sites · 5 years ago

    Hello there. I'm trying to configure a new private area to access to the form for add posts to blog. I have configured my site with multilanguage support and the pages add automatically /es or /en aft

  • Add-page-by-form in modular pages · 5 years ago

    Hi Finallly, I've solved the form styles in add-page-by-form plugin with this code in custom.css: #add-page-blogpost label { margin-left: 5%; margin-right: 5%;} #add-page-blogpost .dropzone { ma

  • Inserting particles into a page · 6 years ago

    Hi. If this answer is a good solution for you, you can mark as a solution, in the post. Thanks

  • Inserting particles into a page · 6 years ago

    Hi @coolman01 , You can use the layout page, even if you need to add specific particles. At first, you have to create a page in Grav, and then, in Gantry you'll need to duplicate the outline what you

  • Add-page-by-form in modular pages · 6 years ago

    Hi. In Deliver Theme I can configure a contact page with modular template and form, and other modules inside. This is the first lines of modular_alt.md in contact page: --- title: Contacto bg_img: b

  • Transform boolean data to text in Twig Template · 6 years ago

    Hello there. Finally I managed to solve this issue adding the replace twig filter, in twig template, the following: arrows: {{ theme_config.carousel_options.arrows|replace({'1':"true",'0':"false"}) }}

  • Align input checkbox in contact-form Deliver Theme · 6 years ago

    Solution in post: /forum/themes-styling/where-are-the-forms-classes-t9269 Thanks to @tom0360

  • Where are the forms classes? · 6 years ago

    @tom0360: @media screen and (min-width: 200px) { .contact input[type=“checkbox”], input#privacy { max-width: 16px !important; margin-bottom: 16px; } .contact input { min-width: 16px; } } Thanks so mu