Forums Forums Search & Filter Pro Display Results as a grid

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

    Hi
    I am using the Enfold theme
    I want to show the results as a grid of 4 columns
    How can I do that?

    Trevor
    #183729

    One way or another, this will be possible, almost certainly using our Custom Display Results method together with the filter_next_query action in a shortcode, either using Enfold’s own grid element, or the free Post grid plugin.

    Do you have a page that shows the search form together with a post grid of what you want to filter, so that I can start the process to see how the two can be joined?

    Anonymous
    #183812
    This reply has been marked as private.
    Trevor
    #183866

    That page does not appear as a four column grid? It will need to be set up in Enfold as a four column grid, even if the search does not yet work/connect to it.

    Anonymous
    #183882

    I can set it as a 4 column grid in enfold, but since I only have only 1 shortcode, what do I do with it?
    If I put it in each of the columns separately, I will be the same results 4 times..
    When using other enfold widgets, I can just specify the number of columns. I assume I need to specify the number of columns somehow through the shortcode..

    Trevor
    #183917

    Does Enfold not have a Post Grid widget where you simply set the number of columns? Not setting the row into four columns, but a page builder element?

    Trevor
    #183919

    I can see a Blog Post grid element in their doucmentation.

    Anonymous
    #183929

    Yes, there is an option for a widget with 4 columns. But how then I connect it to the search results? Where do I put the shortcode in such case?

    Trevor
    #183961

    Assuming you want the form before the grid, the shortcodes would look like this (two of them together):

    [searchandfilter id="1234"]
    [searchandfilter id="1234" action="filter_next_query"]

    And then after them the Post Grid. Change the ID number to that of the form.

    The first gives the form, the second glues that form to the Posts Grid.

    Make sure the form is set to Custom Display results method and the results URL is entered.

    Anonymous
    #184329

    Thank you

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