when filter is active, navigate to page 2, filter is not working no more
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 pleaseIf 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.
Quote from bramvds on June 10, 2022, 14:30Hi, when i filter a product by name it works for the 1st page, when i click the 2nd page, it resets the filter and shows all the products again.
Shouldn't the plugin be updated to solve this problem?
Hi, when i filter a product by name it works for the 1st page, when i click the 2nd page, it resets the filter and shows all the products again.
Shouldn't the plugin be updated to solve this problem?
Quote from Pablo Borysenco on June 10, 2022, 16:39Hello
Try disabling caching plugins and test
What plugin version number are you using?
Hello
Try disabling caching plugins and test
What plugin version number are you using?
Quote from bramvds on June 13, 2022, 10:09disabling caching plugin does not help. version 2.1.2 is used.
disabling caching plugin does not help. version 2.1.2 is used.
Quote from Pablo Borysenco on June 13, 2022, 10:10Hello
Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png and FTP+wp-admin access - https://share.pluginus.net/image/i20210618130637.png
Hello
Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png and FTP+wp-admin access - https://share.pluginus.net/image/i20210618130637.png
Quote from Pablo Borysenco on June 13, 2022, 16:20Hello
Please add FTP access
OR try in functions.php add:
add_filter('woobe_storage_type', function($type) { return 'session';//session, transient });
clear all cache and do a test
Hello
Please add FTP access
OR try in functions.php add:
add_filter('woobe_storage_type', function($type) { return 'session';//session, transient });
clear all cache and do a test
Quote from Pablo Borysenco on June 14, 2022, 10:57Hello
Please do a test
Hello
Please do a test
Quote from bramvds on June 14, 2022, 11:13yes now it works, but what is/was the problem?
yes now it works, but what is/was the problem?
Quote from Pablo Borysenco on June 14, 2022, 12:22The problem with caching ( it looks like it's configured on the server side )
Solution: https://share.pluginus.net/image/i20220614102158.png
The problem with caching ( it looks like it's configured on the server side )
Solution: https://share.pluginus.net/image/i20220614102158.png
Quote from bramvds on June 14, 2022, 12:48Hi,
So i have no server side caching as i know of. Will this be solved in an update? Because other bulk product editors do not have this problem?
Can i place the code in a snippet? And is only has to run in the backend right, not in the frontend?
Thanks.
Hi,
So i have no server side caching as i know of. Will this be solved in an update? Because other bulk product editors do not have this problem?
Can i place the code in a snippet? And is only has to run in the backend right, not in the frontend?
Thanks.
Quote from Pablo Borysenco on June 15, 2022, 09:28Hello
Because other bulk product editors do not have this problem? - Unfortunately no, because the problem is on the server side (transient caching)
Can i place the code in a snippet? - I think yes. this is in a child theme - this is a good option
And is only has to run in the backend right, not in the frontend? - This code only works on BEAR page
Hello
Because other bulk product editors do not have this problem? - Unfortunately no, because the problem is on the server side (transient caching)
Can i place the code in a snippet? - I think yes. this is in a child theme - this is a good option
And is only has to run in the backend right, not in the frontend? - This code only works on BEAR page
Quote from bramvds on June 15, 2022, 10:15
- Because other bulk product editors do not have this problem? - Unfortunately no, because the problem is on the server side (transient caching)
I tried two other bulk product editors and they do work normal with filtering and going to page 2. Without any adjustments. So they do not have the problem?- Can i place the code in a snippet? - I think yes. this is in a child theme - this is a good option
Why can't i save this snippet?- And is only has to run in the backend right, not in the frontend? - This code only works on BEAR page
THANKS
- Because other bulk product editors do not have this problem? - Unfortunately no, because the problem is on the server side (transient caching)
I tried two other bulk product editors and they do work normal with filtering and going to page 2. Without any adjustments. So they do not have the problem? - Can i place the code in a snippet? - I think yes. this is in a child theme - this is a good option
Why can't i save this snippet?
- And is only has to run in the backend right, not in the frontend? - This code only works on BEAR page
THANKS
Quote from Pablo Borysenco on June 15, 2022, 11:411) They just don't use the transient. That is why there are different plugins that have different functionality.
2) use line break (new paragraph) - https://share.pluginus.net/image/i20220615093929.png
1) They just don't use the transient. That is why there are different plugins that have different functionality.
2) use line break (new paragraph) - https://share.pluginus.net/image/i20220615093929.png
Quote from bramvds on June 16, 2022, 10:30thanks but the screenshot you send does not work?
thanks but the screenshot you send does not work?
Quote from Pablo Borysenco on June 16, 2022, 11:51Hello
Try this code:
add_filter('woobe_storage_type', function($type) {
return 'session';//session, transient
});
Hello
Try this code:
add_filter('woobe_storage_type', function($type) {
return 'session';//session, transient
});
Quote from bramvds on November 6, 2022, 15:24Hi,
Has this already been solved in an update?
Thanks
Hi,
Has this already been solved in an update?
Thanks
Quote from Pablo Borysenco on November 7, 2022, 11:27Hello
This is not a problem with our plugin. It's a cache setting problem on your site.
Hello
This is not a problem with our plugin. It's a cache setting problem on your site.