pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3129 posts · 12 topics · 1011 reputation
Badges
Recent posts
-
Devtools newtheme inheritance Cannot copy non-existing folder
· 8 years ago
@Thoomyy Fixed in repo. Please re-install using: $ bin/gpm install devtools ... or upgrade via Admin.
-
PHP Streaming doesn't seem to be working :/
· 8 years ago
Would you mind trying: $ bin/gpm install devtools // re-install if already installed before Aug 5th because of bug $ bin/plugin devtools newtheme Enter Theme Name: dsblog2 Enter Theme Descriptio
-
[Antimatter] 5 columns desktop - single column rendering on mobile devices?
· 8 years ago
@werdi Thanks for sharing the live website. I can play with that to find a solution... If you add the following to custom.css, the colums will collapse to a single column when the width of the browser
-
PHP Streaming doesn't seem to be working :/
· 8 years ago
@jeff.milton Renaming dsblog.yml into dsblog.yaml should fix the error.
-
Devtools newtheme inheritance Cannot copy non-existing folder
· 8 years ago
Found the issue.... TL;DR: Typo in folder to be copied: 'inheritence' must be 'inheritance'. DevTools is trying to copy folder /user/plugins/devtools/components/theme/inheritance, but folder is actual
-
Automatically "translate" URLs / Set Default Route to match the Title
· 8 years ago
As a side note, I see your urls contain the language code 'de' and 'en'. Is that on purpose, or would you like to leave the language code out for the default language? Like website.com/de/branchen/tra
-
Disable hero image for Quark item
· 8 years ago
Uhh yes, these changes should be done in a child theme... Looking at the code, I cannot imaging there is a setting for this. And I don't understand why one would like to have a first image (alphabetic
-
Disable hero image for Quark item
· 8 years ago
@metbril Do you mean the image displayed per item in the list of blog items? Or the image displayed at the top of a single blog item? I presume the first... In the template /templates/partials/blog-l
-
Default route override not working?
· 8 years ago
Maybe you need to check your 'bril' at the optician? 😉
-
Default route override not working?
· 8 years ago
@metbril Prepend the default route in the frontmatter with a slash... See Routes routes: default: '/2018/08/03/lorem-ipsum'