Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WooCommerce : breadcrumb issue #603

Closed
ghost opened this issue Apr 19, 2016 · 7 comments
Closed

WooCommerce : breadcrumb issue #603

ghost opened this issue Apr 19, 2016 · 7 comments

Comments

@ghost
Copy link

ghost commented Apr 19, 2016

I have one more problem with the breadcrumbs in woo commerce in association with customizr. With the original woo theme "storefront" the breadcrumbs works fine. But with customizr the breadcrumbs from the categorys, undercategorys and products are wrong.

Is it possible to use the original storefront settings for my shop.

@geryg
Copy link

geryg commented Apr 19, 2016

Its a great support here and customizr is a awesome theme. For me as a wordpress beginner im very thankfull for the help here.

@geryg
Copy link

geryg commented May 17, 2016

Does nobody have an answer for me?

@eri-trabiccolo
Copy link
Collaborator

Hello geryg,
the support for the free theme is provided on the wordpress.org support forum:
https://wordpress.org/support/theme/customizr

Anyway you can use something like the code below (in your child-theme functions.php)
https://gist.github.com/eri-trabiccolo/bea4c56e7ef7b1622bfa47065b10fd87

to achieve that.

Hope this helps.

@geryg
Copy link

geryg commented May 17, 2016

He Rocco, thank you very much. The breadcrumb issue is fixed.
But now the footer in woo commerce is faulty.

www.hundelust.de/shop

@eri-trabiccolo
Copy link
Collaborator

Sorry, problem of unbalanced tags.
In the code I gave you, replace:
$defaults['wrap_after'] = '</div></div></div>';
with
$defaults['wrap_after'] = '</div></div></div></div>';

@geryg
Copy link

geryg commented May 17, 2016

Thank you. Now everything's fine, problem solved!!!

@eri-trabiccolo
Copy link
Collaborator

glad to hear that ;)

@ghost ghost closed this as completed Feb 2, 2018
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants