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

Pedro M Regular

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

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Future/truth of Grav vs. other CMS · 3 years ago

    @Whig In my opinion Grav is very much alive, I don't think he's dead at all. It is true that there are plugins and themes that are outdated, but they can still serve as the basis for creating new ones

  • Contact form for modular page · 3 years ago

    @NataliaB Have you taken a look at the Editorial repository, on the demo content? Look at the contents of contact.md, on the modular home page, and thankyou.md in the root folder. It's all you have to

  • Is it possible to have more than one parent for a page? · 3 years ago

    Hi @vril You can make a first page with all content, and a second page without content (only title and visible true) but redirecting to first one, using redirect option, in advance tab in admin.

  • Shortcode Owl Carousel integration in Editorial and Future2021 themes · 3 years ago

    Hello. Recently, I've been researching why the owl carousel shortcode plugin doesn't integrate well with themes like Editorial or Future2021. Both themes have a sidebar and the mentioned plugin does n

  • Contact form for modular page · 3 years ago

    @NataliaB, you just have to delete these lines in contact.md: - name: Privacy type: privacy label: 'Privacy Policy' validate: required:

  • Contact form for modular page · 3 years ago

    Take a look at the Editorial Theme repository, for example. You can see the result on the demo page.

  • Count the archives items · 3 years ago

    @b.da: {% if config.plugins.archives.enabled and archives_data is not empty %} {% include 'partials/archives.html.twig' with {'base_url': new_base_url} %} {% endif %} Hello @b.da. With this code

  • Count the archives items · 3 years ago

    Hello @b.da Actually, it is a question related to any theme, but in this case it is about the Editorial theme. This theme has a sidebar like Future2021 and like Quark, where some blocks are located, d

  • Count the archives items · 3 years ago

    Hi. I'd like show the archives section in sidebar only if archives have a length > 0, like related pages (in Quark theme for example) How I filter this in sidebar template? Thanks.

  • Blog_url in blog and item templates · 3 years ago

    Hi In the Quark theme, in both the blog and item templates, the blog_url variable is set, supposedly to set a path to the blog, different from the one set at the theme level (in blueprints.yaml as blo