Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Time limit cache
· 10 years ago
Hello awesome community, I'm trying to speed up my website using the cache system but I'm facing a problem I do not know how to solve. I have a plugin that reads a json file with opening times, openin
-
AboutMe Plugin Doesn't work
· 10 years ago
I tried adding {% include ‘partials/aboutme.html.twig’ %} to my modular.html.twig file ( used by the page in question ) ... it gave me this error: Twig_Error_Runtime An exception has been thrown duri
-
AboutMe Plugin Doesn't work
· 10 years ago
You paste that code into your template where you want it to appear. Start with the official theme documentation.
-
AboutMe Plugin Doesn't work
· 10 years ago
I'm a noob too... when the documentation says "just include the partial template from the plugin wherever you want it to show in your page. " .... and then gives us this snippet of code " {% include '
-
AboutMe Plugin Doesn't work
· 10 years ago
Did you comply to the usage instructions? https://github.com/Birssan/grav-plugin-about-me#usage
-
AboutMe Plugin Doesn't work
· 10 years ago
I installed the Plugin AboutMe, but nothing happens. My theme is antimatter the plugin is enabled, I installed the plugin via the admin panel. Has anyone an idea whats the matter ?
-
Admin does not parse taxonomy collection with multiple tags
· 10 years ago
Yes, there are not advanced taxonomy rules in the page collections, your workaround is the standard approach.
-
Admin does not parse taxonomy collection with multiple tags
· 10 years ago
The above issue remains in terms of multiple tags in a collection. A workaround is multiple collections, which seems to works fine in admin: - { '@taxonomy.category': math } - { '@taxonomy.category':
-
Admin does not parse taxonomy collection with multiple tags
· 10 years ago
I'm trying to make a main listing page that will effectively ignore child listing pages, by making that main collection reference every category I use ("category" is defined as a taxonomy). I'm doing
-
Contact form not working in Internet Explorer
· 10 years ago
Ok I'll give that a try - thanks :D