Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Severo Iuliano Member
@iusvar · Joined 9 years ago · 35 posts · 1 topics · 14 reputation
Badges
Recent posts
-
Page Field for page name output
· 9 years ago
Try only {{ page.slug }} ... if you want to know all of the Page items, write {{ page|dump }}
-
Page Field for page name output
· 9 years ago
Hi, maybe it might be fine slug ( see https://learn.getgrav.org/themes/theme-vars#slug )
-
Add an alt tag to an image and to cropZoom version
· 9 years ago
Hi, try taking a look at https://learn.getgrav.org/content/media#metafiles (if you have not already seen it)
-
Theme doesn't use languages.yaml for label translations
· 9 years ago
Certainly it is necessary to replace label: THEME_THEMENAME:ICON with label: THEME_THEMENAME.ICON The rest seems all right
-
How to render data from footer.md when it's included as a partial?
· 9 years ago
Try something like this: The code to include in base.html.twig must be: {% include 'partials/footer.html.twig' with {'page': page.find('/footer', true)} %} The footer.md file should be located in a fo
-
(Solved) How to show post author?
· 9 years ago
I am happy for you. Grav encourages you to learn by yourself, when you can not succeed there is a very helpful community. Good luck!
-
(Solved) How to show post author?
· 9 years ago
Hi, it should be something like that {# POST WRITTEN BY MULTIPLE AUTHORS #} {% if page.taxonomy.author|length > 1 %} {% for author in page.taxonomy.author %} <a href="{{b
-
Cookies Policy - Understanding languages in Grav
· 9 years ago
In the file you cite (language.yaml) you have to add strings for spanish (and, of course, have the langswitcher plugin running and the default language for Spanish). After adding Spanish you could pro
-
Link to external url in markdown
· 9 years ago
Try removing the quotes... This web uses Google Analytics, all information can be found in this link.
-
Twig dynamic translation
· 9 years ago
I had read, too, you are right ... we just have to wait on Monday 😱 ... update Well, by doing some tests I resolved my way. The problem is in /system/src/Grav/Common/Language.php: only $args is consid