Forums Forums Search & Filter Pro Result display same page

Viewing 10 posts - 1 through 10 (of 31 total)
  • Anonymous
    #223802

    Hello,
    I would like to have a search and a result display on the same page, like this page: https://demo.designsandcode.com/sfpro-movie-reviews/search/
    => see all the post when we open the page
    => the search elements in a column
    => The results of the search on the same page

    Here are my several problems on page https://www.agricamper-italia.com/blog/
    – I have the search elements on the right bar (added in a widget), but bulleted, how to remove this effect?
    – I have twice the results of the search
    – How can I have a scroll like in “Genres” in https://demo.designsandcode.com/sfpro-movie-reviews/search/ ?
    – How can I modify the exract of the post in the result list (like in https://demo.designsandcode.com/sfpro-movie-reviews/search/)?

    Thanks a lot

    Trevor
    #223855
    This reply has been marked as private.
    Anonymous
    #223906
    This reply has been marked as private.
    Trevor
    #224020

    On the appearance of the form, this custom CSS should override your theme:

    .widget .textwidget .searchandfilter ul li {
      list-style: none;
      display: block;
    }
    .widget .textwidget .searchandfilter ul {
      margin: 0px;
    }
    .searchandfilter input.sf-input-checkbox[type="checkbox"] {
      vertical-align: top;
      margin-top: 4px;
    }
    .searchandfilter li[data-sf-field-input-type=checkbox] label {
      width: calc(100% - 32px);
    }
    Trevor
    #224022

    The dual results was because you had this set:

    https://www.screencast.com/t/9K4epytk

    I have switched that off for you.

    The demo uses the TwentyFourteen theme, so uses the post layout from that. Are you able to find a layout in your theme that suits, or show me roughly what you want?

    You might be able to use a layout from the Post grid plugin, and that can be used following this guide:

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

    Anonymous
    #224236

    Hello Trevor,

    Thanks for your feedback:
    – see all the posts when we open the page => OK
    – the search elements in a column => OK
    – I have the search elements on the right bar (added in a widget), but bulleted => OK
    – I have twice the results of the search => OK
    – How can I modify the extract of the post in the result list => OK

    The things I haven’t figured out:
    – the results of the search on the same page
    I changed URLs, the page with all the post is https://www.agricamper-italia.com/ricerca-multi-criterio/. I would like that we we do the search and its automaticly update the results on the right. I created this page for the results https://www.agricamper-italia.com/ricerca-multi-criterio-risultati/. I probably did an error because it doesn’t work. If I select “Abruzzo” in “REGIONI E PROVINCE” it updates me all the infos in the left search column but not on the right of the page.
    – How can I have a scroll like in “Genres” in https://demo.designsandcode.com/sfpro-movie-reviews/search/ ?
    – How can I have a scroll bar like in “Oscars Won” in https://demo.designsandcode.com/sfpro-movie-reviews/search/ ?

    Thanks a lot for your help

    Trevor
    #224288
    This reply has been marked as private.
    Anonymous
    #224326

    Hello Trevor,

    Thanks for your feedback

    The CSS code for the scrollbar on Genres is this (you can use the same)
    => OK

    Oscars won is a post meta form field object, set to range, number, like this I think:
    => I didn’t find out where to modify this (in Edit Search Form https://www.agricamper-italia.com/wp-admin/post.php?post=6315&action=edit)

    I do not understand why you have this page: https://www.agricamper-italia.com/ricerca-multi-criterio/
    and this results page: https://www.agricamper-italia.com/ricerca-multi-criterio-risultati/
    Surely you want on the first page, and not the other?
    => I would like a page with the results that refresh automaticly in the same page exactly like https://demo.designsandcode.com/sfpro-movie-reviews/search/. I created /ricerca-multi-criterio-risultati/ page because I thought we need a second page to show the results. It’s egual for me to keep or delete one of the two pages.

    Does the search work on either page?
    => Search works with the “Search” box
    => But today (it was not like this yesterday evening) all the taxonomies are at 0 but I checked and my posts have the taxonomy. Example “Final Introbio” post has the Categories “Lecco, Lombardia”, and “TIPOLOGIE” Agricultura ecc, but all the parameters are on (0) on the left column.

    Thanks a lot for your help

    Trevor
    #224358
    This reply has been marked as private.
    Anonymous
    #224439

    Hello,
    I’m sorry but the search still partially works.
    Search box works
    Then all this taxonomies above works only in the left column, but not refresh the post results on the right:
    REGIONI E PROVINCE
    SERVIZI
    TIPOLOGIA
    PRODOTTI AZIENDALI
    LINGUE PARLATE
    POSIZIONE
    ORARIO LIMITE DI ARRIVO
    Thanks

Viewing 10 posts - 1 through 10 (of 31 total)