Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 216 reputation
Badges
Recent posts
-
cropZoom doesn't work with svg images
· 4 years ago
Yes, resizing is easy. Cropping - another story
-
cropZoom doesn't work with svg images
· 4 years ago
I don't think SVG will ever be supported. It's vector graphics, not raster image. You can't just crop SVG, you have to completely change <path/> and/or other tags in SVG. SVG is not pixel based
-
How to use 'text' of Select field in Form as subject of email
· 4 years ago
@pamtbaau: process: email: subject: '{{ form.fields.topic.options[form.value.topic] }}' Right.. Value - not key 🙂
-
How to use 'text' of Select field in Form as subject of email
· 4 years ago
I suppose: process: email: subject: '{{ form.value.topic|e }}'
-
Why can't I edit menu item
· 4 years ago
And you didn't even think to mention it's Gantry? I don't think this issue has anything to do with Grav itself. My suggestion is to ask about this on Gantry repo. Not many users here that could help y
-
Why can't I edit menu item
· 4 years ago
@finnp: user:grav pass: 123Ert67 Sorry but: Login failed...
-
Why can't I edit menu item
· 4 years ago
Repeating same thing over and over, won't make it easier to identify the problem. Check if user belongs to some group. What are that group permissions? What are user permissions? What did you click to
-
Why can't I edit menu item
· 4 years ago
Sorry.. As @pamtbaau said - too little information. We now can only waste time guessing. It's the same as you brought your car to service and said it wouldn't start 🤔 Plenty of reasons for something t
-
Why can't I edit menu item
· 4 years ago
What happens if you click or hover that pencil icon?
-
Why can't I edit menu item
· 4 years ago
Did you try logging in with Admin user and changing permissions for the current user?