Custom Post Types not showing, custom WP_Query

please try this:

 <?php if( $the_query->have_posts() ) : while ( $the_query->have_posts() ) : $the_query->the_post(); ?>

Thank you