• Resolved myhero

    (@myhero)


    Hi,

    I can’t seem to create a child theme, I have a folder named human-child and have placed created the style.css with the following code. But it is not picking up in my WP themes back-end, am I missing something?

    /*
    Theme Name: Hueman Child
    Theme URI: https://alxmedia.se/
    Description: Hueman Child Theme
    Author: Hueman
    Author URI: https://alxmedia.se/
    Template: Hueman
    Version: 1.0.0
    */

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

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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Don’t use a capital template letter:

    Template: hueman

    Thread Starter myhero

    (@myhero)

    Tried that, without success:

    line 1 to 11

    /*
    Theme Name: hueman Child
    Theme URI: https://alxmedia.se/
    Description: hueman Child Theme
    Author: hueman
    Author URI: https://alxmedia.se/
    Template: hueman
    Version: 1.0.0
    */

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

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    In which folder did you create the Child Theme?

    Thread Starter myhero

    (@myhero)

    I’ve created it in hueman-child

    Thanks for the assistance

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Ask your hosting providers about the full directory if you’re not aware of it.

    Thread Starter myhero

    (@myhero)

    I have another child theme, Skeleton, and that works fine using much of the same in the style.css

    Thread Starter myhero

    (@myhero)

    Looks like I have an error coming from the original theme, will need to solve that first. Thanks Andrew.

    EDIT: So it seems I deleted the human functions accidentally, replaced it but still no luck… bizarre

    Thread Starter myhero

    (@myhero)

    OM Gosh, I did not realise I was working with a multisite installation. My bad.

    Anonymous User 12851872

    (@anonymized-12851872)

    hi,
    in wp-content/themes
    create a folder hueman-child
    put in a style.css file that will have these codes

    /*
        Theme Name: hueman-child
        Author: myhero
        Template: hueman
    
        */
    
        @import url("../hueman/style.css");

    Hello, I have the same inconvenient, but slightly different. I managed to create a Child theme and it did work. It was similar to the one above (the one above I did try and it replied missing stylesheet).
    The One I had created worked, but the styles were not imported, the site appeared plain, with no styles at all, in one column. Shall I create a thread? -this is my first time using support-.
    Greetings from Argentina.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Creating a child theme’ is closed to new replies.