• Here’s my style.css
    /*
    * Theme Name: Twenty Twenty-Five Child
    * Template twentytwentyfive
    * Version 1.0
    */

    It’s my understanding that with just this, I could select my child theme and nothing would change. That is not the same — the appearance of my site changes substantially. For example, the banner image on my home page disappears, as do my font selections.

    I do have some custom’css under wpadmin | Appearance | Customize | Additional CSS, but I’ve replicated that in the child theme. DIdn’t help.

    Thanks!

Viewing 1 replies (of 1 total)
  • Looking at the info here: https://developer.ww.wp.xz.cn/themes/advanced-topics/child-themes/ and my own child theme, you might have a syntax error in yours with some missing colons that might be breaking the parser. Try this:

    /*
    * Theme Name: Twenty Twenty-Five Child
    * Template: twentytwentyfive
    * Version: 1.0
    */

    If I made it more like mine (mine is a child theme of TwentyTwelve):

    /*
    Theme Name: Twenty Twenty-Five Child
    Template: twentytwentyfive
    Version: 1.0
    */

    Hopefully that’s all that needs to be done to get it working.

Viewing 1 replies (of 1 total)

The topic ‘Can’t get basic TwentyTwentyFive child to work’ is closed to new replies.