Forums › Forums › Search & Filter Pro › Loading Message
- This topic has 6 replies, 2 voices, and was last updated 9 years, 1 month ago by
Anonymous.
-
Anonymous(Private) January 6, 2016 at 11:21 am #33457
Hi,
I’m displaying the search results in a page with shortcode.
I have 2 questions:
1. Is there a way to show a “Loading” message to users while redirecting to the search results page?
2. Reset button works, but, when using Ajax, after reset the search doesn’t work at first time (only on second try). Do you know why?
Thanks!Hadas
Ross Moderator(Private) January 6, 2016 at 11:45 am #33459Hey there
If you check the first question in the FAQs you will see some JavaScript events that will allow you to show / hide things when results are being loaded – you can add your own custom loaders here:
http://www.designsandcode.com/wordpress-plugins/search-filter-pro/faqs/
Thanks
Ross Moderator(Private) January 6, 2016 at 12:37 pm #33462Ah yesss so the reset button.
What happens when you submit the form multiple times, does this also stop working?
The reset button basically clears the form, and then submits it.
Thanks
Ross Moderator(Private) January 6, 2016 at 2:38 pm #33477The issue is that your Search Form itself, is contained within your ajax “results container” selector (an option under “display results” tab).
Change your results selector, to be something which only includes your results list and you should be good to go 🙂
-
AuthorPosts