Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Luap Member
@luap · Joined 6 years ago · 19 posts · 5 topics · 0 reputation
Badges
Recent posts
-
Trouble installing grav in subdirectory
· 6 years ago
I have trouble installing grav in a subdirectory of my server. I have a static website running on the root level and several test projects running inside a /dev subfolder (static sites as other flat f
-
Srcset not working in Chrome (but in Firefox and Safari)
· 6 years ago
@pamtbaau that is very kind! I was trying to do so, but ran into some htaccess issues. As soon as I have fixed those, I'll send the site over.
-
Srcset not working in Chrome (but in Firefox and Safari)
· 6 years ago
@pamtbaau I did some more testing and it's even more strange. Yes, adding my code to the default.html.twig of a fresh grav install works perfectly fine. I now noticed, that while increasing the viewp
-
Srcset not working in Chrome (but in Firefox and Safari)
· 6 years ago
@pamtbaau Thanks you for your effort. It's good to know that it doesn't matter if the code is coming from content or twig. But I noticed your example html is different to the one I get, by the names o
-
Srcset not working in Chrome (but in Firefox and Safari)
· 6 years ago
That's good news, but do you have an idea how to proceed for my project? Note that I am writing my own template and calling page media images and not via "content". Can you also reproduce that the sa
-
Srcset not working in Chrome (but in Firefox and Safari)
· 6 years ago
Interesting! The example from the documentation is also not working in Chrome! I was linking to the doc, but was actually looking & pasting code from this blog-post: https://getgrav.org/blog/retin
-
Srcset not working in Chrome (but in Firefox and Safari)
· 6 years ago
I have setup a srcset rule which works fine in Firefox and Safari, but Chrome always downloads the original file. This is my twig: {% for image in p.media.images %} <picture> {{ image.der
-
Best practice for a long onepage site
· 6 years ago
Thanks for the answer! It was a misunderstanding on my side. I was hoping content was calling the entire content of an page, like defined in my project.twig, but that didnt work. So I have to call eac
-
Best practice for a long onepage site
· 6 years ago
Heyho, tldr: How can I call the entire content of all pages with page collections? I'm new to grav and my php skills are quite limited. However I have already built a couple of websites with another f