pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3129 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Browser unable to resolve website and other config issues
· 8 years ago
@abhay First of all, I am a total infrastructure noob, so I might be mistaken... Having said that, I am missing the following in your virtual host definition: <Directory /var/www/> Options I
-
Inmotionhosting cpanel installation not working
· 8 years ago
@muhannad123 And I used Chrome on Window 10 laptop.... No weird characters at all.
-
Inmotionhosting cpanel installation not working
· 8 years ago
@muhannad123 I'm afraid I do not see any strange characters... Something must have gone terribly wrong... ;-)
-
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