Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Adding New Fonts to the Agency Theme
· 9 years ago
OleVik Thank You so very much it works!!!
-
Adding New Fonts to the Agency Theme
· 9 years ago
You would typically do this in /user/themes/agency/templates/partials/base.html.twig. As you can see, five fonts are already loaded in. Extend the theme with inheritance and add more if you so desire.
-
Adding New Fonts to the Agency Theme
· 9 years ago
Hi Awesome GRAV creators and admins, I have taken the dive and I am now comfortably modifying several css files with stylizer and markdown pad but one thing eluding me is how to add a new font to my a
-
Parse error: syntax error, unexpected T_STRING in index.php on line 9
· 9 years ago
Problem found: old php version
-
Parse error: syntax error, unexpected T_STRING in index.php on line 9
· 9 years ago
Good day, after installing grav, got this error. Dealing with regular hosting, the permissions looks like OK. Please help!
-
Adding body_classes to a twig template
· 9 years ago
Generally, use <body id="top" class="{{ page.header.body_classes }}"> in templates to accommodate this. If you want a default set, you'd have to use blueprints to handle that somehow.
-
Adding body_classes to a twig template
· 9 years ago
is it possible to add a body class to a twig template. I would like when a page is created a body class is added to the page automatically then manually adding it.
-
Images don't display
· 9 years ago
I forgot to add that yes, I have a gallery.html.twig file: C:\wamp\www.website\user hemes\mytheme emplates\gallery.html.twig Ross.
-
Images don't display
· 9 years ago
Hi all and thanks for your help. Here is the directory listing for my Grav gallery page. Hopefully it helps! Directory of C:\wamp\www.website\user\pages\10.gallery 15/06/2017 09:34 PM <DIR>
-
Images don't display
· 9 years ago
your gallery folder is in your usr/pages folder? you created a gallery.html.twig?