Fixed the issue… and in case anyone else has the issue. I removed the following code from the functions file:
/** Change breadcrumb location */
remove_action( ‘genesis_before_loop’, ‘genesis_do_breadcrumbs’ );
add_action( ‘genesis_after_header’, ‘genesis_do_breadcrumbs’ );
I also deleted all of the event file code in the functions file I had added and then added it back in. Not sure why I couldn’t just delete the breadcrumb lines of code and it work without removing and adding back in the event code but it did work!