pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3185 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
Further question on collection items
· 7 years ago
@taylorren, In a fresh site using Quark theme, I have created the following folder structure: 07.thinker ├── 01.weekly │ ├── 01.monday │ │ └── item.md <-- shows 'Previous Post' │ ├── 02.
-
Configuring email address
· 7 years ago
@maria, It looks like this post contains two separate questions. 1. Configuring the Email plugin and 2. Google captcha not working in your form. If so, would you mind opening a second post for the cap
-
Horizontal FlexSlider (Halcyon)
· 7 years ago
@tlsnine, Not sure what you mean by 'scroll horizontally' because it already scrolls horizontally... Maybe you want to show only a single team member on mobile instead of 3 vertically stacked? TBH I’
-
Find all pages with a custom header field
· 7 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
· 7 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!
· 7 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
· 7 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
· 7 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
· 7 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
· 7 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