Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Show basic search filters, hide advanced filters behind button click › Reply To: Show basic search filters, hide advanced filters behind button click
September 17, 2021 at 10:36 am
#34804
Keymaster
Well, it is not that simple. The settings have to be within the settings form element in order for the plugin to be able to serialize and send the information to the server.
You could do some customization by hiding some items, and perhaps using javascript to show them forcefully – but each filter needs to stay as it is in the HTML structure, otherwise it may not work. I usually suggest a custom code where I can, but this is more complicated than that.