pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3137 posts · 13 topics · 1013 reputation
Badges
Recent posts
-
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?
-
Form Plugin v5.1.0 : prepare_form_fields()
· 5 years ago
@adrianw, To the benefit of the community, it will be appreciated if you could share the link to the issue and report back any conclusions.
-
Form Plugin v5.1.0 : prepare_form_fields()
· 5 years ago
@adrianw, It sure looks like that.... classes/TwigExtensions.php: lines 83-87 / Make sure that the field has a name. $name = $name ?? $field['name'] ?? null; if (!is_string($name) || $name === '') {
-
Bootstrap4 Theme Question
· 5 years ago
@designplaybox.tech, Remove lines 165, 166, 167 from file /user/themes/thestrange/strange.css To be more in line with how themes are structured, move strange.css to /user/themes/thestrange/css/stran
-
Site.yaml redirect, but I get a browser error: The page is not redirecting properly
· 5 years ago
@joejac, So this time I deleted the alias from user/config/system.yaml and saved without it: Don't remove the home.alias: /productos. Without it, Grav will try to find the default page /home which
-
Site.yaml redirect, but I get a browser error: The page is not redirecting properly
· 5 years ago
@joejac, Have you tried $ bin/grav cache?