Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 215 reputation
Badges
Recent posts
-
CRLF changes after every update
· 5 years ago
Probably should've mentioned I'm on Windows. Other than that, not much information I can give :/ For now I've changed from System dependent to Unix/MacOS. Just updated Admin and Flex objects plugins a
-
CRLF changes after every update
· 5 years ago
Is there some setting I need to change in PHP Storm or Grav uses some unusual line endings? I already had 2 upgrades (1.7 RC2 >> 1.7.0 >> 1.7.3) and in both cases there were hundreds of fi
-
Plugin to resize image and create srcset
· 5 years ago
So it seems @pamtbaau's solution itself works as described and expected, but the issue with image manipulations still there. Thanks again for such a detailed response :)
-
Plugin to resize image and create srcset
· 5 years ago
(headbang) Most of my images are 2000px wide and didn't even think to check. Of course it's 1150px... Feel so embarrassed now... What about cropped/flipped? Original is vertical 1150px and I cropZoom
-
Plugin to resize image and create srcset
· 5 years ago
I get some weird behavior. No matter if I set derivatives to [600, 1200, 1600] or 600, 1800, 600, I get the same result: <img src="/image.jpg" srcset=" /image600w.jpg 600w, /image.jp
-
Enable login on a website with version 1.7
· 5 years ago
Not sure I understand the issue. Just a few days ago I implemented site login myself without any issue @epb: I start up the website and got the site immediately with a login screen Isn't Login scree
-
How do I setup for theme development?
· 5 years ago
Well.. It seems I might need to get back to this after all 🙂 But for now I'll leave it as it is and it works for me (for now at least) Thank you for your insight as always ;)
-
How do I setup for theme development?
· 5 years ago
@pamtbaau: Prefixing to adapt generated css to multiple browsers Is this still a thing? 😮 Minifying is also available as watcher in Storm. I'm more a UI guy :D I use command line only if really neces
-
How do I setup for theme development?
· 5 years ago
Hmm... Maybe I did some time ago. I checked and you might be right, app points to /AppData/Roaming/npm/... on my PC. Storm probably detected it automatically, because I just installed trial a few days
-
How do I setup for theme development?
· 5 years ago
It appears PHP Storm already has all that's needed to compile SCSS in File Watchers :) I think I'll stick to that. Thanks for you both still - I've learned some stuff I didn't know before :)