This topic has 10 replies, 4 voices, and was last updated 2 years, 8 months ago ago by Ismael
Why do I get the word SHOP in the middle of the Breadcrumbs (i.e. between the category father and daughter)?
How can I remove it?
Thank you.
Hello,
We’ll fix that in the next theme update. If you provide us with WP Dashboard and FTP access we’ll be able to fix it on your site before the theme update.
Regards
can you tell me how to change it?
I don’t have access to the theme’s FTP so I can’t give it.
However, if you tell me how to do it, the development team could do it.
Thank you.
Download breadcrumb.php file from this page https://dropmeafile.com/#e3397b8d95
upload it into xstore/woocommerce/global folder vid FTP
1/ we have fixed the position of Shop item ( now it will be on 2nd position just after home step ) – upload that file to the directory we wrote
2/ but if you still want to get rid of that Shop step, please, upload that file to the directory and add next code in your child-theme/functions.php
add_filter( 'etheme_breadcrumbs_shop_step', '__return_false', 999);
Regards
We have already done this and it has worked well. It no longer shows SHOP in the breadcrumbs.
However, will this be fixed in the next version?
Because if we upgrade (when there is a new version) we will lose these changes.
Thank you.
Thanks, I have the same problem
Hello,
No, you won’t lose your changes if you added code to child theme functions.php.
Regards
So, will this be fixed in the next version regardless of whether I have made the changes?
Thank you.
Hello,
Yes, changes will be done in the next update also.
Regards
Okay, thanks!
Regards!
Tagged: breadcrumbs, persuasive, seo friendly, shop, themes, woocommerce, wordpress
The issue related to '‘The word SHOP appears in the middle of the Breadcrumbs’' has been successfully resolved, and the topic is now closed for further responses