I would like to know if using this plugin I can create search menus as on this page https://www.eliosceramica.com/collezioni/?l=en
I have a page that resembles this, I do not use woocommerce, but I present the products on the pages
If I have to buy the PRO version of the plugin, there is no problem, it is important that I get initial help to get started with the configuration.
The search must be made as ufuale as on the link page.
Thanks so much
Could you create a search like that with the aid of ACF? Yes. Is it something that will be easy to do? Likely not. You would need to build the entire search UI yourself and make it submit the search.
For an idea of what you’ll be getting into when getting the search results check the Dynamic $_GET parameters section of this page https://www.advancedcustomfields.com/resources/query-posts-custom-fields/ and this giuide https://www.advancedcustomfields.com/resources/creating-wp-archive-custom-field-filter/
As far as the UI, you’d be mostly on your own.