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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Themes & Styling

16 theme customization - theme-inheritance

Solved by pamtbaau View solution

Started by thgr 5 years ago · 2 replies · 1207 views
5 years ago

Hello,

I try to understand something, as I try to create a inherited theme from quark.

16/themes/customization#theme-inheritance

1/ fresh install with quark (Install from ZIP package)

2/ Theme Inheritance : my-theme
(bin/plugin devtools new-theme)
inheritance

3/ user/config/system.yaml
pages:
theme: my-theme

Now my-theme is activated, but :

  • In the navigator, the width of the home page change it takes all the width of the screen now
  • If I add pages in a new folder, the dropdown menu appear but I can't be fly over

I believed, since I didn't change anything, everything would be like in Quark, but it's not true. Why my new theme is doing this ?
Did I miss something ?

Then, if I change back to quark:
3/ user/config/system.yaml
pages:
theme: quark

Everything is normal, but it's not my-theme.

Thank's again

5 years ago Solution

@thgr, It looks like you forgot step 3 from the docs in which you copy Quark's config from /themes/quark/quark.yaml to the top of /themes/my-theme/my-theme.yaml :

YAML
enabled: true
production-mode: true
grid-size: grid-lg
header-fixed: true
header-animated: true
header-dark: false
header-transparent: false
sticky-footer: true
blog-page: '/blog'
spectre:
  exp: false
  icons: false

streams:
 schemes:
   theme:
     type: ReadOnlyStream
     prefixes:
       '':
         - user/themes/my-theme
         - user/themes/quark
5 years ago

Yes, my-theme's configuration file my-theme.yaml was not good. Thanks.

Suggested topics

Topic Participants Replies Views Activity
Themes & Styling · by Pedro M, 2 months ago
4 198 2 months ago
Themes & Styling · by Ian, 2 months ago
3 94 2 months ago
Themes & Styling · by Norbert, 2 years ago
11 456 3 months ago
Themes & Styling · by Lukáš Findeis, 3 months ago
0 48 3 months ago
Themes & Styling · by Sebadamus, 4 months ago
5 128 3 months ago