filter not working on archive page
-
We have noticed that the left menu sidebar not working, its not clickable.
check please,
we have updated the theme.
Hello,
On my side, the filters area works well, here is a video: https://take.ms/TygWA
Try to clear the browser cache and check the issue again.
Kind Regards
the problem is when you click the quantity (Number)
It’s not clickable, this is bad for UX.
Kindly, we need it to be fixed ASAP.
check video please,
Attachments:
You must be
logged in to view attached files.
Hello,
It’s not a bug, it’s meant to be because link and counter are different elements. The below code will help you enable the behavior you want.
.wd-swatches-filter .wc-layered-nav-term {
position: relative;
}
.wd-swatches-filter .wc-layered-nav-term .count {
position: absolute;
top: 5px;
inset-inline-end: 0;
pointer-events: none;
}
Don’t hesitate to let me know if you need any further help or any other info
Kind Regards