Categories keeps getting toggled open
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 DieSite on September 23, 2022, 10:25As we have a lot of options in our categories, our customers want to be able to close the filters. They can, but then when they select a new filter, the closed filter is being opened again as there is a value selected. See this video: https://www.veed.io/view/84aaf01c-c9de-4b23-92f3-83f9bd72252e/showcase?sharingWidget=true for a clearer explaination. We want to retain the state of the collapse. How can we achieve this?
As we have a lot of options in our categories, our customers want to be able to close the filters. They can, but then when they select a new filter, the closed filter is being opened again as there is a value selected. See this video: https://www.veed.io/view/84aaf01c-c9de-4b23-92f3-83f9bd72252e/showcase?sharingWidget=true for a clearer explaination. We want to retain the state of the collapse. How can we achieve this?
Quote from Pablo Borysenco on September 23, 2022, 12:24Hello
Please drop me exact link to the issue
Hello
Please drop me exact link to the issue
Quote from DieSite on September 23, 2022, 13:05I've put the link in the private data
I've put the link in the private data
Quote from Pablo Borysenco on September 26, 2022, 11:13Hello
Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png
Update the plugin to latest version - https://products-filter.com/how-to-make-auto-update-for-wordpress-plugins-and-themes-bought-on-envato
We want to retain the state of the collapse - You need code customization, I will give you instructions after you provide the license code
Hello
Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png
Update the plugin to latest version - https://products-filter.com/how-to-make-auto-update-for-wordpress-plugins-and-themes-bought-on-envato
We want to retain the state of the collapse - You need code customization, I will give you instructions after you provide the license code
Quote from DieSite on September 26, 2022, 11:20I've added the license key
I've added the license key
Quote from Pablo Borysenco on September 26, 2022, 13:24Please update the plugin to latest version - https://products-filter.com/how-to-make-auto-update-for-wordpress-plugins-and-themes-bought-on-envato
in file - \wp-content\plugins\woocommerce-products-filter\classes\helper.php add code- https://share.pluginus.net/image/i20220926112317.png
$block_is_closed = true;
Please update the plugin to latest version - https://products-filter.com/how-to-make-auto-update-for-wordpress-plugins-and-themes-bought-on-envato
in file - \wp-content\plugins\woocommerce-products-filter\classes\helper.php add code- https://share.pluginus.net/image/i20220926112317.png
$block_is_closed = true;
Quote from DieSite on September 26, 2022, 14:13This would mean that all blocks would always start closed? That is not our intended behaviour.
Also, this would mean that we won't be able to update the plugin again.
This would mean that all blocks would always start closed? That is not our intended behaviour.
Also, this would mean that we won't be able to update the plugin again.
Quote from Pablo Borysenco on September 27, 2022, 10:26Hello
This would mean that all blocks would always start closed? - Yes.
That is not our intended behaviour. - unfortunately the plugin has no other option. In another case, you need a functional with memory (remember the state)
this would mean that we won't be able to update the plugin again - After updating the plugin, you need to update this custom code
Hello
This would mean that all blocks would always start closed? - Yes.
That is not our intended behaviour. - unfortunately the plugin has no other option. In another case, you need a functional with memory (remember the state)
this would mean that we won't be able to update the plugin again - After updating the plugin, you need to update this custom code
Quote from DieSite on September 27, 2022, 10:56Hello,
It would be very helpful if you could make this a WP filter. This is what filters are intended for. You could simple add a 'woof_block_is_closed' filter which passes the current value of $show and $block_is_closed. Then we can safely update your plugin without constantly having to add our custom code.
Hello,
It would be very helpful if you could make this a WP filter. This is what filters are intended for. You could simple add a 'woof_block_is_closed' filter which passes the current value of $show and $block_is_closed. Then we can safely update your plugin without constantly having to add our custom code.
Quote from Pablo Borysenco on September 27, 2022, 11:18Ok! such a filter exists - https://products-filter.com/hook/woof_block_toggle_state (This filter is overridden if an element is selected) But this will not help you, as I wrote in your case, you need a functional with memory
Ok! such a filter exists - https://products-filter.com/hook/woof_block_toggle_state (This filter is overridden if an element is selected) But this will not help you, as I wrote in your case, you need a functional with memory
Quote from DieSite on September 28, 2022, 10:07Will you add that function with memory? Because it would improve the UX of the filtering a lot. We receive that feedback from our customers fairly often.
Will you add that function with memory? Because it would improve the UX of the filtering a lot. We receive that feedback from our customers fairly often.
Quote from Pablo Borysenco on September 28, 2022, 10:43Hello
Unfortunately, we do not plan to work on this feature right now, but I will pass your suggestion to the developers
Hello
Unfortunately, we do not plan to work on this feature right now, but I will pass your suggestion to the developers