Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1225832
Change breadcrumb position - woocommerce
Closed

Comments

  • BaptisteJesu started the conversation

    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