- This topic has 5 replies, 3 voices, and was last updated 7 years, 6 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 › Free Themes › Clean Commerce › Breadcrumb
Tagged: breadcrumb
Hi,
Is it possible that the actual breadcrumb show more deep directories?
My site is http://carlosarriola.pruebaonline.info/
Please check in themes how the breadcrumb shows.
Thanks
@jquan, could you please elaborate your question please ?
If you enter in themes, choose for example equestrian art and choose any of the products.
What I would like to have is to choose any other theme but the breadcrumb does not show the path.
Thanks for your answer
Hello @jquan,
To solve the issue of the bread crumb if you have to create and activate the child theme.
Child theme references:
https://codex.wordpress.org/Child_Themes
You can also create the child theme using plugin . Below is the link to one of them.
https://wordpress.org/plugins/wp-child-theme-generator/
After creating and activating the child theme in your child theme’s functions.php file paste below given code.
add_filter( 'woocommerce_breadcrumb_home_url', 'clean_commerce_child_woo_custom_breadrumb_home_url' );
function clean_commerce_child_woo_custom_breadrumb_home_url() {
return 'http://carlosarriola.pruebaonline.info/index.php/shop/';
}
This will enable you to chose any other theme when clicked in the home bread crumb link.
If you have any further confusion, please write back to us.
Best Regards!!
Is there a way to remove breadcrumbs altogether?
Thanks
Hello @amplifyconsulting,
The feature to enable and disable the breadcrumbs is only available in the pro version of this theme .
Not only this pro version comes with other exciting feature . To know more about the pro version you can refer to below link.
http://themepalace.com/downloads/clean-commerce-pro/
Hope this helps.
Best Regards!!
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. |