Expound child theme problem
-
hey all!
I would ask for some help in my website, using expound theme.
I Just created a child theme in order to make some customizing in css code, but something goes wrong from the first steps.
/*
Theme Name: Expound child theme
Description: Expound Child Theme
Author: Kyriakidis Andreas
Author URI:
Template: expound
Version: 1.0.0
Tags:
Text Domain: expound-child
*//*
For older themes, and themes that do not use wp_enqueue_style() to enqueue their stylesheet, use the following line where twentyfourteen is the name of the directory where the theme resides:Make sure you uncomment out this import line below if you want to include the parent CSS and the wp_enqueue_style() is not working. If you do not then you will not have any styling in your child theme from the parent theme.
*/@import url(“../expound/style.css”);
/* =Theme customization starts here
————————————————————– */
/**/
My homepage using expound theme looks like this:
default expound themeBut since I activate my child theme (using the simple code above), my home page looks like that:
child expound themeThis is a screenshot of my custom menu, used in navigation:
custom menu usedObviusly something is wrong but I cannot figure out what is that. Any help will be appreciated!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
This is the WordPress.COM support forum. You need to post to the WordPress.ORG support forum for help with your site because it is not hosted by WordPress.COM.WordPress.com and WordPress.org are completely separate and have different logins, features and run different versions of some themes with the same names http://support.wordpress.com/com-vs-org/
If you don’t have a username account at WordPress.ORG click http://wordpress.org/support/ and register one on the top right hand corner of the page that opens, so you can post to the support forums there and receive advice from WordPress.ORG bloggers.
-
- The topic ‘Expound child theme problem’ is closed to new replies.