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

Reply To: ELEMENTOR LIVE FILTER NOT WORKING

Home Forums Product Support Forums Ajax Search Pro for WordPress Support ELEMENTOR LIVE FILTER NOT WORKING Reply To: ELEMENTOR LIVE FILTER NOT WORKING

#52327
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

Sure! The issue there is not related to the search plugin. You have either a mod_rewrite .htaccess rule or a custom functional mod rewrite rule, which treats the “/search/” url structure as the alias for the search query so:

“/search/2”
is treated as
“/?s=2”

..like a search query, not as pagination. The pagination links are automatically generated by elementor. I recommend checking your .htaccess rules or any custom functions that creates a custom search permalink structure.