pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3185 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
Quark theme guide
· 6 years ago
@daredevil, Copy of Quark I would advice against using copies, it makes it harder to keep up with changes in Quark. To create an inherited theme use the following in the terminal (LInux): $ bin/gpm i
-
Quark theme guide
· 6 years ago
@daredevil, welcome to the forum. There is not much documentation on individual themes with respect to customisations. You will have to resort to the README's on GitHub. For Quark you can find it here
-
How to add meta Robot tag in HTTP Header to specific urls with nginx?
· 6 years ago
@cequejevois, Thanks for sharing the solution to the community. However, it seems that Framebin will shut its doors at Tuesday, July 6, 2021 and your solution will be lost. Would you mind sharing th
-
Where exactly do the statistics in Admin come from?
· 6 years ago
@Netzhexe, @filo91, I think the "popularity" numbers are GDPR save: They do not seem to contain any personal data that can be related to a user. The data can be viewed in '/logs/popularity/*.json' Mor
-
Modular pages not showing up in navigation
· 6 years ago
@mcld, Showing child modules in the menu is enabled/disabled by setting onpage_menu: true/false in the frontmatter of modular.md. Have you tried that?
-
Font Awesome plugin causes crash
· 6 years ago
@andro, It seems throwing an exception is the default behaviour of Embed FontAwesome plugin. You can change its behaviour by setting its configuration options. According the docs: fail_behaviour ( h
-
I need help with the Gateway theme frontpage
· 6 years ago
@icamps, Welcome to the forum. I have no experience with theme Gateway but I'm curious by nature... So I had a look at the skeleton of Gateway. Some background info: In Grav, all you see in a page is
-
Responsive images + lightbox (Featherlight/Zooming)
· 6 years ago
@iamerwin, I thought pointing at how Grav creates responsive images would suffice... Sorry, cannot really be of any help. Did take a look at featherlight and zooming and the code generated by lightbo
-
Problems duplicating blog.html.twig file
· 6 years ago
@fidlet, The following doesn't look right, and produces a page without any blog items: items: '- ''@self.children''' I would expect an error of some sort, but the page is working fine except for the
-
Problems duplicating blog.html.twig file
· 6 years ago
@fidlet, Did you define the collection of blog pages in the frontmatter of articles.md ? For example: --- title: Articles content: items: '@self.children' limit: '6' order: by: d