Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Convey that a modular needs a custom variable
· 9 years ago
maybe use modular blueprint, so users can input date etc and you can add description field to explain, no need to go to expert mode or inspect your twig
-
Convey that a modular needs a custom variable
· 9 years ago
Hi guys, I'm trying to make a theme for Grav. There is a particular modular that I'm working on atm, that is a giant countdown clock. When a theme user adds this modular to his page, he should input a
-
Theme Inheritance - Problem Extending Parent Theme
· 9 years ago
Should be sorted with this commit: https://github.com/getgrav/grav/commit/874160480faf5d968a8f32a3f254618e4dd0ad0d
-
Theme Inheritance - Problem Extending Parent Theme
· 9 years ago
I think here the problem is the file is called x-corporation.php (https://github.com/tranduyhung/grav-theme-x-corporation/blob/master/x-corporation.php) and the autoloader does not find it, expecting
-
Theme Inheritance - Problem Extending Parent Theme
· 9 years ago
Apologies for the delay. This is the version of theme PHP file when it's inheriting from Xcorporation. Thanks SJS ---php <?php namespace Grav\Theme; class Mytheme extends Xcorporation { // Some new
-
Theme Inheritance - Problem Extending Parent Theme
· 9 years ago
what does your theme PHP file look like?
-
Theme Inheritance - Problem Extending Parent Theme
· 9 years ago
I've followed the instructions to create a child theme based on X-Corporation: https://github.com/tranduyhung/grav-theme-x-corporation With my child theme installed, I see the error ""Class 'Grav\Them
-
Helium/Gantry + Tablesorter
· 9 years ago
I have a page set up with a table (generated from a CSV file using Table Importer). I then use the Tablesorter plugin to add sort/filter functionality. I want to use the Helium theme/Gantry plugin to
-
Nothing is displayed (local installation with xampp)
· 9 years ago
well your base theme has no output.. You have an empty <body></body> you need to look at the Antimatter theme as an example. You will only get content there if you output: {{ page.content
-
Nothing is displayed (local installation with xampp)
· 9 years ago
Hello together, I'm new to Grav and work on my own website. Actually I make it locally with XAMPP, so I can give you a link at the moment. My problem is: When I will look at my site locally there is n