• Hi!

    So, our shop has a product category filter “Marke”. The selectables (checkboxes) are successfully loading, but actually slower than the ones from the other filters. If one filters by another filter, all selectables in the “Marke” filter disapear (But almost all products are in one of those product categories). This makes it unable to combine filters.

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

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

    (@razyrx)

    Hello,

    You have this custom CSS in your theme, that hide elements in filter

    div.bapf_sfilter[data-name="Marke"] .bapf_body ul li {
    display: none;
    }

    Regards,
    Oleg

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.