Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 215 reputation
Badges
Recent posts
-
Troubles with setting up Grav, Xdebug and PhpStorm
· 5 years ago
Yes, AJAX debugging is always a PITA :( Maybe I'll try to look into JIT some day, but not any time soon. For now, if I notice something is not working as expected on AJAX calls, I just Replay XHR requ
-
Troubles with setting up Grav, Xdebug and PhpStorm
· 5 years ago
I'm not good in configuring everything, but from what I read, this break on error mode is pretty much useless (or do you have some use cases?) I mean to use debugger normally you constantly have to e
-
Override api class
· 5 years ago
As a starter, I'd check onMediaLocate event hook. But I guess you'd just have to debug what you get there 🤔 Not much info about it
-
Troubles with setting up Grav, Xdebug and PhpStorm
· 5 years ago
I'll be honest - I didn't read your long post, but I can share a solution that works on my machine :D I've searched a lot for this myself, but couldn't find a step by step guide, so had to combine mul
-
Rewrite image url for SEO
· 5 years ago
Create good URL structure for your images: Google uses the URL path as well as the file name to help it understand your images. Consider organizing your image content so that URLs are constructed logi
-
When using responsive images, is it possible to crop to as aspect ratio?
· 5 years ago
But if you have 6000x4000 px (3:2) image and you want to keep original, I doubt you'd want to output a list of lets say 20 images 24MB each. That's where cropZoom(1800, 1200) comes in
-
Theme Skeleton Agency
· 5 years ago
TBH, I don't really remember. I encountered this behaviour while getting to know Grav and then, when was finalising the content for my page, it just sorted out. My best guess - some combination of ord
-
Theme Skeleton Agency
· 5 years ago
I guess you have same issue I had. Sadly, I have no idea how to fix this, because it just sorted out at some point and I didn't have to do anything.
-
Extend default blueprint issues
· 5 years ago
Since 1.7 I believe it should be either "@extends" (in quotes) or extends@ (@ at the end like you have ordering@). Otherwise it's an invalid YAML
-
Photoswipe plugin (a Lightbox like gallery)
· 5 years ago
Could you please create a new issue with all the info you provided here? Just so that I would not forget it. Thanks