Forums › Forums › Search & Filter Pro › Display Results as a grid
- This topic has 9 replies, 2 voices, and was last updated 7 years, 8 months ago by
Anonymous.
-
Trevor(Private) July 27, 2018 at 4:14 pm #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(Private) July 30, 2018 at 12:23 pm #183882I 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(Private) July 30, 2018 at 4:32 pm #183961Assuming 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.
-
AuthorPosts