pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Is it Possible to Defer or Async Pipeline for CSS/JS?
· 3 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
· 3 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
· 3 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
· 3 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
-
Clean Installation -> "Deprecated" Error Message
· 3 years ago
According the following doc on PHP 8.2 In PHP classes, it is possible to dynamically set and retrieve class properties that are not declared. [..] In PHP 8.2 and later, setting a value to an undeclar
-
What would cause page.url to suddenly stop working?
· 3 years ago
@boatful, In that case, your use-case (which is still unclear to me) is different from the one I described above, because in my case twig_first: true resulted in anchors wrapped in a code block as fol
-
Use a function php/twig [with PLUGIN] in a page-collection
· 3 years ago
@BKaernel, $this->grav['page']; contains the current page, which is the page that is looping the collection. You will need to pass page (p) inside the loop into the Twig function Update the funct
-
What would cause page.url to suddenly stop working?
· 3 years ago
@boatful, You haven't provided much context, so I've been trying to figure out what's happening. I can finally reproduce the issue when using the following: Installed plugin page-toc Inside page typ
-
404 Error "Object not found" after installing admin plugin (on fresh install)
· 3 years ago
@nk74000, from the little info we have, it looks like Apache doesn't allow access to subdirectories. There is a document page dedicated to the 404 issue. The few forum topics I've come across were so
-
404 Error "Object not found" after installing admin plugin (on fresh install)
· 3 years ago
@nk74000, I have not idea what the issue is... but I can ask some questions: is this happening on localhost or at your hoster? what's the reason for adding RewriteBase / If you use the original .htac