Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 6 years ago.
Improve this questionI've followed, word for word, the Storefront guide for creating a child theme: /
I've got a new folder in my themes folder, added a blank functions.php and style.css containing:
/*
Theme Name: Storefront Child
Version: 1.0
Description: Child theme for Storefront.
Author: Me
Author URI:
Template: storefront
*/
Activating the child theme, on a completely fresh install of Storefront (with a logo and menu added), resets it completely, and doesn't seem to be inheriting anything. On the guide, it says:
With Storefront, you do not need to enqueue any of the parent theme style files with PHP from the theme’s functions.php file or import these into the child themes style.css file as the main parent Storefront theme does this for you.
And:
With Storefront, a child theme only requires a blank functions.php file and a style.css file to get up and running.
So I'm at a loss what to do.