• Resolved emmaconstance

    (@emmaconstance)


    I am new to WordPress, but I have searched up and down for the solution for my problem and no other issue seems to be similar to mine.

    I copied the “thematicsamplechildtheme” folder info (style.css, readme.txt and functions.php) into my new child theme’s folder in the root level of wp-content/themes just as the readme instructed.

    However, when I go to install the theme on my WordPress page it says that the theme is installed by incomplete because the stylesheet is missing.

    This is the stylesheet provided with my edits. Again I am completely new to this so it is very possible that I just don’t see something:

    /*
    Theme Name: EC's Thematic
    Theme URI: www.emmaconstance.com
    Description: A Child Theme Based on Thematic
    Author: Emma Constance
    Author URI: www.emmaconstance.com
    Template: thematic
    Version: 1.0
    Tags: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
    License: GNU General Public License v2.0
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    
    .
    The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
    This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
    .
    
    */
    
    /* Reset browser defaults */
    @import url('../thematic/library/styles/reset.css');
    
    /* Apply basic typography styles */
    @import url('../thematic/library/styles/typography.css');
    
    /* Apply a basic layout */
    @import url('../thematic/library/layouts/2c-r-fixed.css');
    
    /* Apply basic image styles */
    @import url('../thematic/library/styles/images.css');
    
    /* Apply default theme styles and colors */
    /* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
    @import url('../thematic/library/styles/default.css');
    
    /* Prepare theme for plugins */
    @import url('../thematic/library/styles/plugins.css');
    
    /* Overriding Thematic's styles for congruity with WP-Admin > Appearance > Header default header text color settings */
    #blog-description { color: #000 }

    Thank you for your help!

    Emma

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Trouble Installing Thematic Child Theme’ is closed to new replies.