Pedro M Regular
@pmoreno · Joined 6 years ago · 412 posts · 108 topics · 102 reputation
Badges
Recent posts
-
Gantry 5 Helium, Multi-Language URL
· 4 years ago
Hi @Kaepsele After you have configured your languages in admin, you have to save the pages in that languages. Each page must be saved with the menu, title and content translated. In Gantry, you have
-
Number of posts in Category
· 4 years ago
Hi. How can I know the number of posts on the blog page, filtered by category? I have looked in the forum, an entry that explains how to get the categories of the blog. Now I want to know how many pos
-
Avoid extra paragraph and possibility to add classes to page.content
· 4 years ago
Thanks @b.da It is a good solution if no html tag is included in the content. Otherwise another solution would be to wrap page.content in a div tag.
-
Avoid extra paragraph and possibility to add classes to page.content
· 4 years ago
Hi. I have this code in a template: <p class="excerpt"> {{ page.content|raw }} </p> In the html output I get the following result: <p class="excerpt"> <p>Content paragraph
-
Pagination in modular page
· 4 years ago
Hi. I would like to implement pagination for a blog list module in a modular page. The scenario would be the one seen in the image. This is the current code I have in the module template: {% set blog
-
Avif support in Grav
· 4 years ago
Hi @b.da I saw this post on the forum, but since it was from 2015, I thought that after this time there would be a way for Grav to support AVIF files. I will have to use other formats instead. Thanks
-
Error with assets deferred
· 4 years ago
Tnaks @b.da I read in the Grav help that addLink "It is useful for adding link tags to the head from anywhere in your site that are not CSS files"
-
Avif support in Grav
· 4 years ago
Hello there. I'm trying to use an avif image in Grav and it shows this error: TypeError: Cannot convert undefined or null to object at Function.keys () at http://localhost:8080/grav/user/plugi
-
Error with assets deferred
· 4 years ago
Hi. When I try to defer assets with assets.addLink in a stylesheets block, I get the following error: An exception has been thrown during the rendering of a template ("Property 'link_pipeline_include_
-
Override blueprints.yaml from plugin
· 4 years ago
Hello @medi I'm a novice programmer and although I've used inheritance in themes, I don't see it as easy with plugins. For example, to create a child theme, just create the theme.php file with the fo