Support Forums

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

Forums Forums Search & Filter Pro No results are showing

Tagged: 

Viewing 10 posts - 1 through 10 (of 18 total)
  • Kevin Lucas
    #196012

    Hi,

    I am using your plugin to filter and search in a custom post type but when i click the category or the date range nothing is displayed. am i missing something?

    Kind regards,
    Kevin Lucas

    Trevor Moderator
    #196041
    This reply has been marked as private.
    Kevin Lucas
    #196045
    This reply has been marked as private.
    Trevor Moderator
    #196055
    This reply has been marked as private.
    Kevin Lucas
    #196063
    This reply has been marked as private.
    Trevor Moderator
    #196074
    This reply has been marked as private.
    Kevin Lucas
    #196077
    This reply has been marked as private.
    Kevin Lucas
    #196234
    This reply has been marked as private.
    Trevor Moderator
    #196246

    Do you mean vertical scrollbar, such as is shown on the Genres field here (for checkboxes and radio buttons):

    http://demo.designsandcode.com/sfpro-movie-reviews/

    Like this:

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

    The ALL filter, is this on a select dropdown? You can’t remove it, but you can hide it:

    .sf-field-taxonomy-download_category .sf-item-0 {
        display:none;
    }

    Change this according the to li class on the field.

    Kevin Lucas
    #196319

    Hi Trevor,

    with regards to the All filter I have hidden it but it chooses all on page load is there a way to get it choosing a different filter on page load?

    with the scroll what we really wanted to do is to have buttons. I have changed the categories to run horizontally and i want left and right buttons but i cant get it to work as the thing im looking for to control doesn’t have a class so it looks like “#search-filter-form-1321 ul li ul li”

    Kind regards,

    Kevin Lucas

Viewing 10 posts - 1 through 10 (of 18 total)

The topic ‘No results are showing’ is closed to new replies.