pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3183 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
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?
-
Site.yaml redirect, but I get a browser error: The page is not redirecting properly
· 5 years ago
@joejac, If you want page /user/pages/01.productos to be the home page, you should set the following in /user/config/system.yaml: home: alias: '/productos' and remove the redirect in /user/config/si
-
Environment configuration folder created automatically on server for security.yaml
· 5 years ago
@filo91, See issue Multiple security.yaml files #3432 The explanation from the devs: But generally, every host/site should have its own salt as it is used for example for the form nonces and caching
-
Display Text Over Image - Receptar Theme
· 5 years ago
@logjammin, Receptar sets the width of each item at two places: .posts .hentry { float: left; position: relative; width: 50%; overflow: hidden; } and .posts .entry-media { float: l
-
Display Text Over Image - Receptar Theme
· 5 years ago
@logjammin, Is there a way to display this text on top of the rendered image without brute forcing it with CSS? You will need css... Here is just one of the many pages on this topic that can be fou
-
Theme structure for Grav Multisite, how do I have subdirectory use main theme
· 5 years ago
@hdwebpros, I'm not familiar with multi-site, but got curious... I've setup site http://multi-dev. To create a multi-site environment with subfolder site http://multi-dev/xx I did the following: Crea