• Resolved cmerrick

    (@cmerrick)


    Hi,

    This is a great plugin! I’m setting it up for a client and they like the sidebar filter, but don’t want to have the filters hidden behind a toggle. Is there an option to use the sidebar filter that just has all the category buttons showing all the time instead of being behind a toggle? I checked the readme file and didn’t see that, but there are so many options I might have just missed it.

    Many thanks.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YMC

    (@wssoffice21)

    Hi!
    To ​​make sure all filter buttons are always visible in the sidebar, you should apply custom styles to override the default plugin settings. This will make the entire button panel appear open.

    Thread Starter cmerrick

    (@cmerrick)

    Gotcha, thanks!

    For anyone else who wants the sidebar menu open all the time (at sizes > 1024px) this will do it. Or you can use fewer selectors and use !important.

    @media (min-width: 1024px) {
    #content .ymc-smart-filter-container .filter-layout4 .filter-entry .group-filters .sub-filters {
    display: block;
    }
    }

    Thanks for the cool plugin.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘sidebar filter without toggle’ is closed to new replies.