pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3183 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
Can't output plain html with raw filter
· 5 years ago
@01K, So, it seems that there is only one solution - to move all the code from markdown into html.twig template That shouldn't be necessary... Here is a hint: data-l="bgsize:cover; bgposition:50%
-
[Beginner] Creating a 3-column page
· 5 years ago
@monin, Since this is an internship assignment, I'm not going to do your "homework". But I will give you some pointers.... blueprint You should extend the blueprint from an existing blueprint. See ex
-
Can't output plain html with raw filter
· 5 years ago
No, I mean quotes, like "
-
Can't output plain html with raw filter
· 5 years ago
@01K, Adding closing quotes might do miracles... After adding a closing quoted all displays fine in page Typography of fresh Grav install.
-
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