Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Insert icon into list
· 10 years ago
{% for top_level_page in top_level_pages %} <a href="{{ top_level_page.url }}">{{ top_level_page.title }}</a> {% if top_level_page.isLast() == false %} <i class="fa fa-arrow-rig
-
Issue with Forms Not Sending - Please check Input
· 10 years ago
{{ nonce_field('form', 'form-nonce') }} This was missing from the form.html.twig file. Thanks for the help on this.
-
Issue with Forms Not Sending - Please check Input
· 10 years ago
unfortunately that did not work...
-
Issue with Forms Not Sending - Please check Input
· 10 years ago
There is no nonce mentioned in the page HTML source. Disable caching or clear the cache, then it should work. Please also disable cache in the modular form.
-
Issue with Forms Not Sending - Please check Input
· 10 years ago
https://getgrav.org/forum#!/plugin-development:form-plugin-throws-error-o I am having this exact same error on a client's site but I added the update to the form.html.twig and it did not fix the probl
-
Page.modular() not returning true on modular pages
· 10 years ago
Aha, that makes total sense, Flavio. Thank you for the clarification and the suggestion to use the page template object. So I wonder when the page.modular() method would be useful, since you can't dir
-
Page.modular() not returning true on modular pages
· 10 years ago
I think the docs for the method are wrong or the method implementation is wrong. It returns true if the page is a modular child. Until the mystery is solved, to get if the parent is a modular page, yo
-
Page.modular() not returning true on modular pages
· 10 years ago
Hello, I'm trying to display a side navigation menu only under certain conditions, one of which is that the page is not modular. I haven't been able to get the page.modular()method to return true in m
-
Slideshow not showing - receptar theme
· 10 years ago
ok, thank you. i have to check it with my provider. have a nice weekend.
-
Slideshow not showing - receptar theme
· 10 years ago
Ok then if it's working locally and not on the server it's surely some server configuration issue.