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
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.
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
Please follow this link http://www.inkthemes.com/httpwww-in...rdpress-a-way-to-save-themes-modification/02/
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
Download updated version of Bizwaytheme from your members area in couples of hours and upload it, This will solve your issue.
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
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.
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