8947 comments found.
Hi, I wanted to ask a few things,
1) How can I let the user pick max one filter field? 2) I am using 4 filters with the same taxonomy one next to the other, I’d like them to hide the already selected field. If in the first filter I pick something I don’t want it to appear in the other 3 filters.
Thank you, Vittorio
Hi Vittorio
1) Can you please provide more information on this “How can I let the user pick max one filter field?”
2) Either create separate taxonomies for it or create separate custom fields. So all of those filters will use unique taxonomy or custom field, you can place the same parameters in them to make them look absolutely the same. But it won’t act like one global filter.
Best Regards,
- Victor
Hi, I just bought your plugin, the free version is working, but when I bought the pro version I Got an error.
Here is the error:
Fatal error: Uncaught Error: Call to undefined function FilterEverything\Filter\Pro\Api\curl_init() in /var/www/caralie.net/html/wp-content/plugins/filter-everything-pro/pro/Api/ApiRequests.php:53 Stack trace: #0 /var/www/caralie.net/html/wp-content/plugins/filter-everything-pro/pro/wpc-default-hooks-pro.php(327): FilterEverything\Filter\Pro\Api\ApiRequests->sendRequest() #1 /var/www/caralie.net/html/wp-content/plugins/filter-everything-pro/pro/wpc-utility-functions.php(410): flrt_set_the_trident() #2 /var/www/caralie.net/html/wp-content/plugins/filter-everything-pro/pro/filters-pro.php(64): flrt_init_common() #3 /var/www/caralie.net/html/wp-includes/class-wp-hook.php(287): FiltersPro->init() #4 /var/www/caralie.net/html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #5 /var/www/caralie.net/html/wp-includes/plugin.php(478): WP_Hook->do_action() #6 /var/www/caralie.net/html/wp-settings.php(540): do_action() #7 /var/www/caralie.net/html/wp-config.php(108): require_once(’/var/www/carali…’) #8 /var/www/caralie in /var/www/caralie.net/html/wp-content/plugins/filter-everything-pro/pro/Api/ApiRequests.php on line 53
Thank you
Hi milsuitefx
Thank you for choosing Filter Everything PRO.
Please ask your hosting support to enable CURL in PHP and this error will disappear.
Best Regards,
- Victor
Hi
We have a little problem with the plugin and we cant find any solution to it. Whet we try to look our site in mobibe mode we cannot change the filter title. Next to the categories theres a Szűrés button that we cannot turn off. Is there an way we can fix these issues.
Theres an other problem we have. Under the widget settings>filter everything sorting we cannot add a new sorting option only can use the 5 existing ones. After pressing the +Add sorting option nothing happens
We attached 2 screenshot where you can check the problems we have.
Best Regards, Bálint
https://drive.google.com/file/d/1NsJ5fyjJmf1d3cAClWIpUl-TykKkFpfS/view?usp=sharing https://drive.google.com/file/d/1PT72jwR1OrzAUS7JuPo3mkZ3pNVi9mYk/view?usp=sharingHi balintfloriancreaflow
Thank you for choosing Filter Everything PRO.
Can you please send the credentials to the wp-admin dashboard following this document so we can check it?
Also the links to the pages with the issues so we can check it right away.
Best Regards,
- Victor
Hi balintfloriancreaflow
We have checked the site and on those pages that we have checked it seems like everything is working correctly can you please send via PM links to the certain pages where we can see those issues? It would be very helpful as you have a lot of filters and pages.
Best Regards,
- Victor
Hi! I try to add icons to search field labels. Can I do it?
Hi Dima89
Thank you for choosing Filter Everything PRO.
Can you please provide more information on ” icons to search field labels” and screenshots as well of those search field labels?
Best Regards,
- Victor
Yes ofcourse https://pasteboard.co/PeLEeIriLDXF.png I want to place icons like fontawesome near the labels. website is: https://dogcat.ge/pets/
You can do it with template overriding, you can read about it here – https://filtereverything.pro/resources/templates-overriding/
If you are familiar with PHP coding and WordPress you can create a “Must Use” plugin. It is a special type of plugin that is automatically activated and cannot be deactivated through the WordPress admin interface. These plugins are also known as “mu-plugins” (must-use plugins) and serve specific purposes within the WordPress ecosystem.
Then you can redefine the function responsible for showing the filter title flrt_filter_header(); to your needs.
Best Regards,
- Victor
Hello,
I have installed the plugin on a client site but am having issues getting the plugin to filter the results correctly – we are using custom taxonomies pulled from a job platform. Filters are showing but when selected are still showing all results rather than filtered ones.
As well as this, we have a few questions regarding SEO:
- 1. Can meta title, page title be capitalised - 2. Can we pull archive description through to the SEO description
Thanks,
Matthew
Hi contentdrive
Thank you for choosing Filter Everything PRO.
1) Issue not filtering. More likely the correct query wasn’t chosen from the filter set setting. Go to the filter set setting and in the “And what to filter” dropdown choose another query and hit update, then test if it will filter. Do not forget to refresh the page before testing the workability.
SEO issues:
1) If they are capitalized in the original data value, then you can add them here to not force them to lowercase – https://prnt.sc/TUyKQc5SxcFt Filters->Settings->General
2) “Can we pull the archive description through to the SEO description” Not exactly sure what you mean by that, but you can find more info about it here – https://filtereverything.pro/resources/seo-rules-troubleshooting/
If you want to replace the archive description with the SEO description, then you need to remove one action and apply another, here is an example of the code with Woo:
add_action('wp_head', 'wpc_add_filters_seo_description');
function wpc_add_filters_seo_description(){
if( class_exists( 'FilterEverything\Filter\Container' ) ){
$seoFrontEnd = FilterEverything\Filter\Container::instance()->getSeoFrontendService();
$your_new_hook = 'woocommerce_archive_description';
remove_action('woocommerce_after_shop_loop', [ $seoFrontEnd, 'showSeoDescription' ], 5);
add_action( $your_new_hook, [ $seoFrontEnd, 'showSeoDescription' ] );
}
}
Best Regards,
- Victor
Hi Victor,
Thank you for your reply.
I have tried to edit the what to filter section but these still aren’t working correctly. Would you be able to take a look at the site and I can send you more info on the issue through a private channel?
I have managed to capitalise the SEO information, thanks.
The archive description I may need to provide more info on the issue for you to take a look – again if this could be done on a private channel to protect data this would be best.
Matthew
Sure, you can send the credentials to the wp-admin dashboard following this document so we can check it.
Click on our name and you can write a PM message there – https://codecanyon.net/user/fe_support
Best Regards,
- Victor
Thanks Victor, I have sent this now
We have checked the site, and the first issue here would be nice to fix all of the errors – https://prnt.sc/5UJKIIQXIq3D it looks like you moved the site to the new server and the old one was using PHP 7 and the new one is using the latest version of the PHP.
Even the admin bar on top of the page is shifted, the WP Rocket plugin when choosing to clear the cache provides a “502 Bad Gateway” error. There are lots more issues that do not let the site function normally.
We would recommend you to remove the “load more” functionality from the countries pages, it might not work because of it, as not all infinite paginations are compatible. Use simple numeric pagination for testing purposes. Or simply do not use it at all, we do not want to edit the page and change those settings in Elementor it would be better if we did it.
We created the FE TEST page and everything is working there – https://prnt.sc/7URyD1x9YtWt you can place the filter set on this page to test it.
Best Regards,
- Victor
Hi Victor,
Thank you for looking into this. We have reverted PHP and fixed the issues with the plugins, however the jobs are still not filtering as they should be. What are the best settings on Elementor to get these to show? Feel free to make any edits as needed as this is the staging site.
Thanks,
Matthew
Hi contentdrive
We have checked the site and the issue was that inside of the grid loop in Elementor, you placed another loop and it was working like one template was generating for example 20 items and repeating it 20 times.
Since you gave us permission we removed that and created a simple template for a grid loop, instead of creating inside of a template another loop. You can check it at ”/jobcountry/australia/type-contract/” where we placed the filter set. This is how it should be created, of course, you can modify it to the needed template just don’t use the loop inside of the loop grid template.
Best Regards,
- Victor
Thanks Victor, this is working now.
Is there any way to pull through the archive description from the taxonomy through to the SEO description on the filter?
For example, this taxonomy has a unique description which we would like to use for the SEO description. Eg. the description from – taxonomy=jobcounty&post_type=current-vacancies&s=queensland goes on the /jobcounty/queensland/ URL page when selected.
Hi contentdrive
If your taxonomy has a “unique description” you can use the example of the code below when SEO Rules are applied it will remove your description and use the SEO Rule description. Kinda switch functionality. You need to modify the code code to your description hooks.
add_action('wp_head', 'wpc_add_filters_seo_description');
function wpc_add_filters_seo_description(){
if( class_exists( 'FilterEverything\Filter\Container' ) ){
$seoFrontEnd = FilterEverything\Filter\Container::instance()->getSeoFrontendService();
$your_new_hook = 'woocommerce_archive_description';
remove_action('woocommerce_after_shop_loop', [ $seoFrontEnd, 'showSeoDescription' ], 5);
add_action( $your_new_hook, [ $seoFrontEnd, 'showSeoDescription' ] );
}
}
Best Regards,
- Victor
Thanks Victor
Hello,
The filter works great and I only have a few things left for the final design:
1. Is there a way that the filter open permanently on the mobile version, because after a filter is opened for my website, I have to click the filter again to open the filters themselves: https://imgur.com/a/4PF08En
2. I add seasons as option for filter, but is there any way to put images on these filters. I try to add image with sizes 25×25 and normal size : https://imgur.com/a/6aiGM97, but image is not shown on filter : https://imgur.com/a/JMRKX26.
3. And the last one is with translating button Apply and Reset. I try everyting with that. First i find them and translate with translatepress : https://imgur.com/a/CADq1jM, after that i try with loco translate : https://imgur.com/a/9EWvr1V and after and this does not translate this 2 buttons try to translate them in code of the plugin : https://imgur.com/a/dq5tmCv and this does not help still they look like this : https://imgur.com/a/ziWt8nl.
Sorry about the long text I wrote you, I just want to be comprehensive so that you can understand me, what I have in mind and I hope you can help me solve these problems as well.
Best Regards
Hi dragoev10
1) Done just needed to turn off from Filters->Settings->General->Collaps option.
2) You need to add it here – https://prnt.sc/j-w77GwVU5zL and add the image. Not sure how exactly you added the image.
3) You can write the name for those labels from filter set settings – https://prnt.sc/CGvnpi53xigi
Best Regards,
- Victor
Hello,
Great work, again! Thank you very much! Have a nice day!
Best Regards
hi, i have a warning on my website, almost on every page:
Warning: Narrowing occurred during type inference of ZEND_FETCH_DIM_W. Please file a bug report on https://github.com/php/php-src/issues in /home2/......./public_html/wp-content/plugins/filter-everything-pro/src/Entities/AuthorEntity.php on line 244
it seems that the warning is no longer visible after resaving some filters
Hi indigo44
Thank you for choosing Filter Everything PRO.
We are glad to hear that the issue was resolved.
Best Regards,
- Victor
Hello, I am using the free version of the filter and everything is ok except one thing. When I made some changes in the filters the scrollbar is lost. Of course the setting “Filter Container max height, px” has a value (350 px) Can you tell me how to fix it?
Hi dimitris71
Thank you for your interest in the Filter Everything plugin.
If you are using the Free version, please write your request on the WordPress support forum – https://wordpress.org/support/plugin/filter-everything/
Here support only for the PRO version.
Best Regards,
- Victor
HI, I have a hierarchical taxonomy with 4 levels deep: Make, Model, Type, Year. Is it possible to filter this hierarchy and have the 4 dropdowns already show up at the same time. For each level a seperate dropdown (Make, Model, Type, Year) and not having only one dropdown for the whole taxonomy and inside that the levels. The HUSKY woocommerce product filter does that, but we have a custom posttype so we need an alternativ. Thanks, sirc
Hi sirc
Thank you for your interest in the Filter Everything plugin.
If from one taxonomy you want to create multiple filters, you would need to create a couple of filter sets using the include/exclude functionality and display all those filter sets on one page.
What we recommend is to separate it, and create a custom field for each filtering parameter, like this: Make, Model, Type, Year, basically 4 custom fields and you can create 4 separate filters by those custom fields meta keys.
Best Regards,
- Victor
Hello, Search form in Filter set doesn’t find acf(advanced custom field) value such as text, textarea… How can I make it possible??
Hi untideh
Thank you for choosing Filter Everything PRO.
Currently, it searches by product/post title, description, and product SKU. But with future updates, it will be expanded.
Best Regards,
- Victor
Hello,
I have a problem with requesting a shortcode.
I use Woocommerce shortcode [products limit=”12” paginate=”true” skus=”’.$models.’”]
$models contains skus coming from a transient.
The plugin shows all products and ignores the shortcode.
How can I make the plugin work with the shortcode?
Thanks !
Hi tsakhi
Thank you for choosing Filter Everything PRO.
We justed tested it with this shortcode [products limit=”12” paginate=”true” skus=”mod,mod1,mod2,mod3”]
And everything is working as it should. Don’t forget to update the filter set that you are using on that page, when you place your shortcode to display some products on the page always hit update in the filter set. So it will clear the inner cache. Also if you have any cache plugins on your site clear all of the cache.
Best Regards,
- Victor
Thank you for your reply, yes if skus=”mod,mod1,mod2,mod3” is already set in the shortcode everything works perfectly.
In my case, skus is not yet defined on the page but by an external function.
Perhaps there are some issues with the implementation of it.
We tested it also like this and wrote a simple code for the page template:
$skus = ['mod','mod1','mod2','mod3'];
echo do_shortcode('[products skus="' . implode(',', $skus) . '"]');
If this function generates those “skus” dynamically on the page by lively choosing some options and it changes it, in that case, you need to clean the cache as well and refresh the page. Here is an example of the code to clear it:
if ( class_exists( '\FilterEverything\Filter\Plugin' ) ) {
$fe = new \FilterEverything\Filter\Plugin();
$fe->resetTransitions();
}
Best Regards,
- Victor
Sorry, I didn’t quite understand where I should put the code to clear.
I tried this :
if ( class_exists( ’\FilterEverything\Filter\Plugin’ ) ) { $fe = new \FilterEverything\Filter\Plugin(); $fe->resetTransitions(); echo do_shortcode(‘[fe_widget]’); echo do_shortcode(‘[fe_chips]’); $skus = get_skus(); echo do_shortcode(‘[products skus=”’ . implode(’,’, $skus) . ’”]’); }
Can you please send the credentials to the wp-admin dashboard following this document so we can check it?
Also, please share with us in which way you create those dynamic SKUs data. So we can check it all and provide an answer on how to make it work or if it won’t work with such an implementation.
You can send it all via PM.
Best Regards,
- Victor
I sent you the credentials
SKUs data is retrieved from other sites (it’s a Wordpress Multisite) with a transient. The transient is then called on the page : https://monessayage.com/references-de-la-boutique/?id=3829&id-boutique=228
On this page – https://monessayage.com/references-de-la-boutique/?id=3829&id-boutique=228 everything is working well, as long as there is no this addition in URL ”?id=3829&id-boutique=228” if this is your implementation to show only certain products, then it won’t work correctly. You either need to change it or change it, it won’t work like that.
Best Regards,
- Victor
”?id=3829&id-boutique=228” are just parameters to retrieve the information about a shop. In the page, I use the shordcode [products limit=”12” paginate=”true” skus=”’.$models.’”] where $models contains SKUs by get_transient(). How to make the plugin base on the shortcode in the page ?
Hi tsakhi
Well this parameter is making issues:
1) Here is the page with this parameter with one filter term applied – https://monessayage.com/references-de-la-boutique/robe-couleur-sil/?id=3829&id-boutique=228 as you see it doesn’t show anything.
2) Here same filter term bu without ID parameter – https://monessayage.com/references-de-la-boutique/robe-couleur-sil/ and showing one product.
Best Regards,
- Victor
Hello,
I have posts in different categories (https://www.dropbox.com/scl/fi/9f1trc621yfrlgteu274r/Count.png?rlkey=dyioh4vw831yxan7dvzfny2qi&dl=0) but when I use the shortcode in a widget, the counters show ZERO: https://www.dropbox.com/scl/fi/9kuf4j8b05np00xorsceg/Shortcode.png?rlkey=a2g7fg9ibkdanaksc6ucp26tu&dl=0
What am I missing?
Thanks!
Hi shayatik
Thank you for choosing Filter Everything PRO.
If the page does not have posts/products with those categories it will be empty. If the page has those posts/products then go to the filter set settings and in the “And what to filter” choose another query hit update and check it. Before checking don’t forget to refresh the page.
Best Regards,
- Victor
The page has “posts” widget that shows all those posts from those categories. The query list is empty although I set a query ID on the page.
Can you please send the credentials to the wp-admin dashboard following this document so we can check it?
Best Regards,
- Victor
Sent u a pm.
Thank you for the credentials. Also, send a link to the login page on your site, as a default /wp-admin saying “Not available.”
Best Regards,
- Victor
PM’d you.
Alright, so first thing first, when we go to the plugins area you have a lot of errors there also when going to install the debugging plugin, we get this error – https://prnt.sc/UfUDjWMfu2Vc
When hit the edit page with Elementor we get this error “curl error 6: getaddrinfo() thread failed to start”
Update* we have placed the filter set on that specific page and set the correct query in the “And what to filter” dropdown. And now it is filtering.
Best Regards,
- Victor
Thanks but I’m not sure I understand what you did. What do
Partner query #1 Partner query #2 Partner query #3 Partner query #4
mean? And where did you set them?
Hi shayatik
Inside the filter sets setting, there is a dropdown “And what to filter” where you need to specify which query it should use for filtering. Page can have multiple queries, some for gally, some for other data, and some for your needed posts to filter, so you need to specify it there. And that’s what we did.
Best Regards,
- Victor
Yes, I understand this part. But where in the page did you set those 4 queries? Because in the Posts Widget, under “query”, you didn’t set any query ID.
Hi shayatik
We didn’t set those queries on the page, when you are creating a page with builders and so on, those pages can have multiple queries, for different things, even for making a menu list, and one of the queries is responsible for showing posts. And our plugin works with that query to filter those posts, that’s why you need to choose the correct one.
Best Regards,
- Victor
I have created a custom post type with ACF and associated taxonomies, and user reviews from a review plugin. In the Theme Astra, I created a custom Archive template. Will this Pro version be available as blocks to add to my Archive page through the Astra site builder, AND will I be able to filter by reviews?
Hi kenyon419
Thank you for your interest in the Filter Everything plugin.
Yes, it should work fine with it. Reviews are working for Woocommerse. If you mean those like stars filter.
Best Regards,
- Victor
Hey, I’m not sure if i am missing the obvious but is there a way to order Terms of a filter manually (e.g. menu order, alphabetical, date or something like that)?
never mind, found the more section… sorry
Hi surleau
Thank you for choosing Filter Everything PRO.
We are glad to hear that the issue was resolved.
Best Regards,
- Victor
Hi mczerwinski1
The filter is hidden in mobile mode, whole element or sidebar widget area is hidden, if we turn it off it will show the filters – https://prnt.sc/FlMIa-Kmma_7
Best Regards,
- Victor
We have Filter everything pro installed, I want to have 2 filter sets for the same query on WooCommerce products.
When 2 filter sets are on the shop page (via elementor) the first filter set works but the second one doesn’t.
The first filter set has many filters defined by custom fields and work great. Second filter set has a filter on price, it detects the correct price range but when narrowing the filter for price it doesn’t work, although it updates the url, and updates the Chip section on the page (including combining the two filter sets).
When I move the price filter set to higher priority, the price filter then works but the larger filter set doesn’t and a lot of the options disappear (even though there are products that match those filters).
If you have seen anything similar before and know a fix to get both filter sets working in tandem that would be great.
It’s important that we have the price filter in it’s own set as only certain users can use this filter. (If you have a method to show certain filters per user this would be an excellent feature and I wouldn’t need to separate them to two filter sets).
Hi naturecan
More likely the filter set with the price is using the wrong query, and this is the issue. Got to the filter set settings and in the “And what to filter” choose another query hit update and test it. Don’t forget to refresh the page before testing it.
But if you want to make it work only for certain users here might appear some issues, as our plugin does not have any user restrictions settings etc, so we have no code that will allow it from our plugin functionality.
Best Regards,
- Victor
Hi Victor, thank you for coming back to us
Neither of the filter sets have the ability to select a query https://snipboard.io/lRbJim.jpgAlso it is getting the range correctly in the price so I believe it’s found the correct data to filter.
Can you please send the credentials to the wp-admin dashboard following this document so we can check it?
Best Regards,
- Victor
Добрый день! Использую тему “XStore” и Ваш плагин “Filter Everything Pro”, имею несколько ключей для разных проектов. Но вот с теми проектами, которые используют тему “XStore” – есть проблема. Не хотят работать правила Seo Rules, настраиваю все так же, как и на других проектах: все атрибуты в индексе, Indexing Depth 999999, Сам сайт открыт для индексации поисковыми системами, пытался переделать шаблон Archive-product – результата 0. Пришел к выводу, что нужна Ваша помощь т.к. правила именно не работают) Заранее большое спасибо!
Год назад точно этот функционал работал т.к. мы с Вами его обсуждали) И я у Вас уточнял по поводу заголовков H1. Видимо, перестало работать после какого-то обновления.
Вітаю, Wolyerr
Відповідь буде надана англійською, щоб була зрозумілою іншим користувачам.
There might be a couple of issues with SEO, it all depends on whether only H1 is not working or completely all of the SEO Rules are ignored and do not work.
We would need screens of how you set up the SEO Rule and a link to the page where it should work so we can check it.
Best Regards,
- Victor
Ранее не работало только H1, но смог это решить путем изменения шаблона Archive-product в woocommerce. Ну и приходилось изменять его несколько раз т.к. после обновления woocommerce 7.5 – 7.7 старый вариант не работал.
Но в какой-то момент Сео Правила совсем перестали работать, не могу сказать точно, когда это произошло. Такая же проблема и на трех других проектах, где стоит та же тема “XStore”.
Ссылка на страницу, где должны работать правила SEO https://aquazoo.ua/shop/categories-nasosy-i-pompy/brand-juwel/
Скриншоты: https://aquazoo.ua/wp-content/uploads/my-img/screen-1.png https://aquazoo.ua/wp-content/uploads/my-img/screen-2.png https://aquazoo.ua/wp-content/uploads/my-img/screen-3.png https://aquazoo.ua/wp-content/uploads/my-img/screen-4.pngCan you please use English as well, so that other people with a similar problem could find a solution if someone will look for it?
The issue here is you are using “Without archive page” on the archive page. If that’s a category page or any other turn it off from indexing and create something like “any category” instead of “Without archive page”
Best Regards,
- Victor
Okay,I will try to speak English) I already tried to do it as you suggested. But it didn’t help. Screen: https://aquazoo.ua/wp-content/uploads/my-img/screen-5.png URL: https://aquazoo.ua/shop/category/akvamir/akvariumnoe-oborudovanie/nasosy-i-pompy/brand-juwel/
The page duplicates the SEO text and H1 from the parent category page. But Meta Title and Meta Description are missing at all(
Can you please send the credentials to the wp-admin dashboard following this document so we can check it?
Best Regards,
- Victor
Yes, I’ll give you access now. At the same time, if you do the opposite, that Page archive for: Brand (“juwel”) and then select any combination of attributes, then everything works, only the SEO Text is not rewritten, but added on top of the one copied from the brand pages.
I sent you access) Thank you)
Hi Wolyerr
We take the theme to test it on our side, we will provide information on it as soon as we get it.
Best Regards,
- Victor
Thank you) I’ll wait for your answer
Hi Wolyerr
In the SQL query that searches for the SEO rule, there is a particle that forces to select posts with the meta-key “_stock_status”, which is not correct.
There is a custom code in the theme, which is intended to show only products in the “In Stock” status, but it does not work correctly because it does not only apply to products.
Best Regards,
- Victor
Thank you! I changed the sorting of products and the SEO Filter started working)
Hello, we have a problem with implementing a drop-down button in the mobile version of the website, the point is that in the mobile version the filters are very long, we found in the manual the possibility of using the “hambuger” button, which does not work. Please help
Hi mczerwinski1
You can turn on the pop-up filter widget. So when you’re in mobile mode it will make a pop-up window with a filter widget.
If it is not working correctly, can you please send the link to the page with the issue so we can check it?
Best Regards,
- Victor
Hi,
I am filtering Bricks Builder query loops and although everything works now, loading more products (using Bricks AJAX feature) doesn’t show the right products. Can I somehow add a shortcode to load more products using Filter Everything PRO?
I know that WPGridBuilder has a feature for that, which automatically loads more products when you click on a button or scroll down (infinite load).
Perhaps you have an action for that, that I could use here? Thanks in advance!
Hi webessenz
There is this plugin that is compatible with our plugin for loading more and infinite scrolling – https://wordpress.org/plugins/load-more-products-for-woocommerce/
Best Regards,
- Victor
Do you know a solution for that ?
best regards
Hi rjaxx
If you are reffering to the folding filters – https://prnt.sc/Yx4YstbpKviU you can turn it on from filter set settings, choose the needed filter, clicke the more option and enable the “Folding” option – https://prnt.sc/wKZS5rDhr08L
In general, there is no support for accounts whose support period has expired following the support policy.
But we can help you later after all requests from accounts with valid support periods are processed. It may take some time – days or weeks.
If you want to get it faster, please extend your support period and this request will be processed in the first queue for supported accounts.
Best Regards,
- Victor