Hello,
Child theme seems to be missing editor-style.css.
In order to avoid all those 404s you have to change your child theme’s code from:
add_editor_style( get_stylesheet_directory_uri() . ‘/css/editor-style.css’ );
to
add_editor_style( get_template_directory_uri() . ‘/css/editor-style.css’ );
Cheers
Private Content Hidden