pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3198 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Can't output plain html with raw filter
· 5 years ago
@01K, Curious about the page which contains plain HTML. The Markdown should be parsed into HTML and the embedded HTML should be left alone. I've never seen HTML embedded in markdown being wrapped insi
-
WooCommerce style product display
· 5 years ago
@ozfiddler, I'm afraid a zip file is not such a handy replacement for your, now deleted, Github repo. Others can no longer easily have a look at the code. Others can no longer alert you about issues
-
Front end crashing Markdown Notices plugin
· 5 years ago
@mkovnick, There are three locations for the config file of a plugin: user/env/DOMAIN/config/plugins/markdown-notices.yaml See Environment Configuration user/config/plugins/markdown-notices.yaml user
-
Front end crashing Markdown Notices plugin
· 5 years ago
@mkovnick, I can only reproduce this error when the setting for level_classes in the following files is not a proper array: user/env/YOURENV/config/plugins/markdown-notices.yaml, or user/config/plugi
-
Grav Quark: How to enable "Continue Reading" button for blog?
· 5 years ago
My suggestion would be: Create an inheriting theme as @ozfiddler noted correctly. Copy file /user/themes/quark/templates/partials/blog-list-item.html.twig into folder /user/themes/mytheme/templates/p
-
Grav Quark: How to enable "Continue Reading" button for blog?
· 5 years ago
<a href="{{ page.header.link }}" class="u-url">{{ page.title }}</a> which I’m assuming is the link to the page Not quite... page.header.link is a variable in the frontmatter of the page p
-
Grav Quark: How to enable "Continue Reading" button for blog?
· 5 years ago
@bouke, I am pretty sure that 'Continue Reading' is not available in Quark. It might have been in the past, because there are entries for 'CONTINUE_READING' in file /user/themes/quark/language.yaml o
-
Context menu - how to get a current branch from the whole menu tree?
· 5 years ago
@blazejs, This is exactly what I wanted to get. If I knew what you need, I might agree, but doubts arise because of the following question... The number in brackets ([0]) sets the level of navigati
-
[Beginner] Creating a 3-column page
· 5 years ago
@monin, If you stick to theme Quark, have a look at the grid framework of Spectre If you go for theme Bootstrap 4, have a look at the grid framework of Bootstrap v4 By the way, Bootstrap v5 is alrea
-
Context menu - how to get a current branch from the whole menu tree?
· 5 years ago
@Karmalakas, If I get it right [...] Or I misunderstood both the OP question and your example? Oh well, probably I am mistaken, hence my cry for clarity... Maybe things would be more clear if OP sh