timber / starter-theme

The "_s" for Timber: a dead-simple theme that you can build anything from
MIT License
812 stars 274 forks source link

Can't use Timber as parent theme with new folder structure #104

Closed Saelya closed 3 years ago

Saelya commented 4 years ago

We use Timber as a parent theme and when we try to activate our child theme it says that "The parent theme is missing"

szepeviktor commented 4 years ago

Timber as a parent theme

So you use the starter-theme as a parent theme.

AFAIK the starter-theme is for starting working on it. README says: a dead-simple theme. Having a parent theme is for not overwriting the the theme's code but the starter-theme won't really have new features.

Despite the above I start investigating what is going on...

szepeviktor commented 4 years ago

BTW Welcome to GitHub! 🎉

szepeviktor commented 4 years ago

Results are coming in :)

/*
 * Theme Name: Another Starter Theme
 * Template: starter-theme/theme
 */

@Saelya Add /theme to you child theme's meta header as depicted above.

jarednova commented 3 years ago

See #105 for more info on resolution