• I have gone through one of your support thread and figured out the code to create child theme which is
    /*
    Theme Name: Virtue – Child
    Theme URI: https://themes.kadencethemes.com/virtue-premium/
    Description: Child theme for Virtue.
    Author: Kadence Themes
    Author URI: https://www.kadencethemes.com/
    Template: virtue
    Version: 1.0.0
    */

    Now please let me know that where to put the above said code ( I am using free theme of virtue.) Please let me know the changes in above code for free one. I have gone through WP support for child theme creation but it describes about WP themes.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Charanvir Singh

    (@charanvir-singh)

    Help

    Please refer to the guide in the codex https://codex.www.ads-software.com/Child_Themes

    To save your theme you need to create a folder in the themes directory with the name of your child theme and save the style.css file.

    Once you have the file saved you will see your child theme appear in WordPress themes. The stlyes for your parent themes will not be applied to your child theme until you enqueue your styles.

    The above guide show you how to do this. You just need to create the functions.php file and copy the code from the codex into it.

    Your child theme should work then.

    Thread Starter Charanvir Singh

    (@charanvir-singh)

    Thanks,
    I have created child theme. Now working in it. I have found out that the widgets created in child themes are not visible in parent theme. Please let me know to copy the same in the parent theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘child theme creation’ is closed to new replies.