Skip to content
Grav 2.0 is officially stable. Read the announcement →

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation

Badges

Grav Core Team ModSquad Team Member ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Find all pages with a custom header field · 6 years ago

    @lilive, A few answers/suggestions: To get all pages in PHP you can do: $pages = $this->grav['pages']->all(); See docs \Grav\Common\Page\Pages::all() To filter all pages you could use \Grav\Co

  • $page->save() in plugin does not do anything, no errors either · 6 years ago

    @Netzhexe, I guess this thread is getting too specific to be of interest of others, so I'll give an answer on your github repo.

  • Hey, my show case here! · 6 years ago

    @taylorren, I took a brief look at the website you mention in your profile. Not sure if that is the same site and shown above. An analysis using Google Lighthouse in Chrome returned the following resu

  • Img on footer shows only on home · 6 years ago

    @mera.inventio, The 'src' of the images seem to be fixed, but the 'href' of the surrounding <a> have not been fixed... Yet...

  • Img on footer shows only on home · 6 years ago

    @mera.inventio, You are using relative urls for your images and anchors (<a>) This means that the urls in href and src are prepended with url of the current page. Eg. on home page: http://biog

  • Img on footer shows only on home · 6 years ago

    @mera.inventio, You haven't given much info describing relevant context... Questions: What changes did you make to '/themes/photographer/templates/partials/footer.html.twig' ? How does the folder str

  • Custom CSS not rendering for GRAV site deployed through Heroku · 6 years ago

    @shreyas, I have no experience with Heroku and only had a look at the Heroku docs at Grav's documentation. If you followed the examples given to the letter and use the given post install commands: "sc

  • Custom CSS not rendering for GRAV site deployed through Heroku · 6 years ago

    @shreyas, The file '/user/themes/quark/css/custom.css' is being loaded, but is empty... What did you expect to see? Are you using an inherited theme?

  • "previous page" & "next page" · 6 years ago

    @taylorren, If you are still using an inherited theme based on Quark, the functionality is already available. To implement 'Next' and 'Previous' on your pages, you need to do the following: In page '

  • Changing the background color of the blog showcase page in afterburner2 · 6 years ago

    @gobs, Your observation is correct. Unfortunately, the body is hidden by <div> class="sb-site"> covering the entire page. In 'css-compiled/template.css' you will see the correct background co