Category Page – Product sorting Tab missing
-
Hello,
so as the title stats I am missing the sorting tab on my category pages (I’m creating a template page with elementor for every category so its not the basic archive page).
It actually worked like last week and I also see the sorting tab in the build but its not showing up on the front end.
Thanks in advance!
Felix
-
This topic was modified 2 years, 10 months ago by
media.
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you for reaching out to us!
Is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?
Kind Regards
Hello,
Could you please check how it works with the default WordPress theme? Just to understand whether the issue with theme or not.
I suggest using our Layout builder for the Archive page. Here is our documentation on how to use it:
https://xtemos.com/docs-topic/woodmart-woocommerce-layout-builder/
Kind Regards
Hello,
We your Layout Builder everything works fine now. Havn’t thought of using it tbh.
So I have one more issue – on tablet and mobile the breadcrumbs of the product title are hidden.
Could you help me out with that as well? 🙂
Thanks in advance!
Attachments:
You must be
logged in to view attached files.
Hello,
Sure, but first update the admin access so I can check this issue on your side.
https://prnt.sc/M8-DzsDQHXcr
I look forward to hearing from you.
Kind Regards
Hello,
Please enter the below code into the “Custom CSS for tablet” and “Custom CSS for mobile” areas in Theme Settings -> Custom CSS.
.single-product .single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-last {
display: block;
}
.single-product .woocommerce-breadcrumb a:after {
content: "/";
margin-left: 5px;
}
Thanks for your time and have a great day.
Kind Regards