Forums Forums Search & Filter Pro Display the current filter query in the filter form area (Ajax area)

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Anonymous
    #211670

    I want to display in realtime my sort label before the filter form.

    Trevor
    #211688
    This reply has been marked as private.
    Anonymous
    #211709

    is in my Search & Filter form
    this [ランキング条件] is my sort.

    Trevor
    #211731

    Do you have a realisation of what it needs to look like?

    I can see your form needs at least this custom CSS, I think:

    .page_decoration .searchandfilter ul li:before {
      display: none;
    }
    .searchandfilter > ul > li > ul > li {
      margin-bottom: -20px;
    }
    .searchandfilter li[data-sf-field-input-type=checkbox] label, .searchandfilter li[data-sf-field-input-type=radio] label, .searchandfilter li[data-sf-field-input-type=range-radio] label, .searchandfilter li[data-sf-field-input-type=range-checkbox] label {
      top: -20px;
      position: relative;
    }

    … to remove the ‘dots’ and align things nicer.

    Anonymous
    #211775

    thank you very much!
    its ok this!

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