Forums Forums Search & Filter Pro Not showing correct result

Viewing 8 posts - 1 through 8 (of 8 total)
  • Anonymous
    #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-category

    However, 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
    Vernita

    Trevor
    #221574
    This reply has been marked as private.
    Anonymous
    #221585
    This reply has been marked as private.
    Trevor
    #221657
    This reply has been marked as private.
    Anonymous
    #221690

    Hi 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
    Vernita

    Anonymous
    #221694

    Hi 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
    #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!

    Trevor
    #221718

    It looks like this is resolved now, so I will close this thread for now.

Viewing 8 posts - 1 through 8 (of 8 total)