Comments BaptisteJesu started the conversationJuly 1, 2017 at 1:42pmHi,I'd like to change the breadcrumb position from below the product title to above the whole product and image - see: https://prnt.sc/fqdlmu.I managed to remove the breadcrumb with :remove_action( 'thegem_woocommerce_single_product_right', 'woocommerce_breadcrumb', 15, 0 );but I'm unable to add it back with either of these two :add_action('woocommerce_before_cart', 'woocommerce_breadcrumb', 10);add_action('woocommerce_before_shop_loop', 'woocommerce_breadcrumb', 20);Could you help me with that ?ThanksBaptiste Sign in to reply ...
Hi,
I'd like to change the breadcrumb position from below the product title to above the whole product and image - see: https://prnt.sc/fqdlmu.
I managed to remove the breadcrumb with :
remove_action( 'thegem_woocommerce_single_product_right', 'woocommerce_breadcrumb', 15, 0 );
but I'm unable to add it back with either of these two :
add_action('woocommerce_before_cart', 'woocommerce_breadcrumb', 10);
add_action('woocommerce_before_shop_loop', 'woocommerce_breadcrumb', 20);
Could you help me with that ?
Thanks
Baptiste