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.
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
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.
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