pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3183 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
Taxonomy "GRAV" results in Array to String conversion error
· 5 years ago
@atnetws, The chances of the error occuring is slim since Grav has set a convention to add namespaces in translation files. See https://learn.getgrav.org/17/content/multi-language#plugin-and-theme-lan
-
Suggestion for skeleton
· 5 years ago
@dan-james, I think the issue about the commands has already been fixed. See /forum/general/manage-pages-exist-t3729 Hello the image editing tests went well, I realize how simple it is to use, it’s p
-
Taxonomy "GRAV" results in Array to String conversion error
· 5 years ago
@atnetws, As you can see in template /user/plugins/form/templates/forms/fields/select/select.html.twig on line 65, the template tries to translate the value: {{ item_value|t|raw }} And the value GRAV
-
Admin interface issue with UI texts (showing template strings)
· 5 years ago
@ulfben, I suspect you didn't upgrade using $ bin/gpm self-upgrade or Admin, which mitigates some breaking changes. Have a look at the upgrade docs and especially the first point mentioned in Most Co
-
Manage pages exist
· 5 years ago
@jefrey, This very much looks like a very early version of Admin. Would you mind sharing where you found the information about "Manage Pages"
-
Suggestion for skeleton
· 5 years ago
@jefrey, Not sure what your configuration looks like, but if folder /grav-admin is currently the root of your website, than you should replace all content from folder /grav-admin with the contents of
-
Suggestion for skeleton
· 5 years ago
@jefrey, I would suggest to use the Quark based skeletons 'Blog Site' and 'One-Page Site'. These are based on the "standard" Quark template and are actively maintained by the Grav team.
-
Quark: Using SVG as custom logo
· 5 years ago
@ryanboyd, Unfortunately, Quark expects the custom_logo to be an image instead of svg. What you can do: Create a new theme inheriting from Quark Copy file /user/themes/quark/partials/logo.html.twig t
-
Page translation works, footer translation does not
· 5 years ago
@Deight, No need to use language specific templates. Create file user/languages/sk.yaml and add: FOOTER: '<a href="link" target="_blank">Kontakt</a>' Create file user/languages/en.yaml
-
Page translation works, footer translation does not
· 5 years ago
@Deight I also need to insert links in the footer How do your Twig snippet for the link look like? which I can’t do in the .yalm file What have you tried so far?