Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Search Results for 'child theme'

Home / Forums / Search / Search Results for 'child theme'

Viewing 4 results - 6,401 through 6,404 (of 6,404 total)
  • Author
    Search Results
  • #689

    Hello,

    Thanks for the great theme.

    I need some help.

    The primary menu is not displayed on small screens.

    I used the premium version 1.4.4, and tried to update to version 1.5.1, but the error persisted.

    I do not know if it makes any difference, but I use the child theme, just for CSS ajusts.

    Thank you.

    In forum: Virtue Theme

    In reply to: Setting It Up

    #458

    Also as to making a child theme, it can be helpful with updates but it’s totally up to you.

    You can do it by creating a separate folder and making a style.css file with this in it:

    /*
    Theme Name: Virtue – Premium Child
    Theme URI: https://www.kadencewp.com/product/virtue-premium-theme/
    Description: Child theme for Virtue – Premium theme
    Author: Kadence Themes
    Author URI: https://www.kadencewp.com/
    Template: virtue_v1_3_5
    Version: 1.3.5
    */
    @import url(“../virtue_v1_3_5/style.css”);

    Just know you will need to update your child theme with each new version of virtue. You can read more about child theme here:

    http://codex.wordpress.org/Child_Themes

    In forum: Virtue Theme

    In reply to: Setting It Up

    #443

    I am also wondering if making this a child theme is a good idea? I do not see a style.css file so I am not sure how of the best way to do this.

    In forum: Virtue Theme

    In reply to: New upgrade

    #378

    Glenda,
    I created a child theme with the info below so whenever Ben releases a new version all i have to do is to change my child theme info and that’s it!
    /*
    Theme Name: Virtue – Premium Child
    Theme URI: http://themes.kadencethemes.com/virtue/
    Description: Child theme for Virtue – Premium theme
    Author: Kadence Themes
    Author URI: https://www.kadencewp.com/
    Template: virtue_v1_3_5
    Version: 1.3.5
    */
    @import url(“../virtue_v1_3_5/style.css”);

    You can read more about child theme here:
    http://codex.wordpress.org/Child_Themes

Viewing 4 results - 6,401 through 6,404 (of 6,404 total)