Forums Forums Search & Filter Pro Don’t need plugin

Viewing 7 posts - 1 through 7 (of 7 total)
  • Anonymous
    #261804

    Good afternoon, I bought this literally 30 minutes ago as I thought we’d need it but don’t.

    Trevor
    #261878
    This reply has been marked as private.
    Anonymous
    #261881

    Hi Trevor thank you. I do like the plugin and have got it to work but it doesn’t look great.

    https://myindex.org/organisation/

    If you have any css codes I can use that would be great.

    Trevor
    #261894

    Do you have a sketch (image) of what it needs to look like? You would need to upload the screenshot image(s) to a file sharing site (like the WordPress Cloudup site, Google Drive, Weshare, Dropbox, etc) and share the link with me.

    Or, if you have another form (not from our plugin) on your website that it needs to mimic?

    Trevor
    #262166

    I would use custom CSS like this:

    .searchandfilter[data-sf-form-id="5532"] li[data-sf-field-input-type="select"] select {
        min-height: 52px;
    }
    .searchandfilter[data-sf-form-id="5532"] > ul > li,
    .searchandfilter[data-sf-form-id="5532"] li[data-sf-field-input-type="select"] select,
    .searchandfilter[data-sf-form-id="5532"] li.sf-field-search input {
        min-width: 270px;
    }
    .searchandfilter[data-sf-form-id="5532"] > ul > li {
        padding: 0 5px 0 0;
    }
    .searchandfilter[data-sf-form-id="5532"] > ul > li:last-child {
        padding: 0;
    }
    .searchandfilter[data-sf-form-id="5532"] > ul {
        display: table;
        margin: 0 auto 10px;
    }
    Trevor
    #263034
    This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 total)