Forums › Forums › Search & Filter Pro › Show all categories first
- This topic has 7 replies, 2 voices, and was last updated 9 years, 6 months ago by
Ross.
-
Ross Moderator(Private) January 28, 2016 at 11:06 am #35550
Do you mean to see all the results before a users has interacted with the filter?
Anonymous(Private) January 28, 2016 at 3:30 pm #35582Yes, I’d like to show all products first, and then have the user select a category, then the results are shown only for that category. Similar to the example – http://demo.designsandcode.com/sfpro-movie-reviews/
Show all products – click a check box – show only those related to that selection
Ross Moderator(Private) January 28, 2016 at 5:58 pm #35603Did you try follow the steps here?
This is default behaviour.
Please follow the instructions and let me know what happens.
Thanks
Anonymous(Private) March 3, 2016 at 4:53 pm #38616Hi, I am having trouble getting my search form to automatically show the results when an option is selected. I have the option selected to automatically show the results, but it doesn’t seem to be working.
http://blair.0prx9.com/product-search/
Thanks
Ross Moderator(Private) March 3, 2016 at 5:01 pm #38622I can see if I look at the JS console that you have a JS error:
Uncaught TypeError: t(...).searchAndFilter is not a function
This is 99% of the time because someone is loading a second copy of jQuery on their website, which breaks dependencies and therefor jQuery plugins like the one S&F uses.
Thanks
Ross Moderator(Private) March 3, 2016 at 9:23 pm #38651Well you should not be loading 2 copies of jQuery, in any kind of website..
So you must remove one, I guess your custom copy of jQuery.
I’m not sure why you would need to load another copy?
Thanks
-
AuthorPosts