Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › ELEMENTOR LIVE FILTER NOT WORKING › Reply To: ELEMENTOR LIVE FILTER NOT WORKING
December 21, 2024 at 9:01 am
#52327
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.