Support » Plugin: Themify - WooCommerce Product Filter » No products were found Error after added CSS to Category Filter

  • Hello there!
    I wanted that my child categories are invisible until the parent category is selected. I found a CSS code in this Forum and it worked. But since I added the code the category filter doesn’t work anymore. I have 3 test Products online (everyone is assigned to a Category and the filter worked before adding the CSS).

    CSS used:

    .wpf_items_wrapper .wpf_item .wpf_submenu {
    display:none;
    }
    .wpf_items_wrapper .wpf_item input[type=”checkbox”]:checked + label + .wpf_item_count + .wpf_submenu,
    .wpf_items_wrapper .wpf_item input[type=”checkbox”]:checked + label + .wpf_submenu {
    display:block;
    }

    Are there any suggestions what the problem could be?
    Thanks in advance:)

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

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

    (@themifyme)

    Hi @kyrapalisa

    Could you try removing your Custom CSS, so I can check your filter how it works then? This issue doesn’t seem to be related to the Custom CSS, so I will have to inspect your site how it works without the CSS.

Viewing 1 replies (of 1 total)
  • The topic ‘No products were found Error after added CSS to Category Filter’ is closed to new replies.