Child Theme not linking properly, have tried EVERYTHING
-
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.
- The topic ‘Child Theme not linking properly, have tried EVERYTHING’ is closed to new replies.