Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Shortcode UI not working for me
· 10 years ago
https://github.com/getgrav/grav-plugin-shortcode-core#configuration-defaults
-
Shortcode UI not working for me
· 10 years ago
Did you set active: true in the plugin config? If that's false you will need to set active: true in the page header.
-
Shortcode UI not working for me
· 10 years ago
I just installed the shortcode UI but it seems it's not working. I tried tabs but I only see the standard list. It's activated in the shortcode-ui.yaml, but the css seems not being loaded at all. Did
-
Hide 'expert mode' in page blueprint?
· 10 years ago
Currently not. You can make a feature request here though: https://github.com/getgrav/grav-plugin-admin/issues
-
Hide 'expert mode' in page blueprint?
· 10 years ago
Hi, is there a way to hide the "expert" mode button in admin page edit when setting the page blueprint? thanks
-
Prevent image loading under certain screen width
· 10 years ago
In case somebody will ask the same question: I solved the problem by editing the twig template so the image URL is placed in the data-src attribute, and copied by JS in the src attribute only if the s
-
Prevent image loading under certain screen width
· 10 years ago
Ok! I'll look for a JS/ajax solution. Thanks a lot! :)
-
Prevent image loading under certain screen width
· 10 years ago
it's not really possible to get the screen size on the server side. You need JS that runs in the client's browser to determine that.
-
Prevent image loading under certain screen width
· 10 years ago
Hi, I was wondering if there's a way to prevent an image to be loaded if the screen width is lower then a certain value, let's say 480px. I know you can hide it by doing "display:none" inside a CSS me
-
Grav 1.1 Release Candidate 1 Available!
· 10 years ago
https://getgrav.org/blog/grav-rc-1.1-available Check out the blog post for details.