Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Simple Contact does not work
· 11 years ago
I downloaded the newest version from GitHub and now it works.
-
Simple Contact does not work
· 11 years ago
I downloaded the plugin from the repository. It's a ftp installation therefore I cannot use bin/gpm update. By the way: The demo in the repository does not work.
-
Simple Contact does not work
· 11 years ago
Are you running the latest version of both Grav and the plugin? easy way to check is to type: bin/gpm version to find latest Grav version bin/gpm update to find plugin and theme udpates
-
Simple Contact does not work
· 11 years ago
The plugin Simple Contact causes the error "Access level to Grav\Plugin\SimpleContactPlugin::mergeConfig() must be protected (as in class Grav\Common\Plugin) or weaker ". What have I done wrong?
-
One-Page Site Skeleton linking the features
· 11 years ago
First you would need to add some links in the yaml frontmatter of the features.md page (using links to valid pages of course): features: - header: Markdown Syntax icon: text-height lin
-
One-Page Site Skeleton linking the features
· 11 years ago
Hi there (again), I would like to add links to the features (with those lovely icons) of the One-Page Skeleton. How could I manage this? THX in advance
-
How to get file size?
· 11 years ago
Thank you for your reply and I hope it will be added again
-
How to get file size?
· 11 years ago
The size property is not available anymore in the current release. We will review if it's possible to add it again in the next release and keep you up to speed here.
-
How to get file size?
· 11 years ago
I've asked @gert to answer this as he did some refactoring in the media handling recently.
-
How to get file size?
· 11 years ago
Hello, Previously (version 0.9.21) I used {% set files = page.media.files %} {% for file in files %} {{ file.size }} {% endfor %} and it worked like a charm. But after upgrading to version 0.9.26