Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Shortcode-core via twig filter?
· 9 years ago
Shortcodes are processed in content only, so nope, there is no way to put them in twig where only twig is processed.
-
Shortcode-core via twig filter?
· 9 years ago
Is it possible to use the shortcodes not only in the page.content. Because i am using different variables which could contain shortcodes. Is there a twig filter so i can render those shortcodes?
-
Sane Update WIthout Losing Customization
· 9 years ago
Use theme inheritance. Do not update the existing plugin, but rather create a new one and add your twig edits in there.
-
Sane Update WIthout Losing Customization
· 9 years ago
any changes/custom settings to plugins are in: usr/config/plugins these settings are not touched by updates
-
Sane Update WIthout Losing Customization
· 9 years ago
Added plugins contents to /blog/user/themes/antimatter/templates/partials but each time Grav erase these additions to this file when updated. Isn't there a way to keep custom changes when Grav updates
-
Subpage not reachable any more
· 9 years ago
That looks like a .htaccess problem (if using Apache). If sub2 works and you have setup a subfolder rule for /sub, that might interfere. The slash, same thing, looks like a htaccess rule. Grav does no
-
Subpage not reachable any more
· 9 years ago
I have a page "www.mydomain.com/sub" which is not reachable any more (Forbidden) What I noticed: When I request "www.mydomain.com/sub" in the browser it gets extended to www.mydomain.com/sub/ (with
-
Display category name in a list of child pages
· 9 years ago
Something like {% for p in page.children if p != page %} <li> {{ p.title }} <br> {{ p.taxonomy.faq}} <br> {% for tag in p.taxonomy.faq %}
-
Display category name in a list of child pages
· 9 years ago
I am running the following code to display a list of child pages. I am trying to put a on the same line. {% for p in page.children if p != page %} <li>{{ p.title }} - {{ p.taxonomy.faq}}</l
-
Gantry5: vertical menu in sidebar?
· 9 years ago
I gave up on gantry5 and extended the lern2 theme to get a vertical menu.