pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3196 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
How do I list a simple list of category and tag references?
· 8 years ago
@dydaevskiy You might have a look at https://github.com/pamtbaau/grav-plugin-labeltree It is a rough Proof of Concept that seems to be doing what you want, but needs optimisation. I did not do any tes
-
How do I list a simple list of category and tag references?
· 8 years ago
That labelTree would be the result of some logic in PHP. During a loop through all pages in the blog, the labels of each page are being merged together into a single labelTree.
-
Logical Captcha instead of Image Captcha
· 8 years ago
@testlady, reCAPTCHA Yes, you're right Google's reCAPTCHA does not support arithmetic challenges. But why stick to a requirement of arithmetic challenges if the user does not need to be challenged a
-
How do I list a simple list of category and tag references?
· 8 years ago
@dydaevskiy If the issue is really insurmountable, I could imagine something like the following: Label hierarchy Say we have two pages with frontmatter defined as follows: Page 1
-
Custom.css and theme inheritance (Clean Blog theme)
· 8 years ago
@avolve I am afraid you seem to have overlooked the outer curly braces in the media queries. Try the following: @media only screen and (min-width: 768px) { <--- missing .intro-header .post-headi
-
How do I list a simple list of category and tag references?
· 8 years ago
@dydaevskiy A lot of questions... Let me try to answer them collectively in one post. Your current solution: The logic of plugin 'categoryTree' I created for you, is currently as follows: For each pa
-
How do I list a simple list of category and tag references?
· 8 years ago
@dydaevskiy First, thanks for re-editing and properly formatting your question... 🙂 By the way, I'm curious how you get multiple bullets on a single line... Categories and tags have no relationship w
-
Javascript accordion for blog posts, assigning div id
· 8 years ago
@adamburton I have looked at the theme in your repo and on first sight I found no obvious issues. You might have feared a steep learning curve, but it all seems to go just fine...
-
Multilingual support and gitlab/github support: best solution
· 8 years ago
@erotavlas Out of curiosity, I took a dive into the tools you mentioned: Netlify CMS, Lector and Publii. I must admit that the descriptions of the tools are not as clear to me as I would like to, so I
-
What is the best way to work with dynamic images?
· 8 years ago
@gen035 Knowing the structure of the 'logo' property in 'site.yaml' makes a whole lot of difference... Now the code makes sense... :-) The structure of field 'logo' intrigues me though and it might le