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.

Gantry

Gantry5 child theme not recognized by grav admin

first-time

Started by Normand Fortier 6 years ago · 2 replies · 852 views
6 years ago

I've installed grav-admin, gantry5 and the helium theme, gantry and helium through bin/gpm. This seems to work fine, both site and admin. Then I created a child theme of helium through bin/plugin gantry5 child-theme. However my child theme does not appear in the grav admin themes page: it only shows quark and helium, both inactive. This happens whether I created the child theme with or without inheriting outlines from the parent.
If I set pages / theme: [new_theme] in user/config/system.yaml, then the admin gantry5 page recognizes the new theme, and setting styles in that page is reflected on the site. However grav-admin still shows only quark and helium both inactive.
Is that normal? Should I file a bug report?

6 years ago

Hi @nfortier,
I've had the same issue with my child theme from Gantry Helium. After looking for a lot, I've discovered if you remove "Child" from the following code line in blueprint.yaml (- { name: grav, version: '>=1.5.10' Child }), it works fine.

Original code line (blueprint.yaml)

TXT
dependencies:
  - { name: grav, version: '>=1.5.10' } Child

Modified code line (blueprint.yaml)

TXT
dependencies:
  - { name: grav, version: '>=1.5.10' }

I hope I've helped.

Selection_049|690x304

last edited 08/11/20 by Pedro M

Suggested topics

Topic Participants Replies Views Activity
Gantry · by Chris, 11 months ago
1 175 11 months ago
Gantry · by Sam, 1 year ago
7 221 1 year ago
Gantry · by Dima, 2 years ago
2 75 2 years ago
Gantry · by KimTaeWoong, 9 years ago
2 1884 3 years ago
Gantry · by stani, 6 years ago
2 832 3 years ago