Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1189 posts · 33 topics · 218 reputation
Badges
Recent posts
-
Research Grav Web designer in Switzerland
· 3 years ago
Please use English on English speaking forum 🙏 Thanks
-
My custom font is not appearing, and I can't figure out why
· 3 years ago
What full link? Does src support rl()? What is this rl() at all?
-
My custom font is not appearing, and I can't figure out why
· 3 years ago
src: rl() ? You sure? 🙂
-
Theme variable for content without title?
· 4 years ago
@avolve: The header for the md file includes --- title: Leagues and Divisions routable: false menu: Teams --- @avolve: your tone reads as passive aggressive and infers I am lying Well.. You're defini
-
Theme variable for content without title?
· 4 years ago
Not sure what to suggest here.. I have this in my modular templates and it doesn't show title: <div> {% if page.header.show_title %} <h3>{{ page.title }}</h3>
-
Theme variable for content without title?
· 4 years ago
Isn't content a body you want?
-
HTML tags not mixing with markdown
· 4 years ago
I think it would be much easier to understand the issue if you provided examples of your content MD file, what you get, what you expect and what's you yaml config for content parsing
-
Error - Class 'Grav\Plugin\DOMDocument' not found
· 4 years ago
What if you try this? $dom = new \DOMDocument();
-
Security to Theme Deliver
· 4 years ago
Nobody would try to read unformatted yaml, where every whitespace matters. What you posted above, just can't work. Try to edit your post by formatting code with ```
-
Flex-objects List view item template
· 4 years ago
Not sure if that's what you're looking for, but here's my plugin to show Flex Objects as JSON. Every view template is overridden and instead of HTML view all lists and items are shown as JSON