Hi there, I know its a bit late but I resolved the issue on my theme.
I would like to share this:
So the issue here was the Breadcrumb Enable/Disable toggle was disappeared and the breadcrumb shortcode were not rendering correct.
Total Theme has the following code on functions.php
if ( defined( 'WPSEO_VERSION' ) && apply_filters( 'wpex_yoast_support', true ) ) {
require_once WPEX_FRAMEWORK_DIR . 'vendor/YoastSEO.php';
}
Remove or comment this code and Yoast Breadcrumbs will start working again…