I have the same problem.
In /wp-content/themes/shaifa-/framework/parts/slider-home.php > In line 36 aprox:
$args= array(‘posts_per_page’=> $number , ‘category__in’ => $cats, ‘no_found_rows’ => 1 );
replace $cats by the number of the category, for example 1 (view categoryes in wp-admin/edit-tags.php?taxonomy=category clicking on the category and looking at the url)
$args= array(‘posts_per_page’=> $number , ‘category__in’ => 5, ‘no_found_rows’ => 1 );