PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Filter Slideout Panel Not Scrolling

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hello -

I have the slideout panel working, but when I expand my taxonomy - which is quite long- the panel doesn't scroll until I reload. Is there a way to get it to dynamically resize so the scroll works properly?

Hello

Share please here exect link of the page with the issue to see it and make exeperiments. I think by CSS it should be resolvable ...

https://aquafindr.com

Hello

Its can be done by CSS https://share.pluginus.net/image/i20250815130158.png

Somewhere in your theme css file or in its footer.php add next CSS rule:

.woof-slide-content{
    overflow-y: scroll !important;
}

Then clear all kinds of cache on your site + also browser cache https://pluginus.net/how-to-reset-page-cache-in-the-browser/

 

https://imgur.com/a/0x4oPgW

The issue is that the height is not being set correctly if my categories are collapsed when the page loads. Even with overflow-y set, if there is no height, it doesn't scroll. If I add any height (even the wrong one like 120px) it works.

Hello @greg-5

Please  try to add  this  CSS:

.woof-slide-out-div .woof-slide-content {

height: 430px;

}

Clear all cache and do a test

but then the scrollable content is limited and doesn't fill the left side of the screen. I think the JS needs to refresh the height after the menu is expanded.

Hello

Yes, that's what the plugin does (you can see this when you reload the page). But in your case, it might not work correctly due to caching or JS/CSS optimization.

If you have optimization plugins, try disabling them for testing.

also try to change the code   - https://share.pluginus.net/image/i20250819123725.png -  in the file - "wp-content\plugins\woocommerce-products-filter\js\front.js"