• Resolved Daniel P.

    (@danidub)


    Hello, when not using the shortcode for “apply filters” button the plugin filters on every filter selection, that’s good, we want that.

    Actually we have displayed the “apply filters” button and anytime we filter, the filters get on screen, let’s say we select Adidas from Brand, the selection is correct. 

    The problem is when deleting the “apply filters” button shortcode, the plugin works but when we select again Adidas from Brand, the whole Brand filter block disappears from the sidebar.

    Is there anything we are doing wrong?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello,

    It seems you have custom class and specific CSS for it

    .fye-categories-filters {
        display: none;
    }

    It cause issue with filters after filtering.

    Regards,
    Oleg

Viewing 1 replies (of 1 total)
  • The topic ‘Filter without “apply filters” button makes filter disappear’ is closed to new replies.