HMTL does not render in Breadcrumbs

This topic contains 1 reply and 2 voices, and was last updated by towhid 9 years, 1 month ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
March 23, 2015 at 10:44 pm 39822
towhid Hi, I have html code showing in the breadcrumbs http://thisismyhiphop.com/shop/
March 24, 2015 at 10:41 am 39847
towhid towhid

Hello Joseph,

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 🙂

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