Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
GRAV not producing srcset images, what am I doing wrong?
· 10 years ago
Thanks OleVic. Still getting my head around things in GRAV. This was very helpful.
-
GRAV not producing srcset images, what am I doing wrong?
· 10 years ago
I replied in the issue on GitHub. Note that the ImgSrcSet-plugin does not try to leverage Grav's media caching mechanisms (it is unfit for handling the generation of many images from large images). R
-
GRAV not producing srcset images, what am I doing wrong?
· 10 years ago
BTW, this was with the Image Srcset Plug In. It's even worse with the Srcset fallback, as the srcsets come through as incomplete base64's then. It's like it's all almost there, but it's not. I want to
-
GRAV not producing srcset images, what am I doing wrong?
· 10 years ago
Hello all, Starting to dive deep into GRAV and I'm blown away with it thus far. Have an issue though with srcset images not being produced. My Markdown is this: 
-
Changes inside custom fields not being saved
· 10 years ago
Alright so solved this myself - I was being a numbskull and not prefixing the field names with header. e.g. fields: header.col1gravH: type: section title: Column 1 underline: true
-
Changes inside custom fields not being saved
· 10 years ago
This is my first Grav site. I'm building a (pretty simple) custom site for a client and I'm having trouble setting up the custom fields. Fields are appearing fine in the admin interface, but when I en
-
500 Fixed by Patching Grav
· 10 years ago
exec'ing server binaries (which potentially don't exists, like on Windows) is a dangerous solution, not to mention potentially slow. I don't think this is the best solution to the problem. However,
-
500 Fixed by Patching Grav
· 10 years ago
What is your assessment of this solution? A 500 error is thrown when cache/compiled/ is not writable. Instead of a 500 error, which presents without explanation, the problem could be added to the iss
-
Creation of a accordion with radio boxes
· 10 years ago
Awrog thanks for the advice. I'll check it out!