Forums Forums Search & Filter Pro How to hide too many Authors in form

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Anonymous
    #244660

    If we have a large number of authors, the authors form is too large. Is there a way to <see more> the search form or something.

    Trevor
    #244724

    What sort of control is it? If they are checkboxes, you could limit the field height and make it scroll, with custom like this:

    .searchandfilter li[data-sf-field-input-type="checkbox"] ul {
        max-height: 180px;
        overflow: auto;
    }

    If that doesn’t work for you, are you able to send me a live link/URL to your search page so I can take a look?

    Anonymous
    #244976

    I’ll give that a try, it might be good enough for now.

    In case you are interested, we are working on a wordpress blog for our open source projects. We are tweaking it live, might break from time to time.
    http://blog.kie.org

    We ideally want the front page and the results page to feel like the same thing. Just when at the front page it shows all results. That includes the same ajax behaviour and infinite scroll. I’m wondering if we can if we can use the shortcode results on the front page too, where it shows all results). Rather than have to use two different ajax loading libraries.

    The other thing I can see people really wanting, is it remembering their previous filters, when returning to the blog and showing just those.

    Trevor
    #245106

    I replied to the first part of your post in this thread:

    https://support.searchandfilter.com/forums/topic/matching-infinite-scroll-on-front-page/

    So maybe we can use that thread for that?

    As to the ‘remembering their previous filters` that would require our filter to use (or be able to use) transients, which it cannot at present. I believe this will be added when we release V3, towards the end of June/early July.

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