Forums Forums Search & Filter Pro Sort order doesn’t work

Viewing 10 posts - 21 through 30 (of 36 total)
  • Trevor
    #269126

    Posts normally only repeat if they are sticky posts or you have a random sort order set somewhere?

    Anonymous
    #269277

    Ok I fix this issue, but now I need to configure the infinite scroll.
    At moment in the page https://justwine.ch/negozio/ the pagination work correct but If I change it from Normal to Infinite scroll in all next pages I have the same product of the first page.

    Could you help me?

    Trevor
    #269311

    For Elementor, I think you should set the Pagination to None in the Elementor Posts widget, and set our form to Infinite Scroll pagination (no container settings needed), otherwise the two conflict.

    Anonymous
    #269348

    I did, but no results. With your configuration the pagination doesn’t appear the the page https://justwine.ch/negozio/

    Anonymous
    #269350

    Hi Trevor, I found the error. So now this issue is fixed. Thank you very much for the support.

    About the next Issue

    2. I want to sort results also with a taxonomy field but I don’t see this option, Could be possible? the taxonomy is Producer like I used in the filter

    Trevor
    #269354

    2. I explained why this is not possible in this message/reply:

    https://support.searchandfilter.com/forums/topic/sort-order-doesnt-work/page/2/#post-268973

    Anonymous
    #269356

    Ok, so, the point 1, 2 and 4 is done. About the #3 style of the form, in particular the width, could I custom?

    Trevor
    #269358

    On the style. First remove any style you have added, then, as I asked before, send me an annotated screenshot of the design change(s) you want?

    Anonymous
    #269361

    I removed all style and here the request
    https://justwine.ch/bug_2020-12_04/

    Trevor
    #269420

    Try this custom CSS:

    .searchandfilter[data-sf-form-id="3664"] .sf-field-search input, .sf-field-search label {
        display: block;
        width: 100%;
    }
    .searchandfilter[data-sf-form-id="3664"] ul {
        padding-left: 0;
    }
    .searchandfilter[data-sf-form-id="3664"] li[data-sf-field-input-type="select"] select,
    .searchandfilter[data-sf-form-id="3664"] li[data-sf-field-input-type="select"] label {
        width: 100%;
    }
    .searchandfilter[data-sf-form-id="3664"] .meta-slider {
        max-width: calc(100% - 21px);
        margin-left: 5px;
    }
Viewing 10 posts - 21 through 30 (of 36 total)