pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
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
-
Publish to Medium and Grav?
· 6 years ago
@miller.nw, I have no idea what Medium needs to publish an article and hence what requirements Grav needs to meet... Would you mind sharing that?
-
Responsive images + lightbox (Featherlight/Zooming)
· 6 years ago
@iamerwin, To create responsive images, you need to add a few things to the image definition: Creating multiple sized images using derivatives Add hints to the browser as to which image size to use:
-
Nav issues with Bootstrap4 child theme
· 6 years ago
@mfiZebra, That's true and also a recurring topic on the forum: Creating a menu mixing child modules with other pages.