Weird html in breadcrumb link

This topic contains 4 reply and 2 voices, and was last updated by Nayem 9 years, 1 month ago
Viewing 4 Posts - 1 through 4 (of 4 total)
Author Posts
March 9, 2015 at 11:33 am 38588
Nayem For some reason there's a string of html code showing within the breadcrumbs trail: http://screencast.com/t/1ZHoNx3VN
March 9, 2015 at 11:35 am 38589
Nayem Nayem

Hello Nash,

You can fix it easily. 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 9, 2015 at 11:57 am 38590
Nash Nash

Wow your support is EPIC so far. I just spent hundreds of dollars on another marketplace solution but found nothing but problems with it. Yours is much better so far, and I appreciate the fast support.

Have a nice day!!

March 9, 2015 at 11:58 am 38591
Nash Nash

You solved my problem, btw. You can close this ticket now.

March 9, 2015 at 12:01 pm 38592
Nayem Nayem

Thank you very much. I am marking this topic as resolved.

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