I want to add breadcrumbs on my site. But there are two problems. The navigation is showing collections that arent live and I dont want the breadcrumbs on my homepage.
Can someone help me?
I deleted all the code i used. So hopefully there is a new better one
For quick DIY in a custom liquid section/block use the https://shopify.github.io/liquid-code-examples/example/breadcrumb-navigation
If the theme previously had such code try a rollback of files
https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/edit-theme-code#roll-back
If the files were deleted and thus unavailable to rollback install a fresh copy of theme and try to find the respective code to do a transplant to the target theme.
Or dig through the dawn reference theme code or issues on github https://github.com/Shopify/dawn
If you need this customization created then contact me by my email for services.
Contact info in forum signature.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.
Good Hunting.
It worked partly. It doesnt show on my homepage. Only the collections are also not shown when you are on the product page. Do you know how to fix that?
The codes a starting point anything custom you have to create.
You’d need to add the custom-liquid section to either some header group if the theme has it so it’s global or copy it to every single template type to have it’s own copy of the section.
Or customize the themes code itself.
If you need services contact me, good luck.
Thanks! But i really dont know how to do that. My theme is refresh and doesnt have a header group.