Forums › Forums › Search & Filter Pro › A couple of questions.
- This topic has 6 replies, 2 voices, and was last updated 9 years, 10 months ago by
Anonymous.
-
Ross Moderator(Private) January 12, 2016 at 12:55 am #33967
Hey Matthew to Answer your questions:
Rather than the Sort Order having to specify ascending or descending and a drop down option, can we select the sort criteria and then have another menu for ascending or descending?
For now, I’m afraid not.
I have it so that when you click a search result the result page has a search form on the left, and Id like it so that theres no search results until the users enters some criteria
This is not built in, but something similar could be achieved.
You could hide the results with CSS. Then, when the results are loaded in, you can show the results with JS. You can find the JS to do this in the first question of the FAQs:
http://www.designsandcode.com/wordpress-plugins/search-filter-pro/faqs/
For your third question, I’m afraid I don’t completely follow, could you explain again?
Thanks
Anonymous(Private) January 12, 2016 at 9:12 am #33979Thanks.
Would be great if the first option about the sort order could be implemented.
You’ll be pleased to hear Ive managed the other 2 with a js event on the submit to show the div.
Im admittedly not brilliant with js, but I have it as an onsubmit event for the form, it doesnt update and show the div when you change values in the search, only when you hit submit – though TBH it doesnt bother me too much as thats the action I want, its just interesting that Id expect it to have updated with the sliders.
Of course once submit is clicked and the div appears (I also hide the div for the single boat result) when you adjust the search the ajax result update live, which is great.
That is my third point and its working now, thanks.
-
AuthorPosts