Forums Forums Search & Filter Pro search and filtering not working

Viewing 10 posts - 11 through 20 (of 22 total)
  • Anonymous
    #109211
    This reply has been marked as private.
    Trevor
    #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 include Field Groups in the search.

    Anonymous
    #109604
    This reply has been marked as private.
    Trevor
    #109662
    This reply has been marked as private.
    Anonymous
    #109873
    This reply has been marked as private.
    Trevor
    #109884

    Ok. 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.

    Anonymous
    #110499
    This reply has been marked as private.
    Trevor
    #110503

    If 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.

    Anonymous
    #110653
    This reply has been marked as private.
    Trevor
    #110655

    You will need to find some way to make a live staging site version so that I can log in and take a look.

Viewing 10 posts - 11 through 20 (of 22 total)