Hello,
i’m using Enfold with WooCommerce.
For example i has 4 product groups. If i in product groups 1, i want to have breadcrumps or a second nav to show links to all product groups.
Could you help me, or is it a WooCommerce thing?
Hi Luisgasser!
Can you please post the link to your page and a screenshot showing the changes you would like to make?
You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)
Cheers!
Yigit
Hi Yigit,
here are 2 Dropbox Links to explain:
https://dl.dropboxusercontent.com/u/17143220/Bildschirmfoto%202016-12-19%20um%2008.46.35.png
https://dl.dropboxusercontent.com/u/17143220/Bildschirmfoto%202016-12-19%20um%2008.46.51.png
Hi,
Thank you for the info.
Please add the code in the functions.php file to render a breadcrumb before the product grid.
add_action( 'woocommerce_before_shop_loop', 'avia_woocommerce_breadcrumb_mod', 50);
function avia_woocommerce_breadcrumb_mod() {
echo avia_breadcrumbs();
}
Best regards,
Ismael