Badges
Freelance developer and support
Recent posts
-
Why does one inherit instead of copy a theme?
· 1 year ago
Not entirely; the child-theme utilizes components such as templates, scripts, styles, and logic from the parent-theme, but it will not change by itself. There's also the option to create a copy of a t
-
Why does one inherit instead of copy a theme?
· 1 year ago
An important argument is that Theme Inheritance deduplicates functionality, rather than reinvent it. Which is to say, it is easier to add on or adjust the large feature-set most themes come with. You
-
Twigfeeds RSS Feed Labelling/Categorisation
· 1 year ago
No rush at all, the previous beta was in testing for some 2+ years before release.
-
Twigfeeds RSS Feed Labelling/Categorisation
· 1 year ago
As it turns out, there's quite a lot about how blueprints are handled that cause issues. I've revised the README and published a pre-release in v5.1.0-beta.1, which solves this minimally by destructur
-
Twigfeeds RSS Feed Labelling/Categorisation
· 1 year ago
I'll change it to that. My memory on this is a bit sketchy, as it's been a few years since I worked with advanced and programmatic manipulation of blueprints. The files likely have to co-exist as the
-
Twigfeeds RSS Feed Labelling/Categorisation
· 1 year ago
Yes, that would preserve your overrides. And as far as I can recall that's picked up by the internals.
-
Twigfeeds RSS Feed Labelling/Categorisation
· 1 year ago
That is a rather elegant solution, adding metadata where it was not originally expected and utilizing it to organize the data. I added it to the README for future reference.
-
Integrating the Timeline plugin to Clean Blog theme
· 1 year ago
Not at all, learning the what's and why's is how we find solutions to problems. I hope you find the timeline useful.
-
Integrating the Timeline plugin to Clean Blog theme
· 1 year ago
The unexpected styling of the header sounds like an issue of CSS-specificity. Whatever styling the theme applies needs to be more specific than what the plugin does. Inspect it in your browser's devel
-
"directorylisting" want render correctly
· 2 years ago
Thanks to a tip on the repository about this thread, I updated the README to include the raw-filter in the examples. Hopefully that makes it a bit more clearer, and hopefully Grav will someday return