pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3183 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
How to add automatic 'sizes' attribute for srcset
· 5 years ago
@luap, You could try the following: <section class="image {{ page.header.imagelayout.class }}"> {% for image in page.media.images %} <div class="projectimage projectimage__half">
-
Modular blueprints only work sometimes
· 5 years ago
@gcasalett, Add $ bin/grav cache to your toolbelt and use it whenever changes do not show up.
-
Modular blueprints only work sometimes
· 5 years ago
@gcasalett, but the blueprints are not working for the other 4 "not working" is bit vague to test... Anyway, you may try $ bin/grav cache. It does miracles sometimes.
-
Redirects don't seem to work with umlauts in the old urls
· 5 years ago
@Netzhexe, Try the following without the trailing /: redirects: '/wir-%C3%BCber-uns': '/wir-ueber-uns' -or- '/wir-.*ber-uns': '/wir-ueber-uns' -or- '/wir-.{6}ber-uns': '/wir-ueber-uns' Note:
-
Shortcode-Gallery not functioning with Quark
· 5 years ago
@idna, Your test site is throwing an error in the console at line 124 of the page: Uncaught SyntaxError: Unexpected token ',' Your code is missing values: $("#443266197").justifiedGallery({ rowHei
-
Use NexGen Editor In Theme Module
· 5 years ago
@rosscampbelldovico, You should drop the question in "Issues", not "Discussions"...
-
Use NexGen Editor In Theme Module
· 5 years ago
@rosscampbelldovico, All questions regarding Premium products should be asked the devs themselves at https://github.com/getgrav/grav-premium-issues
-
GDPR compliant Youtube embed
· 5 years ago
@elvoss, According its docs the php build-in webserver does not support extension .mjs: Standard MIME types are returned for files with extensions: .3gp, .apk, .avi, .bmp, .css, .csv, .doc, .docx, .f
-
How to use dynamic title in frontmatter
· 5 years ago
@phmg701, Did some playing and it seems the following is working: Fresh install of Grav 1.17.24 Updated /user/config/system.yaml: languages: supported: [en, de] pages: frontmatter: process_twig:
-
Css/custom.css for modify the font
· 5 years ago
@jefrey, Well something is definitely wrong with your environment... There has been one issue logged in 2016 related to security.yaml. You also might want to take a look at the Troubleshooting docs.