• I’m setting up my child theme to make changes to my WP site, but no matter what I try I still get the same “This child theme requires its parent theme, Blank”. Which is weird, because the styles work perfectly.

    Everything on the home page of the child theme looks the same as the parent; the only difference is that I can’t navigate through links when I’m in Live Preview mode (not sure if that’s just a WordPress thing).

    Can someone please tell me what a fully functioning child theme is supposed to look like?

    Here’s the code to my child theme’s style.css file. Everything works on the surface. The only strange thing about it is that the @import line looks to be commented out, yet still works. Not a clue why.

    /*
    Theme Name: Blank Child
    Template: lh_wordpress_blank_theme
    Version: 3.6.1
    */

    @import url(‘../lh_wordpress_blank_theme/style.css’);

    The site is https://www.insateweb.com , if that helps at all.

Viewing 6 replies - 1 through 6 (of 6 total)
  • What is the name on the parent theme folder?

    Have you activated the child theme?

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Here’s the code to my child theme’s style.css file.

    Also what’s the URL to that child theme? Meaning the directory name that you have that child theme in.

    Thread Starter jmill621

    (@jmill621)

    The URL to the child theme is “public_html/insateweb.com/wp-content/themes/lh_wordpress_blank_theme-child”

    The child theme is not currently active but I have activated it multiple times before. It’s just very annoying when every time I switch back to parents I have to reconfigure my sidebar widgets.

    I’ve read as many tutorials as I can get my hands on, but not one has dealt with the specific problem I’m having.

    Thread Starter jmill621

    (@jmill621)

    Also, name on parent theme folder is lh_wordpress_blank_theme.

    I’ve tried changing both the name on the theme folder and the @import url. In both instances the styles stop working.

    Not all themes will work with a child theme – so that may be the problem. Where did you get the theme?

    It’s really hard to troubleshoot something like this unless you have the child theme active…

    Also, parent theme settings/options don’t transfer to a child theme so if that’s the issue, that’s to be expected.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Child Theme not linking properly, have tried EVERYTHING’ is closed to new replies.