Forums › Forums › Search & Filter Pro › search and filtering not working
- This topic has 21 replies, 2 voices, and was last updated 7 years, 5 months ago by Trevor.
-
Trevor(Private) May 17, 2017 at 3:23 pm #109430
In answer to your questions.
1. It should work. The choice of Display Result Method might be important. The safest choice is Shortcode, but the results will look plain. This will at least be a good test to start with. But, I see you are using that already.
2. It should not cause an issue, but note that our license is per site. One license does not cover all sites on a multi site. development sites do not count in the total.
3. No coding should be needed.
My problem is that I cannot access your local development site to be able to see and test.
Other settings to change.
Maintain Search Form State
to OFF and do not includeField Groups
in the search.Trevor(Private) May 19, 2017 at 7:12 am #109884Ok. Now we have spoken on Skype, you will need to learn much about WordPress, as you are a beginner in this. You have Themify theme. You have (correctly) made a CPT called
sports
, and you need to see how to make an archives page for that in Themify, and then add the form (with a widget or shortcode) and try setting the S&F form to Post Type Archive display method, and see if that works. Otherwise, in that theme, the alternative is to use the Shortcode display results method.It is possible to customise the template for that, which is shown in our documentation here.
You may want to search for other users of Themify on this forum:
https://support.searchandfilter.com/forums/search/themify/
For further help on how to do this.
Trevor(Private) May 23, 2017 at 5:47 am #110503If these are dropdown select boxes, this Custom CSS usually works:
.searchandfilter > ul > li { display: inline-block; margin-right: 20px; float: left; } .searchandfilter > ul > li:last-child { margin-right: 0; } .search-filter-results {clear: both;}
We do not offer a support service for CSS customization to match your theme, you would need to do this yourself.
-
AuthorPosts