in ashe-pro-premium/templates/header/featured-slider.php or ashe-pro-premium/templates/header/featured-slider-custom.php, comment out like below.
// Query Args
$args = array(
‘post_type’ => array( ‘post’ ),
‘orderby’ => ashe_options( ‘featured_slider_orderby’ ),
‘order’ => ‘DESC’,
‘posts_per_page’ => ashe_options( ‘featured_slider_amount’ ),
‘ignore_sticky_posts’ => 1,
// ‘meta_query’ => array(
// array(
// ‘key’ => ‘_thumbnail_id’,
// ‘compare’ => ‘EXISTS’
// ) ),
);