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

Mobile filter problem

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.

Hi,

We have the problem with the mobile filter (the one that opens after clicking the filter button on mobile).

The container is transparent (we would like for it to be white), and it looks like it is under other elements of the shop page.

 

Can you please help?

 

Thank you

hello

Please  add this CSS

body .et_pb_column_1_3.et_pb_css_mix_blend_mode_passthrough{

z-index: 4;

}

clear all cache and Ctrl+F5 and do a test

Hi,

Thank you! It works for the transparency problem, but sometimes I can scroll the content behind the filter popup.

Is there anyway to block the scroll of the content behind this filter?

Also we would like to make archive pages for each category, but the filter shows everything instead of only the attribut for the specific category. Can you please help?

Thank you

Hello

 but sometimes I can scroll the content behind the filter popup. - yes. this is correct behavior. If the filter is larger than the screen it should scroll

Also we would like to make archive pages for each category, - Please drop me exact link to the issue. If you use standard archive pages, the filter automatically detects the current category and recalculates the items. check options - https://share.pluginus.net/image/i20240423114115.png

Hi,

Please see our comment below in blue:

but sometimes I can scroll the content behind the filter popup. - yes. this is correct behavior. If the filter is larger than the screen it should scroll

I didn't mean the scroll behavior of the filter popup, I'm talking about the content under it (the shop page under the filter popup). You can test on the page we sent initially, sometimes the shop page is scrollable with the popup open. 

 

Hello

oh yes, now I understand what you mean

This is the functionality of browsers, when scrolling in a modal window (in principle, in any container) reaches the end, scrolling of the parent container begins to work, in your case this is the main window.

I'm not sure we can change this