Hello Prisca,
it seems we need to update something in our theme. we’ll do it as soon as possible. so before updating, please use below given code..
in breadcrumb, please replace with this code
<?php } }
and in child theme function.php please add this code. (you can change col- as you requirement)
add_action(‘style_breadcrumb’, ‘lavish_pro_breadcrumb_fnc’, 10);
function lavish_pro_breadcrumb_fnc() {
global $post;
?>
<?php }
Thanks