pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Changing the background color of the blog showcase page in afterburner2
· 6 years ago
@gobs I was wondering how on earth grav / my server knew to use my _colors.scss file and not afterburner2’s. Grav doesn't know... but the Sass compiler does because you tell it where to get it....
-
Changing the background color of the blog showcase page in afterburner2
· 6 years ago
@gobs, EDIT: Upon reading your post again @pamtbaau, I think I’m starting to get the logic a bit better. I meant recommendations on my explanation... :-)
-
Changing the background color of the blog showcase page in afterburner2
· 6 years ago
@gobs, If you have any recommendations to increase its clarity, please share...
-
Changing the background color of the blog showcase page in afterburner2
· 6 years ago
@gobs, @hughbris, Using the following steps allows you to change the styling without touching anything inside Afterburner2. Create inherited theme 'mytheme' Copy file '/themes/afterburner2/scss/te
-
Auto delete cache files?
· 6 years ago
@sunil951, I would be surprised if it continues growing once your website is stable (in production). Did you monitor it over the course of a few days/weeks after deleting the cache? I can imagine that
-
How to set Cache-Control for images?
· 6 years ago
@manfredsteger, @NEA , I'm not that well versed on infrastructural matters, but as far as I know, and correct me if I'm wrong: Grav only serves pages and can therefor set appropriate cache-control h
-
$page->save() in plugin does not do anything, no errors either
· 6 years ago
@Netzhexe, I've installed your github repo and your event page does indeed not get saved. Which is not surprising because $this->checkUnpublishedDates is false which prevents the code from being e
-
How to create a link from the site icon to the base URL (in Masonry theme)
· 6 years ago
@veggit, I'm using php 7.2 with Grav 1.7.0-rc.3 and base_url is working well... Please forgive me for not trying to keep a 4 year old theme, with an old version of Grav up and running...
-
How to create a link from the site icon to the base URL (in Masonry theme)
· 6 years ago
@veggit, base.url ??? Never heard of... neither does Grav.... base_url might be a better variable... Using base.url and base_url in one code line... Maybe it's time for coffee or a nap... ;-)
-
How to create a link from the site icon to the base URL (in Masonry theme)
· 6 years ago
@veggit, Installed skeleton Mediator and installed theme Masonry. The icon and the 'Home' in breadcrumbs work as expected when using the href="{{base_url}}" as designed. In your adapted code, you use