pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3197 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Can pagination be rendered in blocks of 10 page numbers?
· 4 years ago
@jzedward, On the outer div of the page numbers, you could use a grid. For example the following will position all children in 10 columns with each child having the same width. display: grid; grid-tem
-
How to redirect old website URLs to the new URLs on new Grav website
· 4 years ago
@joejac, I read the documentation and some forum posts: Routing | Grav Documentation Did you also pay attention to the following note: You must escape certain characters in any routes that you wa
-
Twig list of users/profiles
· 4 years ago
@nick1, You'll need to create a custom plugin for that: Create plugin Loop through folder returned by $this->grav['locator']->findResource('account://', true); Parse each yaml file Provide arra
-
Is it Possible to Defer or Async Pipeline for CSS/JS?
· 4 years ago
@ejstauffer, The <link> generated by Asset Manager might be slightly different from the snippet shown above, but... did rel="preload" change to rel="stylesheet" indicating the onload javascript
-
Text align quark theme modular page
· 4 years ago
@KlaasHDec, There is no single way how pages are laid out and styled and each theme (developer) may have its own way of doing things. Basically it is an interplay between: Settings allowed by the the
-
Chinese sign 自 causes trouble
· 4 years ago
@nicolas.mangold, I cannot reproduce this behaviour using the following setup on a fresh grav-admin-v1.7.38.zip install: Add languages section to user/config/system.yaml languages: supported: [en, cn
-
Is it Possible to Defer or Async Pipeline for CSS/JS?
· 4 years ago
@ejstauffer, Asset Manager's option loading: 'defer' does not exist for CSS, only for JS. This is because stylesheets are render-blocking and do not support defer. To improve the performance of loadin
-
Different articles for language versions of the site
· 4 years ago
@NataliaB, Have a look at the multi-language docs again and pay attention especially to the concept of "content_fallback".
-
Different articles for language versions of the site
· 4 years ago
@NataliaB, The page tree looks much better for the reader, but probably doesn't provide enough information related to the problem... Please take a step back and reread all information you've shared so
-
Different articles for language versions of the site
· 4 years ago
@NataliaB, Please help the community help you... Screenshots are easily created but a bad experience for the reader. Using $ tree user/pages | clip.exe and removing non-relevant parts might give a be