Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Create a filter button › Reply To: Create a filter button
April 16, 2021 at 12:50 pm
#32775
Keymaster
Hi,
Well, you can trigger some events via the plugin javascript API. The toggleSettings method is what you are looking for.
After creating a button, you could program an event listener on cliks, and execute that method to open the settings.
#2. If you mean showing the number of matches/possible matches in the filter, it is not possible unfortunately.