Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Integrate

Viewing 6 posts - 11 through 16 (of 16 total)
  • Trevor Moderator
    #261866
    This reply has been marked as private.
    Ease Cox
    #261909
    This reply has been marked as private.
    Ease Cox
    #261981
    This reply has been marked as private.
    Trevor Moderator
    #262163

    There is no way to add a scroll to a select field other than to have lots of entries (as our demo does). What you could do is to make it a combobox in the field settings. This would the apply the Select2 jQuery script to it, and style it much better.

    At the moment you are hiding if empty. But you want to show them, see here:

    https://www.screencast.com/t/jUc9Mhe5WqYf

    Some custom CSS is needed for the date to be in 2 columns:

    .searchandfilter[data-sf-form-id="14110"] li.sf-field-post_date input {
        width: 100px;
        min-width: auto;
        display: inline-block;
    }
    .searchandfilter[data-sf-form-id="14110"] li.sf-field-post_date li {
        display: inline-block;
    }
    .searchandfilter[data-sf-form-id="14110"] li.sf-field-post_date li:first-child {
        margin-right: 20px;
    }
    Ease Cox
    #262505

    Thanks,
    Great support team!!
    And very nice plugin, flexible

    Trevor Moderator
    #262515

    Thanks for getting back to me. I will close this thread for now.

Viewing 6 posts - 11 through 16 (of 16 total)

The topic ‘Integrate’ is closed to new replies.