Forums › Forums › Search & Filter Pro › Not showing correct result
- This topic has 7 replies, 3 voices, and was last updated 5 years, 1 month ago by Trevor.
-
Anonymous(Private) September 23, 2019 at 9:54 am #221554
Hi
The plugin is not showing the correct result. I have two search forms, one is set to search one category (weddings), the other one is meant to search the other category (conference & events). It does not show the correct result.
If I take the Conference search form:
It shows the correct subcategory and count for each sub-categoryHowever, the Towns are showing the wrong count. I think it is showing Towns for both Weddings and Conferences?
When I choose a sub-category for instance Venues (which shows 4), it changes to 1 which is incorrect. There should still be 4.
There are more problems but I guess it is better to start with one, fix that and see if that fixes the rest?
https://namibiaplanners.com/category/conferences-events/
Can you please see what is going on? How do I send login details in private?
Thanks
VernitaAnonymous(Private) September 23, 2019 at 8:26 pm #221690Hi Trevor,
Thank you so much!!! Yes, that is working fine now. It was doing some funky thing with two buttons showing sometimes but I think it was a caching problem because it seems to have fixed itself.
I also tried to display the results next to each other instead of one long row. I even tried a Themer layout displaying posts differently but I could not figure either out. If you can help me display them in a horizontal row I would really appreciate it. Any advice, please?
Many Thanks
VernitaAnonymous(Private) September 23, 2019 at 8:34 pm #221694Hi Vernita,
I just happened to be looking through other peoples questions to try to solve a problem of mine and I came across this. If you add the following CSS it should make the form display horizontal rather than vertical.
.searchandfilter > ul > li { display: inline-block; vertical-align: top; padding: 0 20px; }
Anonymous(Private) September 23, 2019 at 8:54 pm #221696@shelby Thank you very much for that. It did not quite work – that CSS shows the search form horizontally, not the results. But it did steer me in the right direction:
.SearchResult {
display: inline-block;
vertical-align: top;}
This CSS worked for me. Thank you so much!
-
AuthorPosts