Home Forums Free Themes Clean Commerce Breadcrumb

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #40919
    jquan
    Participant

    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

    #40929
    wensolutions
    Keymaster

    @jquan, could you please elaborate your question please ?

    #40930
    jquan
    Participant

    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

    #41006
    wensolutions
    Keymaster

    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!!

    #42671
    amplifyconsulting
    Participant

    Is there a way to remove breadcrumbs altogether?

    Thanks

    #42697
    wensolutions
    Keymaster

    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!!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.