pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Browser unable to resolve website and other config issues
· 8 years ago
@abhay Be advised that access control in Apache 2.4 has changed. Have a look at the section 'Access' in the Apache document Upgrading to 2.4 from 2.2: 2.2 configuration: Order allow,deny Allow from al
-
How do I list a simple list of category and tag references?
· 8 years ago
@dydaevskiy Thanks for the feedback. I fixed two issues. Yaml syntax in frontmatter: I noticed a Yaml syntax error in my README.md in the layout of frontmatter. The labels should be defined as: --- l
-
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