Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Andy Miller Grav Creator
Grav Core Team Grav Forum Moderators
@rhuk · Joined 9 years ago · 335 posts · 28 topics · 183 reputation
Badges
Recent posts
-
Future Grav.CMS
· 8 years ago
Grav development is actually very active. I'm just super busy at the moment and trying to balance time between all my obligations. As @hugoaf mentioned, Grav 1.4beta is in active development and so
-
Theme Inheritance with Quark theme and 1.4.0-beta.3
· 8 years ago
It 'should' work, but this has not been tested yet. I'll make sure I test it before the official release.
-
Use other Framework CSS
· 8 years ago
As long as you have created a new theme from Antimatter (see docs on customizing themes),so you don't overwrite your changes with updates, you should be able to simple copy the new pure CSS files into
-
Strict https site behind SSL Offloader - Grav not always using https urls
· 8 years ago
Could do with some more information about which bits exactly are not https. Also which version of Grav and assocaited plugins?
-
Assets performance, PSI and loadCSS
· 8 years ago
We use HTTP2 on getgrav.org. Just works, no special workarounds required.
-
XSS Injection from parameters
· 9 years ago
OK, now I follow you. So this is not actually an XSS issue in Grav itself, it's more of a developer awareness that you need to be aware of when creating custom Twig. Some points: Grav is not forcing
-
XSS Injection from parameters
· 9 years ago
@seb: https://www.mysite.com/fr?foobar=x"><svg onload="alert('hi')"> I can't replicate this on any browser including an older browser based on Firefox 56. I've tried Grav 1.3.7 as w
-
JSON data from a plugin available to Twig - not working
· 9 years ago
just because a json file exist in your pulgin doesn't mean you will be able to access it.. You need to load the file $myjson = json_decode(file_get_contents('yourfile.json')) Then you need to set tha
-
Pagination Confusion - forbidden errors & category list question
· 9 years ago
Are you on windows by any chance? if so: https://learn.getgrav.org/troubleshooting/forbidden
-
Display element on blog list page and not blog page?
· 9 years ago
what sort of element? is it something you could set in the page frontmatter, then in the listing page, simply see if that value is set, and if so, display it?