Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
False value in page header returns nothing
· 9 years ago
This is because false is interpreted by PHP as non-existent when evaluated. As an alternative, you could evaluate it as a string instead; show_in_navi: 'false' with {% if page.header.show_in_navi == '
-
False value in page header returns nothing
· 9 years ago
Hi guys, Grav is amazing and I'm currently developing a custom theme. However I cannot get the YAML markdown in my page header to render correctly. I'm using a custom header variable to render my navi
-
Simplesearch returned all language page
· 9 years ago
...i know what happened,i writed English content in Chinese page...and then it returned English content when i searched in Chinese page..........
-
Simplesearch returned all language page
· 9 years ago
I'm using simplesearch, when i select English langugae, i selected in zhe select bar ,it returned English page. But when i select Chinese language (cn , i have changed zhe languages.yaml ,you can look
-
Responsive images
· 9 years ago
BTW, it's not really a Gregwar problem directly, it's PHP's GD functions. These are not as memory efficient as Imagick which is the preferred approach but not supported in Gregwar. Also Imagick is n
-
Responsive images
· 9 years ago
I'm coming again in this post, just to know if you guys have find a way to achieve responsive images easily ? :-) Thank you so much :-)
-
Responsive images
· 9 years ago
There is ongoing work on replacing Gregwar, or at least making it handle large/many images better, but as its a large part of the media-functionality of Grav this takes time. Depending on the technica
-
Responsive images
· 9 years ago
Thanks OleVik ! So there's no simple way to generate automatically these images ? Do you know if it will be a simple solution in the future ? Because using another tool to create all images it's hard
-
Responsive images
· 9 years ago
This is a known problem with Gregwar, the image manipulation library Grav runs. It does not handle memory well enough, and so manipulating many or large images will halt PHP because memory is not cont
-
Responsive images
· 9 years ago
Hi guys, I've some trouble regarding responsive images on Grav. I've tried to use this code "derivatives(600,1200,500).sizes('(max-width:26em) 120vw, 50vw')", but I cannot have big images with this co