Does BizWay Pro support child themes?

Discussion in 'BizWay WordPress Theme' started by bitcoral, Mar 5, 2013.

  1. bitcoral

    bitcoral New Member

    Joined:
    Mar 4, 2013
    Messages:
    5
    Likes Received:
    0
    Hi,

    I tried creating a child theme for Bizway pro -- with just its basic "style.css" containing:

    Code:
    /*
    Theme Name: BizWay Pro Child
    Theme URI: http://www.inkthemes.com/
    Description: Child theme for the BizWay Pro Theme
    Author:
    Author URI:
    Template: bizway-pro
    Version: 2.0.1
    Tags: black, blue, red, purple, pink, brown, yellow, green two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
    */
     
    @import url("../bizway-pro/style.css");
     
    
    But then when I go in the theme's option panel, the original layout is lost, and there are javascript errors.

    Attached a screenshot.

    Any idea?

    Thanks,

    - Adriano





     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Replace your current child theme code with code given below

    Code:
    /*
    Theme Name:    Bizway Theme Child
    Theme URI:      http://www.inkthemes.com/
    Description:    Child theme for the Bizway theme
    Author:        Inkthemes
    Author URI:    http://www.inkthemes.com/
    Template:      bizwaytheme
    Version:        1.1
    */
    @import url("../bizwaytheme/style.css");

    This will solve your issue.
     
  3. bitcoral

    bitcoral New Member

    Joined:
    Mar 4, 2013
    Messages:
    5
    Likes Received:
    0
    I forgot to mention earlier that I named the folder of the BizWay theme as "bizway-pro", which is why my child theme css contained paths referring to "bizway-pro".

    Anyway, I renamed "bizwaytheme" and updated the child theme as you suggested -- didn't make any difference.

    Any other idea?

    - Adriano
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. bitcoral

    bitcoral New Member

    Joined:
    Mar 4, 2013
    Messages:
    5
    Likes Received:
    0
    Thanks, but again, I did exactly what in the article. This is not the first time I work with child themes.

    Note that the child theme works as far as the user facing portion (i.e. the actual website) is concerned, what doesn't work is the admin interface.

    - Adriano
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Download updated version of Bizwaytheme from your members area in couples of hours and upload it, This will solve your issue.
     
  7. bitcoral

    bitcoral New Member

    Joined:
    Mar 4, 2013
    Messages:
    5
    Likes Received:
    0
    Thank you! I downloaded the latest version and problem solved :)

    Is there a way to be notified by email when a premium theme gets updated?

    Thanks again,

    - Adriano
     
  8. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to http://www.inkthemes.com/ and enter your name and email address in the text box given there, At the time of update we will sent information to you.
     
  9. bitcoral

    bitcoral New Member

    Joined:
    Mar 4, 2013
    Messages:
    5
    Likes Received:
    0
    I hate having to keep asking for more info... but on the homepage the only email signup is for the trial.

    And in my account I have the "unsubscribe from emails" unchecked.

    - Adriano

    screenshot_001_1106x418_03082013_064817.png screenshot_001_864x251_03082013_064825.png
     

Share This Page