I have managed to set up child theme but it doesn't work correctly. I get no errors after child theme activation but:
1. When I try to access "Theme setting" error occurs: "Error loading theme custom file", what can be wrong?
2. Also style corrections does not appear to be working, although I set up functions.php file and in it:
<?php
osc_enqueue_style('main', 'oc-content/themes/zara_child/css/style.css');
?>