Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
GPM Issue
· 12 years ago
Whenever I try bin/gpm index I get the following in a red box: [Whoops\Exception\ErrorException] curl_init() expects parameter 1 to be string, array given Any idea how to get around that and have it
-
Crafting excerpts - Mediator theme
· 12 years ago
Got it working. Thanks so much for your help and pointing me to that twig file.
-
Crafting excerpts - Mediator theme
· 12 years ago
Actually now I think about it, I don't think Mediator theme currently supports summary/excerpts like Antimatter does. I ported the Jekyll version directly and it had no support for that. You can easi
-
Crafting excerpts - Mediator theme
· 12 years ago
You an use the === delimiter in your content to pick a specific location that will be the breakpoint for your summary/excerpt text. See the docs page for SUMMARY for more details for that one. Make
-
Crafting excerpts - Mediator theme
· 12 years ago
Sorry for a second question in a very short time span, but is there a way to define what the excerpt should be? I've tried excerpt: "" in the header of the post to no avail. Specifically, I'd like to
-
Grav website template different from standard antimatter
· 12 years ago
I've updated my sample site so you can see the problem. The second showcase while also still invisible should also 'appear' on scroll in some way.
-
Grav website template different from standard antimatter
· 12 years ago
Yeah. Content is defined. The first animation is always done when loading the page. Then the second function fades the text in and out properly when scrolling the contents. For now I simply created a
-
Grav website template different from standard antimatter
· 12 years ago
Do you have content set in the second instance of the showcase module? By this I mean markdown that is in the .md file below the header?
-
Grav website template different from standard antimatter
· 12 years ago
Ah, now I got it to work propery. Thanks so far. Now I have a second problem: I used the showcase template a second time further below, but there no text is displayed at all. Any idea how to solve thi
-
Grav website template different from standard antimatter
· 12 years ago
Ah that bit! I forgot that fade out bit is handled with JavaScript also: jQuery(window).on('load', function(){ // Showcase Scroll Fade scrollFade($('.showcase > article') , 0.5 //