[avalon23_content]

This is a shortcode that can show/hide content depending on the current search query. Attributes: show_if –  the conditions under which the shortcode will react.  an  example: show_if=’product_cat+pa_color:red,black’  – shortcode will show/hide content if user makes any search by category OR chooses black or red color.  To make the shortcode respond to any filter request:  […]

Custom text

This is the ability to insert custom text, HTML and shortcodes inside the filter. This item only has one field in settings: Text field  By default, each filter has 5 such elements. But the plugin has a setting to change this value: how it works you can see here – https://cars.avalon23.dev/tyres/

Extension pack for Avalon23

To  download it avalon23-extend-pack This is an additional plugin that extends the functionality of Avalon23 filter. This plugin will evolve with new features to customize the Avalon 23 Features: Price Range Sometimes you may notice that the filter range by price is not displayed correctly on custom pages. The problem is woocommerce doesn’t provide price […]

avalon23_get_all_meta

This hook transfers all meta fields. Convenient to use for adding custom meta fields: Result:

avalon23_get_meta_options

This hook allows you to add custom meta elements to filter by custom fields. An example: To add the elements(options) to meta field(custom field) “test” of filter with ID=1

avalon23_grid_options

Passing options for choosing the filter width. Values Array  of  options(array) filter  ID(int)  field  key (string)

avalon23_image_size

Pass the size of the image to for the filter type “image” default: ‘thumbnail’ possibly:  ‘medium’, ‘large’ ,’full’ OR  array(55,55) For example, resize the image for the attribute color  

avalon23_taxonony_arg

this passes the attributes for the function “get_terms()” Convenient for sorting, excluding taxonomy terms For example, you want to sort terms by count