Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Price Table disappear › Reply To: Price Table disappear
September 23, 2015 at 9:54 am
#6007
Hi!
I didn’t find the cause, probably some other script is detecting the handle change event, and the hides the whole area.
I added a preventive line of code to the ajax search pro script files via FTP you provided, the problem should be gone now.
For future reference for me, the code I used was:
$('#range-handles-<?php echo $_in; ?>').on('slide', function(e) { e.preventDefault(); } );
Best,Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)



