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 disable when i go to next page or when do bulk

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
While I have selected my products with filters and then I click to go to the next page, I lose the filter option who I have selected and it takes me to page 2 of all the products.
etc i have filter the product and i click to go to page 2 then i lose the filter who i choose and i saw the products without filter
I do something wrong or it is a bug?

I will be waiting for your help
thank you

Hello

It looks like a caching plugin conflict

Please  try  it( https://c2n.me/4hQdEK1.png )  - https://bulk-editor.com/document/more-settings-implicit

Can you inform me where i have to paste it. I appreciate you because i am not a technical.

 

Hello

Please  add this  code  in functions.php

add_filter('woobe_storage_type', function($type) {

return 'session';//session, transient

});