pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3134 posts · 12 topics · 1013 reputation
Badges
Recent posts
-
Spaces between tags except at beginning nor end
· 5 years ago
@brigaill, Try the following: {% set filter = p.taxonomy.tag|join(' ') %} <li data-filter="{{ filter }}">
-
Wide Open Windows Webdesign
· 5 years ago
@TonHaarmans, You could use Responsive Images (MDN) which allows browsers to load different image sizes depending on size of viewport of device: Large image for desktop, small image for mobile. Grav h
-
Environment Configuration unclear documentation
· 5 years ago
@rkvdmeer, Ah, that's quite a bit of info that would have been valuable in the initial post... ;-) Anyway, I have no experience with Multi-Site setup and considering the warnings in the docs, it would
-
Still struggling to get Grav to work: 0 - syntax error, unexpected token "match"
· 5 years ago
@phproberto, I think you have indeed pinpointed the issue, but... I'm not sure your proposed solution is the best way to go. It appears that skeleton Landio and others are installed with Grav 1.6.28 a
-
Move collection definition from page.header to config file
· 5 years ago
@mkukulka, What means: it doesn’t work. My example shows the snippet in 'user/themes/quark/templates/default.html.twig' and works fine.
-
Simplesearch routing problem
· 5 years ago
@dan-james, I think it's better to log the issue at: https://github.com/getgrav/grav-premium-issues/issues
-
Move collection definition from page.header to config file
· 5 years ago
@mkukulka, You can create collections not only in the frontmatter of a page, but also dynamically in PHP and Twig. Here is one example... Fresh Grav 1.7.5 using Quark Created file '/user/config/coll
-
Environment Configuration unclear documentation
· 5 years ago
@rkvdmeer, Back to square one... What are you trying to achieve? What do you think Environment Configuration will solve/provide? What do you think Multisite Setup will solve/provide?
-
Slash in url parameter
· 5 years ago
@Raph31t , @bleutzinn , I don't think the 404 error is a matter of : or = but the preceding ? in front of the query paramers. The : or = do however influence how the query is interpreted. When using h
-
Wide Open Windows Webdesign
· 5 years ago
@TonHaarmans, Should the header and footer background-color change on dark/light change? Did you set the supported languages config setting correctly? languages: supported: [nl, en] Disappointed? Do