pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Taxonomy Collections doesn´t show any article in home page
· 7 years ago
@martinlarrea, When I copy your code into the 'blog.md' of the blog skeleton and use a proper tag, all works well... Where/when do you get the validation error? Are you using Admin? I've tried to c
-
Taxonomy Collections doesn´t show any article in home page
· 7 years ago
@martinlarrea Try 'items' instead of 'item'...
-
Taxonomy Collections doesn´t show any article in home page
· 7 years ago
@martinlarrea According the documentation on collections, the format for Taxonomy collections should be: content: items: '@taxonomy.tag': foo You are missing node 'items' When I use above s
-
A (probably) dumb question about the Skeletons and HTML5UP
· 7 years ago
@brimwats, I've just downloaded a HTML5up theme and gave it a try... Here are some coarse steps. The easy part: Generating a fresh theme using bin/plugins devtools newtheme Clear css/js folders in ne
-
Hide navigation and header [Antimatter]
· 7 years ago
@werdi, would you mind expanding on your last remark wrt. the language-switcher? I'm afraid I do not quite understand it... Do you want to remove both the language-switcher and the navigation at the s
-
Change theme automatically for mobile and desktop
· 7 years ago
@Kai23, Maybe I'm overlooking something, but aren't most themes responsive? Meaning they adapt to the window size of the mobile device or desktop... What is the rationale for using two different theme
-
If file added to page, is it possible to filter by type?
· 7 years ago
@col, I hope you don't mind me playing with your solution a bit... The following piece of code feels a bit more elegant. To me at least... In file /system/config/media.yaml you can see for each file w
-
If file added to page, is it possible to filter by type?
· 7 years ago
@col You could query the properties of page.media.images|first, like {% if page.media.images|first.mime == "image/jpeg" %} or {% if page.media.images|first.type == "image" %} or {% if page.media.im
-
Hide navigation and header [Antimatter]
· 7 years ago
@werdi, Based on a child theme of Antimatter, I have created a sample to hide/show the entire header or only show/hide the navbar. To hide/show a block of code based on the frontmatter of a page, you
-
Login redirects to login's page
· 7 years ago
@Arpega Is it an issue caused by AdvancedPageCache, or an oversight from your side? If it is an issue caused by AdvancedPageCache it could be useful if you create an issue at its repo.