Forums Forums Search & Filter Pro Customising the Results

Viewing 10 posts - 11 through 20 (of 23 total)
  • Anonymous
    #41036

    Thank you for your swift reply.

    What I would like to have is a Search&Filter search result that looks exactly like the “normal” search result. I understand that this is not part of the S&F support. I had no idea if it is easy or not to achieve this. I showed you the search.php file and was hoping you say something like, “okay this is easy, just copy this part of the code in the results.php file and you’re done”. I don’t want to try your patience too far. I simply had no idea what is easy to achieve and what not.

    I don’t know what you mean with the “set a slug” and the Url.
    My problem with the archive display are:
    + The results are shown in another tab. I don’t see the search form and the results on the same page
    + You documentation says the Ajax is slower.

    Trevor
    #41039

    I am wondering whether it is possible to style the results to look similar? Do you have comparable screenshots so I can see? You can use any image sharing or file sharing sites to share them (in a private reply).

    Anonymous
    #41040
    This reply has been marked as private.
    Trevor
    #41042

    OK. I see them. I will look at them in the morning.

    Trevor
    #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;
    }
    Anonymous
    #41103

    Okay, I did it.

    Trevor
    #41104

    I do not see the custom css on the page?

    Anonymous
    #41105

    It should be there

    Trevor
    #41106

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

    Anonymous
    #41107
    This reply has been marked as private.
Viewing 10 posts - 11 through 20 (of 23 total)