Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Image Actions on retina images @2x
· 10 years ago
Hi Grav Team! Is it somehow possible to use image actions like cropResize(width, height) with retina images? For example: put some image inside a page folder, name it [email protected] then call an action
-
Duplicate page listing
· 10 years ago
it's probably a different page that was copied and placed somewhere else that just happens to have the same tags, titles, etc. Best way to find this kind of thing is with some recursive searching for
-
Duplicate page listing
· 10 years ago
Strange issue, are you using one of the stock themes, or you customized one?
-
Duplicate page listing
· 10 years ago
I have an article that is being listed twice on the blog listing page. I verified that the folder/file for the page only exists once in the folder structure, and deleted everything under the cache fol
-
GPM not reachable
· 10 years ago
Alternatively try turning of the Peer Verify option in the system config.
-
GPM not reachable
· 10 years ago
It's a proxy issue, usually. I've seen at least a couple Github issues mention this. I think the team is looking into a fix.
-
GPM not reachable
· 10 years ago
I think I have done it! I edited site/user/config/system.yaml "verify_peer: false" and now I have been able to install the admin plugin. Not sure why it wouldn't work normally though.
-
GPM not reachable
· 10 years ago
I just installed Grav with Composer on my Mac as per: https://learn.getgrav.org/basics/installation I now want to install the admin plugin so I type: $ bin/gpm install admin This returns: GPM Releases
-
Contact Form: Sender Receives Confirmation
· 10 years ago
You can also send a bcc:
-
Contact Form: Sender Receives Confirmation
· 10 years ago
Hi, If you have something like in your form definition (I extracted the interesting part) : process: - email: from: "{{ config.plugins.email.from }}"