WordPress Themes, Plugins and HTML Templates › Forums › Contango WordPress Theme › Child theme can’t see parent theme › Re: Child theme can’t see parent theme
Hello,
We have re-tested Child theme for the Contango Pro and it is working fine. Here is the minimal setup for Contango child theme.
1. Contango Pro theme
2. Contango Pro Child theme with `style.css`
Here is the header for the `style.css` file
/*
Theme Name: Child Theme
Theme URI: http://designorbital.com/child-theme/
Description: Contango Child Theme
Author: DesignOrbital
Author URI: http://designorbital.com
Template: contango
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: contango-child
*/
/* Load Contango Stylesheet */
@import url( “../contango/style.css” );
/* =Theme customization starts here
————————————————————– */[/CODE]
It is working fine.
** Please re-check you have installed Contango Pro properly.
Thanks[CODE]/*
Theme Name: Child Theme
Theme URI: http://designorbital.com/child-theme/
Description: Contango Child Theme
Author: DesignOrbital
Author URI: http://designorbital.com
Template: contango
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: contango-child
*/
/* Load Contango Stylesheet */
@import url( “../contango/style.css” );
/* =Theme customization starts here
*/[/CODE]
It is working fine.
** Please re-check you have installed Contango Pro properly.
Thanks