Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Making backups go to `backups/`
· 11 years ago
This probably does need a fix. The backup/ folder was introduced for the admin plugin, but the command line version was not updated to match.
-
Making backups go to `backups/`
· 11 years ago
When I do bin/grav backup, the zip file always ends up in the grav root directory. How to I make backups go to backup/? I can change this in bin/grav but I don't want to do that. Thanks... -- sw
-
Font Awesome upgrade
· 11 years ago
Ok, thank you franchan, I will test this. By default I have always been able to use the spinner by simply adding fa-spin next after the chosen character code (without fa- prefix since the class was a
-
Font Awesome upgrade
· 11 years ago
Hi Vikt, I replaced a number of files in user/themes/antimatter/fonts/ but also a css file (font-awesome.min.css) in user/themes/antimatter/css. I think the css file is converting all the fa-xxxx into
-
Font Awesome upgrade
· 11 years ago
I have been trying to use the fa-pulse effect since I fiddle with Grav. Is it just of upgrading Font Awesome in the libraries? Thank you
-
Is it possible to lazy-load children pages?
· 11 years ago
I think this would be doable with a plugin. That plugin basically would need to be configured with the collection criteria, and then get the current offset and perhaps even page count, so that it cou
-
Is it possible to lazy-load children pages?
· 11 years ago
Hi, I'm trying to implement a lazy-loading mechanism to load my children pages. This would be similar to pagination, but the differente here would be: I don't want to use the pagination plugin I wou
-
How can I use taxonomy with images metadata?
· 11 years ago
If that works, I think it looks like a solid solution. Media YAML just supports standard yaml syntax for storing attributes, no need to make it more complex than it needs to be. Usually the simplest
-
How can I use taxonomy with images metadata?
· 11 years ago
I think I should have rephrased my questions and asked instead "Is this possible ?". Nevertheless I think I have found an alternative to achieve my goal. I have changed my yaml file to look like this:
-
How can I use taxonomy with images metadata?
· 11 years ago
Hi there, I have some images inside my page. Each image is associated with a metadata file like this: img01.jpg img01.jpg.meta.yaml img02.jpg img02.jpg.meta.yaml img03.jpg img03.jpg.meta.yaml Each yam