- This topic has 5 replies, 2 voices, and was last updated 5 years, 7 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › eCommerce Market Pro › Breadcrumbs
Hi
I’ve been searching for a solution how to change display names in breadcrumb with no luck.
I want to remove “Products” from breadcrumb and show my shop base title Properties.
Is there any simple way to do this?
Hello @freedom,
First of all, thank you so much for using the theme.
Regarding your query, there is no such option to customize the pathways given by the breadcrumb in the theme itself. Breadcrumb by default shows the complete path of the individual page starting from the home.
However, if you still want to make the customization in your site, you can refer to our Hire our Customizer service.
Hope to hear from you again.
For any further query/confusion, feel free to reach us.
Regards!!
Breadcrumb by default shows the complete path of the individual page starting from the home.
The thing I don’t have any page called PRODUCTS.
Do you mean thats hardcoded?
Hello @freedonm,
The WooCommerce will also provide the filter using which you can change the text “Product”.
For this activate the child theme and in your child theme functions.php add below given code.
function ecommerce_market_pro_change_breadcrumb( $breadcrumb, $args ) {
return str_replace( 'Products', 'Your text', $breadcrumb );
}
add_filter( 'breadcrumb_trail', 'ecommerce_market_pro_change_breadcrumb', 10, 2 );
In place of “Your text”, you can add any text you like.
Hope this helps.
Thank you.
Awesome!
Thank you so much
Hello @freedom,
Glad we could help you.
Let us know if you have any issues further.
Also, we would really appreciate if you could help us by rating our theme by following the link below:
https://wordpress.org/support/theme/ecommerce-market/reviews
Thank you.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |