This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Live Filter on Posts Widget on Category Page not working.

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.

#31910
Ernest MarcinkoErnest Marcinko
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.