Known Filter Builder issues

Settings page not loading

To access the Filter Builder, go to WooCoommerce → FiboFIlters → Filters.

You need to select data sources to start building filters. FiboFilters analyzes data sources to match them with correct filter types. Filter types that don’t match a data set are automatically hidden. Please learn more about selecting data sources.

To boost optimization, results from every data set analysis are stored for 1 hour with a transient option under a fibofilters_sources_analyse_data key. If this data set is huge and diverse, the analysis process may be prolonged or even stuck.

For cases like that, it’s best to disable data analytics altogether. It’s not necessary for FiboFilters to work correctly – its sole purpose is to facilitate matching data sources with filter types.

To disable analytics, use this PHP snippet:

add_filter( 'fibofilters/analyse_source_value_types', '__return_false' );