Hi,
Please add this in your child theme’s functions.php file (wp-contents/themes/x-child/functions.php)
// Enqueue Parent Stylesheet
// =============================================================================
add_filter( 'x_enqueue_parent_stylesheet', '__return_true' );
You may add it after this line
// Additional Functions
// =============================================================================
If that doesn’t help, please provide us your wordpress and ftp login in private reply.
Thanks