• Hello all,

    I feel like such a dumbass, but i can’t get WordPress to create an available child theme template.

    I used the Codex for how to create a Child Theme. I have a theme called 123ecology, so i created the map 123eclogy-child. In the child folder i created the style.css with the code:

    /*
    Theme Name:     123ecology-child
    Theme URI:      -
    Description:    Template voor OK Energy
    Author:         Robin Adrianus
    Author URI:     http://www.robinadrianus.com
    Template:       123ecology
    Version:        1.0
    */
    
    @import url("../wp-content/themes/123ecology/style.css");

    When i look at available themes, the child theme doesn’t show. What am i missing?

    I also have a warning at rule 1 saying:
    Imported styles sheets are not checked in direct input and file upload modes (level 0) Don’t know if that has anything to do with why it doesn’t work.

    If i need to put more information i’m happy to give it ofcourse. Hope someone can help me 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The theme may not support Child Themes, but I think your @import URL may be wrong.

    Try:

    @import url("../123ecology/style.css");

    Thread Starter robin1982

    (@robin1982)

    i tried that as well, but that also doesnt work. Is there any way to make the theme supported?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You’ll need to ask that to the theme’s vendors.

    what method are you using to create the child theme folder and files?

    is the child theme folder for instance saved as folder /wp-content/themes/123ecology-child ?

    Thread Starter robin1982

    (@robin1982)

    In /themes i have the maps 123ecology and 123ecology-child

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Child Theme is not available to activate’ is closed to new replies.