Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 216 reputation
Badges
Recent posts
-
How to create a link in a collection of icon (mache theme)
· 5 years ago
Wrap links with quotes. My best bet is that : is treated as YAML syntax symbol
-
How to create a link in a collection of icon (mache theme)
· 5 years ago
Yep, something doesn't add up. Error is for icon_url, but in your pasted frontamtter there's no such key at all
-
How to add custom html in head only on particular page
· 5 years ago
If you are using one of the installed themes from GPM, you will loose {{ header.customhtml|raw }} part on update. You should either extend a theme or have your own.
-
How to add custom html in head only on particular page
· 5 years ago
What steps did you take to achieve your goal? Are you familiar with templates? If not, did you read the docs? When you have understanding how page templates in Grav work, then you might provide us wit
-
How to add custom html in head only on particular page
· 5 years ago
In your page template you could have something like {% extends 'partials/base.html.twig' %} {% block head %} {{ parent() }} <any custom="tag" /> {% endblock %}
-
Working with Cascade filters and taxonomies
· 5 years ago
Which template did you add the code to? Do you get any errors? What's the result of your attempt (it should show at least something)?
-
Working with Cascade filters and taxonomies
· 5 years ago
Don't expect any answers when there's no real question asked. Asking if someone knows some specific thing will never get you prompt responses in forums. Tell what's wrong and ask what you want/need/ex
-
reCAPTCHA not valid when part of a modular page on Agency theme
· 5 years ago
Didn't dig into their code, but it sounds like, if hidden field doesn't have a position, then it's also ignored :) Anyway, IMO missing position should not remove the field completely.
-
reCAPTCHA not valid when part of a modular page on Agency theme
· 5 years ago
@pamtbaau: Fields without the ‘position’ value are being ignored by the form template of Agency :man_facepalming: They should implement the default
-
reCAPTCHA not valid when part of a modular page on Agency theme
· 5 years ago
But your example is with form setup on modular page itself, not on a module. I think that's a huge drawback overall of using modular pages. There's simply no way to make them work without any workarou