Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Price Table disappear
This topic contains 4 replies, has 2 voices, and was last updated by RolSocial 8 years ago.
- AuthorPosts
- September 22, 2015 at 12:31 pm #5995
Why disappear the price bar when I use it? Don’t appear until I close and open the settings again
Attachments:
You must be logged in to view attached files.September 23, 2015 at 8:58 am #6005Hi!
I need a bit more information on this.
– Was it working before?
Best,
– Did you install any new plugins or anything else that might have caused the issue?
– Can you provide an url where I can look at the problem?
– Can you please also provide temporary back-end and FTP access in case I need it?
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
September 23, 2015 at 9:24 am #6006Hi Ernest,
– Was it working before?
Yes– Did you install any new plugins or anything else that might have caused the issue?
Maybe– Can you provide an url where I can look at the problem?
** moved to file for security reasons **– Can you please also provide temporary back-end and FTP access in case I need it?
** moved to file for security reasons **Many thanks for your help
-
This reply was modified 8 years ago by
Ernest Marcinko. Reason: removed details for security
Attachments:
You must be logged in to view attached files.September 23, 2015 at 9:54 am #6007Hi!
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:
Best,$('#range-handles-<?php echo $_in; ?>').on('slide', function(e) { e.preventDefault(); } );
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
September 23, 2015 at 10:21 am #6008Many thanks for your time and effort!
-
This reply was modified 8 years ago by
- AuthorPosts
You must be logged in to reply to this topic.