Home Forums WoodMart support forum filter not working on archive page

filter not working on archive page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #473191

    aseel.m
    Participant

    We have noticed that the left menu sidebar not working, its not clickable.

    check please,
    we have updated the theme.

    #473237

    Luke Nielsen
    Keymaster

    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

    #473535

    aseel.m
    Participant

    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.

    #473538

    aseel.m
    Participant

    check video please,

    Attachments:
    You must be logged in to view attached files.
    #473607

    Luke Nielsen
    Keymaster

    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

Viewing 5 posts - 1 through 5 (of 5 total)