• Resolved Tim Hupkes

    (@tim983)


    Hi everyone,

    I have rewritten my child theme 13 times so far. I keep getting the ‘missing parent theme’ error. This is what I have now:
    /*
    Theme Name: Twenty Fourteen Child
    Theme URI: https://timhupkes.com/twenty-fourteen-child/
    Description: Twenty Fourteen Child Theme
    Author: Tim Hupkes
    Author URI: https://timhupkes.com
    Template: twentyfourteen
    Version: 1.0.0
    *

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

    Can somebody please help me… I really can’t think of anything else to do.

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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It should be this:

    /*
    Theme Name: Twenty Fourteen Child
    Theme URI: https://timhupkes.com/twenty-fourteen-child/
    Description: Twenty Fourteen Child Theme
    Author: Tim Hupkes
    Author URI: https://timhupkes.com
    Template: twentyfourteen
    Version: 1.0.0
    */
    
    @import url("../twentyfourteen/style.css");

    Can you also tell us your website and the name of your child theme folder?

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    In your WordPress dashboard for themes, do you the Twenty Fourteen theme listed there as installed and can you activate it?

    Thread Starter Tim Hupkes

    (@tim983)

    Hi Andrew and Jan,

    website: https://www.timhupkes.com

    I have twentyfourteen active now, so that’s working.

    Andrew: I don’t see a difference between your code and mine… What am I missing..?

    child folder: twentyfourteen-child

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    What’s the name of your child theme folder?

    don’t see a difference between your code and mine

    It’s different from the code that you posted in this thread, see:

    Version: 1.0.0
    *

    to:

    Version: 1.0.0
    */

    Thread Starter Tim Hupkes

    (@tim983)

    name of child folder is twentyfourteen-child

    I checked: the slash fell off when I copied it; it was there in the child theme I used.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Which file editor are you using to create your Child Theme style.css file?

    Something’s not right with the way it’s parsing things: https://www.timhupkes.com/wp-content/themes/twentyfourteen-child/style.css?ver=4.4

    Thread Starter Tim Hupkes

    (@tim983)

    That is really weird, I use Editor (Mac) and was always convinced it didn’t use lay-out!
    I will clean that up and see what happens.

    Thread Starter Tim Hupkes

    (@tim983)

    I typed the important bit at the beginning from scratch (in Editor). Still getting the broken theme error…

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The URL I’ve linked is the live state of your Child Theme style.css file:
    https://www.timhupkes.com/wp-content/themes/twentyfourteen-child/style.css?ver=4.4

    The issue persists.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Use the Mac’s equivalent of Notepad, a plain text editor to create your files.

    Thread Starter Tim Hupkes

    (@tim983)

    OMG….
    Andrew, indeed I had to convert (in Editor which is Text Edit) to plain text… It worked!!

    Thanks so much. ??
    Have a great weekend!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Broken theme parent missing but… I have changed everything’ is closed to new replies.