Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Error after Updating Plugins
· 10 years ago
Hello there, I've accidentally tried to update the plugins in a installed GRAV (1.1.8). As a result I get the following error while calling the admin section. "An exception has been thrown during th
-
Summary in module pages: possible?
· 10 years ago
Yes it has. The delimiter === doesn't show up on the output but the output is not truncated - {{page.summary}} outputs always the whole page (without the delimiter).
-
Summary in module pages: possible?
· 10 years ago
Does the page have a summary? It must be separated from the rest of the text, see https://learn.getgrav.org/content/headers#summary & https://learn.getgrav.org/content/content-pages#summary-size-a
-
Summary in module pages: possible?
· 10 years ago
(First Time Post) Hello and thank you for this fantastic CMS. I've got one question: I am trying to output page.summary on a modular page template. I've read the forum and found that it is related to
-
A/B testing plugin for grav?
· 10 years ago
There's no generic plugin, no. Depending on what you're trying to test, it's a trivial matter to write a plugin that flips a coin and alters the output accordingly. It's hard to be more specific about
-
A/B testing plugin for grav?
· 10 years ago
Hi all Is there a plug-in to support a/b testing of differences in users actions on two (or more) different versions of a site? Or a tip to how I could do that easiest with grav? Thanks in advance Mor
-
Grav loop: can't use .gif files as title-images. Only jpg
· 10 years ago
That did it! Thank you very much!
-
Grav loop: can't use .gif files as title-images. Only jpg
· 10 years ago
Use [...].media.all :)
-
Grav loop: can't use .gif files as title-images. Only jpg
· 10 years ago
I'm also trying to implement this on a page where I need to randomize the image shown from a folder containing both jpegs and animated gifs. I am using page.find('/imgfolder').media.images|randomize
-
Grav loop: can't use .gif files as title-images. Only jpg
· 11 years ago
Ok looks like I found something. If you have a look at system/config/media.yaml you can see that gif files don't have the filetype image. They are listed as type: animated. That's why they aren't dis