Trevor

Forum Replies Created

Viewing 10 posts - 31,881 through 31,890 (of 32,056 total)
  • Trevor in reply to:
    Variations not showing in filter
    #41136

    Hi Eric

    I can’t see anything obviously wrong, so Ross will take a look at this in depth over the weekend.

    Trevor in reply to:
    No products displaying, Server timing out, Remnants after Uninstall
    #41135

    What Display Results method were you using in S&F?

    Search and Filter does not overwrite any theme/WooCommerce settings, so I am wondering how that shortcode remnant is still showing.

    Trevor in reply to:
    Setting-up WooCommerce and S&F
    #41128
    This reply has been marked as private.
    Trevor in reply to:
    Setting-up WooCommerce and S&F
    #41127

    Hi

    I think you replied to the email, which is a no-reply address 🙁 You need to follow the link back to this forum. I will send my Skype details by another post as a private reply.

    Trevor in reply to:
    Customising the Results
    #41110

    If you want, I CAN spend 5-10 minutes on Skype to show you how I do it.

    Trevor in reply to:
    Customising the Results
    #41108
    This reply has been marked as private.
    Trevor in reply to:
    Customising the Results
    #41106

    Well, it isn’t. I downloaded all the CSS to check. How did you add the Custom CSS?

    Trevor in reply to:
    Customising the Results
    #41104

    I do not see the custom css on the page?

    Trevor in reply to:
    Customising the Results
    #41097

    OK. I wish to see that I am on the right direction. Please add this to custom CSS for the site and then look at the S&F search and select, for example, Jute Bäckerei:

    #search-filter-form-265 {
        position: relative;
        overflow: visible;
        box-sizing: border-box;
        min-height: 1px;
        width: 29.06%;
        padding-right: 50px;
        float: left;
    }
    #search-filter-results-265 {
        position: relative;
        overflow: visible;
        box-sizing: border-box;
        min-height: 1px;
        width: 70.94%;
        float: right;
    }
    Trevor in reply to:
    Issues displaying search form horizontally in Avada
    #41096

    OK

    I need to see an actual page with what you want it to look like (an example), as this will make my task easier.

    But, to whet your appetite, this is the custom CSS to make the button look as you want:

    .sf-field-submit input {
      font-family: 'Karla', Arial, Helvetica, sans-serif;
      font-weight: 700;
      letter-spacing: 1px;
      color: #fff;
      text-transform: uppercase;
      font-size: 13px;
      background: #427ed1;
      border-width: 0;
      border-radius: 25px !important;
      padding: 11px 23px;
      line-height: 16px;
      cursor: pointer;
      transition: all .2s;
      -webkit-transition: all .2s;
      -moz-transition: all .2s;
      -ms-transition: all .2s;
      -o-transition: all .2s;
    }
    .sf-field-submit input:hover {
      background: #4c8be0;
    }
Viewing 10 posts - 31,881 through 31,890 (of 32,056 total)