How to increase the filter image
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
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 […]