Creating InfoWay Pro Reponsive Child Theme

Discussion in 'Infoway WordPress Theme' started by partex, May 10, 2013.

Thread Status:
Not open for further replies.
  1. partex

    partex New Member

    Joined:
    Apr 17, 2013
    Messages:
    17
    Likes Received:
    3
    Trying to create a child theme for Infoway Pro Responsive Theme but receive following error message from within dashboard.

    The parent theme is missing. Please install the "Infoway Pro Responsive Theme" parent theme.

    What is the correct syntax for the @import url section? I think I am using the wrong name for the theme.

    /*
    Theme Name: Infoway Pro Responsive Theme Child
    Theme URI: http://inkthemes.com
    Description: Child theme for the Infoway Pro Responsive
    Author: Infoway
    Author URI: http://inkthemes.com
    Template: Infoway Pro Responsive Theme
    Version: 1.0
    */
    @import url("../InfowayProResponsiveTheme/style.css");
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the code given below in the style.css file instead of above code, of your Infoway child theme.
    Code:
    /*
    Theme Name:    Infoway Theme Child
    Theme URI:      http://www.inkthemes.com/
    Description:    Child theme for the Infoway Theme
    Author:        Inkthemes
    Author URI:    http://www.inkthemes.com/
    Template:      infowaytheme
    Version:        1.1
    */
    @import url("../infowaytheme/style.css");
    This will solve your issue.
     
  3. partex

    partex New Member

    Joined:
    Apr 17, 2013
    Messages:
    17
    Likes Received:
    3
    Thank you
     
Thread Status:
Not open for further replies.

Share This Page