pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3137 posts · 13 topics · 1013 reputation
Badges
Recent posts
-
How can I prevent Quark theme from updating
· 5 years ago
@Iusew, You can't and shouldn't. According the docs on customisation of themes, one should inherit from one theme and customise the inheriting theme.
-
Working with Cascade filters and taxonomies
· 5 years ago
@TonHaarmans, First some remarks on the plugin itself: It is released in May 2017 and never touched since. It provides no 'issue' page for asking questions. Plugin throws exception with default setup
-
Working with Cascade filters and taxonomies
· 5 years ago
@TonHaarmans, We are already on post #9 and so far only questions have been asked by the community. Questions to get insight about the steps you've taken and how exactly the plugin has been configured
-
Working with Cascade filters and taxonomies
· 5 years ago
@TonHaarmans, What more have you done and tried to get it working? I presume the plugin needs a bit more then a taxonomy variable in frontmatter. I can think of: Changing the site.yaml Adding a bi
-
reCAPTCHA not valid when part of a modular page on Agency theme
· 5 years ago
@Karmalakas, There is more to it then adding a default position. Not all fields require a position because some are not intended to being displayed, like: hidden, captcha, honeypot. You don't want to
-
reCAPTCHA not valid when part of a modular page on Agency theme
· 5 years ago
@rcdncn, Downloaded the Agency skeleton and inspected its '/templates/modular/form.html.twig' template further. It appears form fields require a value for 'position'. Fields without the 'position' val
-
reCAPTCHA not valid when part of a modular page on Agency theme
· 5 years ago
@rcdncn, The following setup seems to be working fine using a default install of the latest Grav and Quark, but fails to work using Agency. Folder structure: user/pages ├── 01.home │ └── default.md
-
reCAPTCHA not valid when part of a modular page on Agency theme
· 5 years ago
@rcdncn, The only thing I can see at the front-end is that the modular page does not load the reCaptcha javascript files. And hence, no token will be send to the server which expects to receive one. T
-
`blueprints()` function: infinite loop
· 5 years ago
@samuele, In that case I would open an issue at Github.
-
`blueprints()` function: infinite loop
· 5 years ago
@samuele, Have you tried to use: $grav_user->update($data); According the code for UserData::merge(): @deprecated 1.6 Use ->update($data) instead (same but with data validation & filtering,