Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 96024

stonkers on "Creating a child theme"

$
0
0

I'm following the page:

I'm creating this for my theme, antioch. I've created a folder under wp-content/themes named antioch-child. I've put a style.css. I went back to wp and tried to activate this (has the required header and added an override section of css). In themes, I see the following error:

I'm getting the error:

Broken Themes

The following themes are installed but incomplete. Themes must have a stylesheet and a template.

Name Description
Antioch Child The parent theme is missing. Please install the "Antioch" parent theme.

My stylesheet is simple:

/*
 Theme Name:   Antioch Child
 Theme URI:    http://example.com/antioch-child/
 Description:  Antioch Child Theme
 Author:       Eric Fetzer
 Author URI:   http://example.com
 Template:     Antioch
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  antioch-child
*/

@import url("../antioch/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
.navbar ul li {
	float:left;
	list-style:none;
	margin-left:30px;
	zoom:1;
}

I just upgraded to 3.8 prior to beginning to create my child theme. Any help? Thanks! Eric


Viewing all articles
Browse latest Browse all 96024

Trending Articles