Hello mynameiskemai,
To create child theme please follow the below url-
http://www.wpbeginner.com/wp-themes/how-to-create-a-wordpress-child-theme-video/
I hope the above was helpful.
Kind regards,
Manoj
Hi Manoj, thank you! I know how to create a child theme, but I couldn’t deregister and register the stylesheet of the parent theme here. It just deregisters, but I couldn’t manage to get it back in again. In the end I just had it deregister and included it with @include in my child theme stylesheet. Not the proper way, but it works.
So, if you could give me any details on how to do that properly in this theme, I’d be grateful.
Best regards,
Kerstin
Hi Kerstin,
You’re right – the styles and scripts aren’t enqueued properly to support child themes. I’ll fix that in the next update.