Error when creating Child Theme
-
Dear all,
I am trying to create a child theme for my Business-Eye parent theme. So I’ve followed some tutorials and I’ve done the following steps:
-Created a Business Eye-Child directory in the themes folder within wp-content.
-Created a Style.css file within Business Eye-Child directory.
-Wrote the following lines in the style.css file:
/*
Theme Name: Business Eye-Child
Theme URI: https://britishconsultantsltd.com
Description: Business-Eye Child Theme
Author: Daniel Herdt
Author URI: https://britishconsultantsltd.com
Template: Business Eye
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: business-eye-child
*/
@import url(“../business-eye/style.css”);This is what I’ve got once I went to the “themes” section under “appearance”:
”
Broken ThemesThe following themes are installed but incomplete.
Warning: An unexpected error occurred. Something may be wrong with www.ads-software.com or this server’s configuration. If you continue to have problems, please try the support forums. (WordPress could not establish a secure connection to www.ads-software.com. Please contact your server administrator.) in /home/storage/b/91/9c/britishconsultantsl1/public_html/wp-admin/includes/theme.php on line 472
Name Description
Business Eye-Child The parent theme is missing. Please install the “Business Eye” parent theme.
”How can I fix this?
Many thanks,
Daniel
- The topic ‘Error when creating Child Theme’ is closed to new replies.