Each filter has settings for behavior on a mobile device: The main setting is Min client width(Mobile behavior). Just enter the size of the screen width so that the filter starts applying the mobile behavior(if the device screen width is smaller). For the basic work of this feature, only this setting is enough: […]
This plugin will automatically add ACF fields if they are of type: Text, Text Area, Number, Range, Select, Radio Button, Button Group, True/False, Date Time Picker. In the filter settings, it will look like Field name and (in brackets) “ACF:” + the name of the field group: Each of these fields can have several filter […]
You can add CSS Result: you can add this CSS in filter settings->Custom CSS OR Appearance->Customize->Custom CSS If you need to change the proportions of the image please read it
Clear all cache and be sure to clear the filter cache: If no luck: Check if you are editing another filter (shortcode)
Dynamic recalculation takes the most resources, especially if you have a lot of taxonomies. the reason is that to get each counter, the filter makes a search query to the database and as a result, even for small filters, the number of requests can reach thousands. But you can optimize it: You can turn off […]
To sort terms on the attribute edit page, just move it Or you can try this third-party plugin – Custom Taxonomy Order Or if you have some programming experience you can change the sort with a hook Or sort by number: https://c2n.me/4bsUSJ8.mp4
You can insert a filter navigation almost anywhere on the page. There is a special field for this. In this field you need to insert a container selector to find the selector you can use the browser console F12 For example add filter navigation after the title: Check in the browser console a selector and […]
if you want to change the images of this button. You should change the images for the open and closed state of the filter If you want to change the template, for example, use only text.
Avalon23 allows to create skins and apply them on any filters. Default skins are in: skins/skin-1.css, skins/skin-2.css, …, skins/skin12.css To add your own skin into the system create folder ‘avalon23-skins‘ in the folder of the current wordpress theme, create file there, for example ‘my-custom1‘ and write there CSS code using the code below as an […]