Forums Forums Search & Filter Pro Columns and Grids

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Anonymous
    #190271

    Good afternoon,

    Was wondering if there was a way to list the checkboxes of locations on my search form in multiple columns vs one? In addition, to have the search results appear in a grid (two-three columns)? Link to sample search below. Thank you in advance for your support.
    http://nvk.1f1.myftpupload.com/senior-housing-search-form

    Trevor
    #190337

    With regard to the form, this would probably do that:

    .sf-field-taxonomy-portfolio_category > ul {
        columns: 3;
    }

    You would need a custom template to maek the results into columns, or use the free Post grid plugin, as shown here:

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

    Anonymous
    #190492

    Thanks Trevor! That worked perfect! One other quick question, and please feel free to redirect me if this question has already been answered. How do I add a link on the search results page, to go back to the search page? Example, the search results from this page, http://nvk.1f1.myftpupload.com/senior-housing-search-form/ end up on http://nvk.1f1.myftpupload.com/search-results/. Is there any way to add a link or button on the search result page so a user can go back to the search form page? Thank you so much again for your support.

    Trevor
    #190604

    The way you have it is the only way to do it (a manually inserted link).

Viewing 4 posts - 1 through 4 (of 4 total)