Breadcrumbs showing wrong

This topic contains 5 reply and 2 voices, and was last updated by Nayem 9 years, 1 month ago
Viewing 5 Posts - 1 through 5 (of 5 total)
Author Posts
March 8, 2015 at 8:22 am 38490
Nayem Hi there, I am using the new dokan theme right now and one thing that is not working properly is the breadcrumbs. This is what is showing. Home>Women>Nightwear & Intimates The above should show Home>Women>Nightwear & Intimates
March 8, 2015 at 10:27 am 38497
Nayem Nayem

Hello Andrej,

Please provide a screenshot here. It will help me to find out the problem.

March 8, 2015 at 10:55 am 38499
Andrej Andrej

breadcrumbs

March 8, 2015 at 10:59 am 38500
Nayem Nayem

Please open Dokan theme->includes->wc-template.php file. Now please find this function- function dokan_woo_breadcrumb( $args ). In this function you will find this line 'home' => _x( '<i class="fa fa-home"></i> Home', 'breadcrumb', 'dokan' ), and you have to replace this line as- 'home' => _x( 'Home', 'breadcrumb', 'dokan' ),.

Thank you 🙂

March 8, 2015 at 11:14 am 38501
Andrej Andrej

Thank you, It is fixed now.

March 8, 2015 at 11:15 am 38502
Nayem Nayem

I am very glad to know that. I am marking this topic as resolved.

Thank you 🙂

Viewing 5 Posts - 1 through 5 (of 5 total)