Are you still having trouble with this? Let me know. This functions.php file automatically loads the parent styles for you:
https://gist.github.com/lyrathemes/c83a7b7a3a1f0563e095b456c00045a0
Sorry I have little knowledge in WordPress, the next step now I have to create a functions.php file? And put inside the information that is in the link above? Exactly the way you are at this link?
Remembering that my child theme I created with the following name: vega-child
Hello daereh, While I cannot help you create a child theme from scratch here, I can give you some direction – the functions.php file is in my message above. And some basic information on how to create a child theme:
https://codex.ww.wp.xz.cn/Child_Themes
https://premium.wpmudev.org/blog/how-to-create-wordpress-child-theme/
Thanks!
Friends, I followed all procedure correctly for child theme creation, including the functions.php file I left exactly the way you sent me the above link.
And the style.css file I created as follows;
/ *
Theme Name: vega-child
Theme URI: http://www.idealltech.com.br
Author: Daniel Marques
Template: vega
Version: 1.0.0
Text Domain: vega-child
* /
I created the 2 files correctly, but when updating the theme vega it unconfigures everything I changed in css.
I ask you if I buy the “paid version of Tema Vega” you give me a support to solve this? I need a guarantee that everything will work, I’m using Vega Theme for an important client and I can not have problems every time I upgrade.
I await answers from you!
Daniel Marques
Brazil
Daniel, Sure – if you upgrade to Pro – we can help you set up a basic Child Theme that loads the files correctly but any other customization (features or styling) is not covered under our support plan.
However, please note – if you’re using the format here – the parent stylesheet should be loading before the child theme stylesheet.