Home Forums WoodMart support forum Filter disappears caused by a certain event

Filter disappears caused by a certain event

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #379266

    CYCLEPRO
    Participant

    Hello,

    Excuse me! Can you please help to check what is the problem if every time returns to the previous directory, filter disappears. see a screen record please!

    Best regards,

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

    Hello,

    Filters reset when you reload the page. You can test the shop page; select the attributes, then reload the page, and all the filters would reset.

    If you have any questions please feel free to contact us.

    Best Regards

    #380357

    CYCLEPRO
    Participant

    Hello,

    I know what you mean, but We don’t want it disappears when returns to the previous page. How to do please.

    Best Regards

    #380536

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .filters-area.always-open {
    	display: block !important;
    }

    Best Regards

    #380667

    CYCLEPRO
    Participant

    Hello,

    Thank you!
    Although this method is feasible, another problem has arisen. After returning to the previous page, the filter cannot be clicked.

    Best Regards

    #380942

    Hello,

    We will fix it in the nearest update. Sorry for the inconvenience.

    If you have any questions please feel free to contact us.

    Best Regards

    #381327

    CYCLEPRO
    Participant

    Hello,
    Yeah, that’s will be terrific if you will fix it by next update, We are here to expecting, however, there is another related issue hope you fix it together next time regarding to color checkboxs’ √ what won’t disappear as it is unchecked, this will obscure users a lot, please see a screenshot, thank you!

    Best Regards

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

    Hello,

    Thanks. I have submitted this to our development department.

    Best Regards

    #381621

    Hello,

    Could you kindly describe the actions step by step to reproduce the issue: “there is another related issue hope you fix it together next time regarding to color checkboxs’ √ what won’t disappear as it is unchecked, this will obscure users a lot, please see a screenshot”

    Best Regards

    #381800

    CYCLEPRO
    Participant

    Hello,

    I mean it shouldn’t keep displaying the symbol “√” after a color option was checked and then unchecked. you can test the filter on my shop page, thanks!

    Best Regards

    #382499

    Hello,

    We are sorry for the deley. I have submitted the issue to the development department and we get back to you soon.

    Best Regards

    #382814

    Hello,

    Sorry for the delay.

    Please add this code to the Theme Settings > Custom CSS > Global:

    .wd-product-filters li:not(.chosen) a:focus .filter-swatch.with-bg:after {
    	opacity: 0;
    }
    
    .wd-product-filters li:not(.chosen) a:hover .filter-swatch.with-bg:after {
    	opacity: 1;
    }

    We will fix that in our nearest update.

    Best Regards

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