• I am trying to create a child theme for a template and I’m receiving this on Themes page. Does anyone know why my child theme is not working and how to fix?

    Broken Themes

    The following themes are installed but incomplete. Themes must have a stylesheet and a template.
    Name Description
    Chameleon Child The parent theme is missing. Please install the “chameleon” parent theme.

    I have created the directory structure as the instruction suggest:
    Site_root(www)
    wp-content
    themes
    chameleon
    chameleon-child
    style.css

    and my child theme’s style.css
    /*
    Theme Name: Chameleon Child
    Theme URI: https://www.mysite.com/www/wp-content/themes/Chameleon
    Description: Child theme for the Chameleon theme
    Author: Lorenzo Watts
    Author URI: https://www.mysite.com/
    Template: chameleon
    version: 0.1
    */

    @import url(“../Chameleon/style.css”);

    body {
    line-height: 20px;
    font-family:’Droid Sans’,Arial,Verdana,sans-serif;
    font-size: 12px;
    color: #929292;
    background: none;
    padding-top: 18px;
    padding-bottom:98px;
    }

    Thanks,
    Lorenzo

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Child Themes’ is closed to new replies.