Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 215 reputation
Badges
Recent posts
-
Can't save new page via Admin Plugin
· 5 years ago
So the screenshot alone provides more info than your initial post (where you didn't mention, that pages of the same template work fine) - it's a draft. So that narrows guesses down to: Some value in
-
Can't save new page via Admin Plugin
· 5 years ago
From the info you've provided, my best guess would be - there's something wrong with submitted form. Did you add some plugin maybe when it started to fail? What template and blueprint is used for the
-
Different Language for Lightslider
· 5 years ago
Yes, what @pamtbaau posted :) Just checked the plugin and it seems by default it does not support multi-language images and takes every image uploaded to page.
-
Different Language for Lightslider
· 5 years ago
Don't remember now exactly, but either system.yaml or site.yaml in /user/config folder should have a setting how MD files are treated for multi-language. From your description I'd guess that default l
-
HTML chars get converted to entities from adding assets onward
· 5 years ago
I think you're missing |raw filter in your templates. Like {{ page.content|raw }}
-
Grav-plugin-sharer does not fire anything
· 5 years ago
I'm not familiar with the plugin, but I see you use jQuery. So this might come handy some time in the future maybe. If you add listeners like $('[data-sharer]').on('click', function(e) {}); Then you h
-
Grav-plugin-sharer does not fire anything
· 5 years ago
The reason isn't strange at all, if click listener is defined before your part of the page is loaded. After the content is loaded dynamically, you have to add click listeners to these newly loaded ele
-
Grav-plugin-sharer does not fire anything
· 5 years ago
Does console show any JS error?
-
Multilingual form shown in wrong language
· 5 years ago
Clicked Contact in en and got es form. It feels like form itself is cached. What if you add cache_enable: false to each .md? I think it might do as a workaround, but maybe a proper GH issue would be i
-
Multilingual form shown in wrong language
· 5 years ago
At a glance template and frontmatter looks fine (although I don't think you need to pass page: page to form template). And I can't reproduce the issue - form load for the language it supposed to 🤔