Child Theme Problems
-
Hi,
I just installed a theme called Moses and I am trying to create a child theme. I’ve made a few customizations on the parent theme, and then realized that I needed to do those through a child theme.
The problem is, that when I activate the child theme, it takes away my background and navigation (controlled by the ubermenu plugin).
In my themes directory, I have a folder called Moses-child. The style.css looks like:
/*
Theme Name: Moses-Child
Description: Child Theme for Moses Parent
Author: admin
Template: Moses(optional values you can add: Theme URI, Author URI, Version)
*/@import url(“../Moses/style.css”);
The style.css in the regular Moses theme is:
/*
Theme Name: Moses
Theme URI: http://mintthemes.com
Description: Themes for Churches
Version: 1.8.6.7
Author: Mint Themes
Author URI: http://mintthemes.com
Tags: church, basic, moses
*/@import “css/reset.css”;
/* import the theme css *after* the base_styles */
@import “css/base_styles.css”;/* font stylesheet */
@import “css/museosans/stylesheet.css”;Is there any reasons why the imports on the original style.css would be causing the child theme not to work?
The topic ‘Child Theme Problems’ is closed to new replies.