Have your say in Community Polls: What was/is your greatest motivation to start your own business?

breadcrumbs on refresh theme

breadcrumbs on refresh theme

Stanvanvliet14
Tourist
11 0 1

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

Replies 4 (4)

PaulNewton
Shopify Partner
7450 657 1565

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-b...

 

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.

Contact paull.newton+shopifyforum@gmail.com for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org


Stanvanvliet14
Tourist
11 0 1

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?

PaulNewton
Shopify Partner
7450 657 1565

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.

 

 

Contact paull.newton+shopifyforum@gmail.com for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org


Stanvanvliet14
Tourist
11 0 1

Thanks! But i really dont know how to do that. My theme is refresh and doesnt have a header group.