Found my issue! Forgot to close the new short code. Problem solved thank you for all of your help.
@robswaimea
That has worked perfectly and was exactly the format I was looking for, thank you so much. I’ve run into one issue, its displaying the set amount of events three times. I’ll include a link to a screen shot to show what I mean.
https://i.imgsafe.org/fb534efdba.png
Thank you again for the help
Solved this one. using below code.
<?php
if ( ! $post->post_excerpt ) {
return;
}
?>
<div itemprop="description">
<?php echo apply_filters( 'woocommerce_short_description', $post->post_excerpt ) ?>
</div>