Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Live Filter on Posts Widget on Category Page not working. › Reply To: Live Filter on Posts Widget on Category Page not working.
March 2, 2021 at 4:18 pm
#31910
Keymaster
Please check point 5) of the documentation link. That link only sets the filter states, but it does not trigger the search, so only the filters are set, but the results are the default from elementor. You need this:
var id=1;
ASP.api(id, 'getStateURL')+'&asp_s=&asp_id='+id;
That link variation should do it.