• Hey there!

    I’m using Themify, and I’m trying to make the parent items collapsed and opening up when the parent category is clicked/checkmarked, whatever. So far I haven’t been able to achieve this in any means. I’ve tried the code provided below, I tried Javascript and a bunch of other things, but nothing seems to work. Can anyone help me with the code that I need to insert to make it collapsible?

    I know this issue has been brought on a few times, but the code provided in the other threads doesn’t seem to do anything to my menu:

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

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

    (@themifyme)

    Hi,

    Please send us a link to your website, to the page where you added the filter and also send us a link to an example website where we can see the effect you’re looking to achieve.

    PS. Please let us know if the collapse should be within a filter item, eg. Sub Categories hidden until Parent Category clicked, or you want to hide the Category filter item within a collapse (for that we have an option in the Filter Settings, called “Allow field groups toggle-able” – try activating this first, to see if this is what you want to achieve).

Viewing 1 replies (of 1 total)
  • The topic ‘Themify Product Categories Menu – Collapse the submenus under parent categories’ is closed to new replies.