Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Filippo Masoni Member
@filo91 · Joined 8 years ago · 52 posts · 12 topics · 6 reputation
Badges
Recent posts
-
Upgrade grav to v1.6.30, and problems
· 6 years ago
I just got the same problem. But to me, it only showed on a new project I created with v1.6.30. The old websites that I just upgraded to v1.6.30 are displaying the arrows as expected. Very weird, I'd
-
Where exactly do the statistics in Admin come from?
· 6 years ago
Thank you for telling us the location, I'll look more into it. I know it can be switched off, but it's a nice feature to have if it's actually GDPR compliant.
-
Where exactly do the statistics in Admin come from?
· 6 years ago
I'm also interested to know this for the same reason. Did you figure it out? Some of the websites I manage don't actually need analytics or ads, so I disabled everything, hosted all the libraries and
-
Hreflang in Grav
· 6 years ago
I use Language Selector plugin instead of LangSwitcher and it comes with an optional template for hreflang, you just add it to your base page and it does the job: https://github.com/clemdesign/grav-pl
-
Display categories in sidebar - taxonomy plugin
· 6 years ago
can you post a snipped of your code? I did something similar to display the entire list of categories after the tags and just copied pasted the code for tags and changed to ‘taxonomy’:‘category’. It w
-
Shortcode section cache problem
· 6 years ago
I read the blog post a while ago, we'll see how that'll work for my situation. Thanks for the tip, I'll try disabling on a per page basis, at least I can cache the others, but I'm using shortcode for
-
Shortcode section cache problem
· 6 years ago
Hi, I recently started to use the shortcode plugin to create sections of content in my pages, I have a template that displays that section into a different element. All of the pages that use that temp
-
Page.find not working in form data template to send email
· 7 years ago
Interesting, how do you access site.yaml? so that means we have access to site, as well as grav variables, but not pages. In my case I had to access pages images so it was easier to just put the same
-
Page.find not working in form data template to send email
· 7 years ago
Yes, that could very much be the case, I also tried pages.find but no luck. Did you find a workaround on how to access the data you need?
-
Page.find not working in form data template to send email
· 7 years ago
I have a custom form with ajax submission on my site and it works great. Handling the response on the site I'm able to use a template and find.page works as it should, I can pull data from wherever I