This topic has 7 replies, 3 voices, and was last updated 2 years, 4 months ago ago by bnourse
It seems that the Brand Archive breadcrumb does not provide a breadcrumb heading for Page 2, Page 3, etc. in the same way as the Product Category Archives do. Can this be fixed?? These screenshots explain the issue:
Many thanks for your assistance.
Ben
Hello, @bnourse,
Actually, on the brand page number 2 the word is there but the size of the font is set to 0 that’s why it doesn’t appear to see here is the image of the issue: https://postimg.cc/bdJGNHx6 now to solve the issue you can add the below code in the Dashboard >> XStore >> Theme Options >> Theme Custom CSS
[class*=paged-].woocommerce-page .page-heading.bc-type-left2 .title{font-size:18px !important;}
Then save settings and check back to your site after clearing the browser cache. The result will appear like this: https://postimg.cc/ZBDv555L
Regards 8Themes Team.
Hi Awais,
Thanks you, the CSS you sent takes care of the Page 2 missing from Brand archive Breadcrumb.
However, it seems to introduce a problem with the Shop Archive itself, doubling up the Page 2. See attached screenshot. Also on Product Category Archives. I’ve left this running this way on the site for the moment, but would appreciate a solution.
Hello, @bnourse,
Alright, Can you please share your site wp-admin URL and access in the private content area so that I will check and fix it on your site for you.
WP Admin URL:
WP Admin Username:
WP Admin Password:
Page URL in which the issue appears:
Regards 8Themes Team.
Hi Awais,
Thanks for your help. Requested info provided in private content area
Ben
Hello,
We’ve changed the code to:
[class*=paged-].woocommerce-page.tax-brand .page-heading.bc-type-left2 .title {
font-size: 18px !important;
}
Clear cache and check now.
Regards
Hi there,
This takes care of things. Thanks for your assistance, as always.
Ben
The issue related to '‘Page 2, 3,etc. missing from Brand archive Breadcrumb’' has been successfully resolved, and the topic is now closed for further responses