Good day
I have placed the below code for the website breadcrumbs to display on all pages:
add_action(‘elementor/page_templates/header-footer/before_content’, function() {
do_action(‘etheme_page_heading’);
However, on the shop pages for products, we get a 404 page when clicking on the breadcrumb product category: shop/%product_cat%/
Our product permalink is also set as Shop base with category.
I have tested this issue with the default WordPress theme and also deactivated plugins, yet it still remains.
The breadcrumb in the Woocommerce catalog shows:
Home > Product > then the product name
It is the Product section that provides a 404, it only says “Product” and does not display the category title
Can you maybe assist with this?
Regards