cannot install a child theme
hi
i install the theme and then i try to install the child theme, but i get an error:
This theme requires a parent theme. Checking if it is installed…
The parent theme could not be found. You will need to install the parent theme, betheme, before you can use this child theme.
so i bring a plugin that creates a new child theme.
can it be that in the child theme, in functions.php i have to change something? path? url? name?
thanks
Comments
child theme can be installed the same way as parent theme. You may have problems if you changed parent or child theme name or you did something else wrong. This problem is not related with included into package files for sure. We suggest to have a look on https://codex.wordpress.org/Child_Themes where you can find more details about child themes.
Thanks!