This topic has 8 replies, 2 voices, and was last updated 1 years, 8 months ago ago by Clau8826
Hi,
I have a problem with breadcrumbs in xstore
To reproduce do the following:
1. Go to the shop page
2. Scroll down and click on page 2
3. You will notice that now the page number is displayed twice in the breadcrumbs
4. Even if i disable the page number in the breadcrumbs settings the problem still appears and also the page number is not even removed at all even if that option is disabled
Some information:
1. If you start (hard refresh) the page when you are on page 2 for example and then click on page 3 then the problem does NOT appear
2. This happens only if you have ajax pagination enabled
also note: There is no option to change for example de breadcrumb separator in the settings. You can change it for the product page on the product page’s separate breadcrumbs settings, but for the main breadcrumbs there is no such option
I think something is missing in the settings that causes multiple problems
Thank you
Hello, Clau8826,
Thank you for getting in touch with us.
We can’t check your site, because of this popup – https://prnt.sc/3tLQ8UyL-CaJ Please disable it or provide us with the correct access.
Thank you for your cooperation and we look forward to hearing from you soon.
Kind Regards,
8theme team
Hello, Clau8826,
Try to add next code in your child-theme/functions.php
add_filter( 'etheme_breadcrumbs_shop_step', '__return_false', 999);
Kind Regards,
8theme team
Hi,
That popup is for the website’s http password because it is curently under development
i added the user and password in the private area in the original post
i added them in the private content in this reply too
PS: I added the code you suggested using the code snippets plugin but it created a fatal error
If you go in the theme settings under breadcrumbs you will notice that there is no option to even change the breadcrum separator ( like it is under the breadcrumbs settings for product pages ).
so definitely something is not right
Hello, Clau8826,
Thank you for the reply.
https://prnt.sc/f4PgTVaul_oD – please add the next code in Theme Options > Theme custom CSS > Global:
.page-heading .span-title {
display: none;
}
“If you go in the theme settings under breadcrumbs you will notice that there is no option to even change the breadcrum separator ( like it is under the breadcrumbs settings for product pages ).” – there is no such option, it is not a bug. If you want to get this option, please post your request to our dev team – https://www.8theme.com/taskboard/
Kind Regards,
8theme team
Hello, Clau8826,
Unfortunately, the custom CSS code is not the perfect solution. Please provide FTP access, we will do changes in js.
To create FTP access, please contact your hosting provider for assistance.
Thank you for your cooperation.
Kind Regards,
8theme team
Hello, Clau8826,
We have resolved the issue on your website. This will also be included in the upcoming theme update.
Kind Regards,
8theme team
Thank you!
The issue related to '‘Various bugs in breadcrumbs. Page number is displayed twice when ajax pagination is used’' has been successfully resolved, and the topic is now closed for further responses