Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 215 reputation
Badges
Recent posts
-
Hyphenize tags containing spaces, per page in collection
· 5 years ago
Did you discard what @pamtbaau wrote? @pamtbaau: {% set tags = [] %}
-
Considering moving to Github Discussions, thoughts?
· 5 years ago
As Grav is more developer oriented, I'd go with whatever fits developers better 🙂 If GH means getting answers more promptly, then I'm all for it 😃
-
Blank site after update to 1.7.5
· 5 years ago
Looks like your cache folder is not writeable. Also from Grav log it seems something is wrong with partials/sidebar...[something], but this might be because of /cache folder permissions
-
Blank site after update to 1.7.5
· 5 years ago
Try /logs/grav.log. If nothing there, then maybe some server logs (sorry, but don't have much knowledge where to look for these). If nothing there either, what I would do, is download fresh Grav packa
-
Hyphenize tags containing spaces, per page in collection
· 5 years ago
You'd have to repeat the first step for each child page. Something like {% for child in page.children %} {% for tag in child.taxonomy.tag %} {% set hyphenisedTag = tag|hyphenize %} {% set ta
-
Blank site after update to 1.7.5
· 5 years ago
Any logs? How's the file structure looking? Anything suspicious?
-
Related items not grouped in Sitemap plugin
· 5 years ago
Same here. Sounds like a bug
-
Media.yaml customisation for MD file
· 5 years ago
It might be .md files are treated special. They are page files after all. Sorry, don't know what to suggest
-
Grav routing, client portal,
· 5 years ago
Check the redirect action. I guess you could redirect every user to something like /user/profile/id:{{ grav.user.id }} (not sure about grav.user part though, maybe someone knows how to get user exactl
-
Extra JS in an Admin blueprint triggers a reload which I do not understand
· 5 years ago
What if you just add type="button"? <button type="button" id="upload_widget" class="cloudinary-button">Upload files</button> I think most browsers (at least it used to be back in the day)