Forums Forums Search & Filter Pro Refund

Tagged: 

Viewing 10 posts - 21 through 30 (of 33 total)
  • Trevor
    #196071

    Hi

    So, other than the drop down arrows (which would require some javascript to be added, so let me know if you want to go that far, this Custom CSS is the basis for getting it to look ‘right@:

    .searchandfilter .sf-field-submit input[type="submit"] {
      color: #fff;
      background: #02aece;
      font-family: "Roboto", Sans-serif;
      border-radius: 50px 50px 50px 50px;
      font-size: 22px;
      font-weight: 500;
      line-height: 33px;
      padding: 12px 24px;
      flex-grow: 1;
      display: block;
      width: 100%;
    }
    .searchandfilter select {
      color: #7a7a7a;
      font-family: "Roboto", Sans-serif;
      font-size: 16px;
      border-radius: 50px 50px 50px 50px;
      outline: 0;
      padding: 15px 5px;
      flex-grow: 1;
      display: block;
      width: 100%;
    }
    .searchandfilter > ul {
      margin-left: 0;
      padding-left: 0;
    }
    .searchandfilter > ul li {
      padding: 6px 0;
      display: flex;
    }
    .searchandfilter ul li label {
      display: flex;
      width: 100%;
    }
    Anonymous
    #196148
    This reply has been marked as private.
    Trevor
    #196157

    1. This might be caching on your phone. Try using an online iPhone emulator and see if it still happens.

    2. The layout of the page is dependent on the template file, from your theme that you have specified to use on the Display Result settings tab in the form design.

    Anonymous
    #196159

    1. But I’m not working on my phone…
    2. We’ve tried, not working… other solution?

    Trevor
    #196163

    1. What Apple device was it then?

    2. If you do not have a page builder plugin, try this solution:

    https://searchandfilter.com/documentation/3rd-party/post-grid/

    Anonymous
    #196208
    This reply has been marked as private.
    Trevor
    #196226

    The form on that page is set to use the Shortcode Display Results method, but it should be set to Custom, per the guide.

    Anonymous
    #196258

    Tried that, didn’t work.
    So…. now what?

    Trevor
    #196275
    This reply has been marked as private.
    Anonymous
    #196281
    This reply has been marked as private.
Viewing 10 posts - 21 through 30 (of 33 total)