Forums Forums Search & Filter Pro Trouble loading search results with WPbakery

Viewing 8 posts - 1 through 8 (of 8 total)
  • Anonymous
    #179180

    I use WPbakery post grid and I am having trouble loading results using this format. The results are returning in the theme’s post format but not with the page format.

    I have tried to use the shortcodes but I am having some trouble.
    Website: https://www.designfinderarchitecture.com/

    I would like the results to return as the masonary grid shown. Is this possible?

    Anonymous
    #179191

    Thank you, got it! And how do I get the filters to go horizontal?

    Appreciate your help

    Trevor
    #179193

    To set the form fields horizontally, you need to use custom CSS, like this:

    .searchandfilter > ul > li {
      display: inline-block;
      margin-right: 20px;
      float: left;
    }
    .searchandfilter > ul > li:last-child {
      margin-right: 0;
    }
    .search-filter-results {clear: both;}
    Anonymous
    #179389

    Thank you! where do I enter that in the search and filter form?

    Anonymous
    #179405

    Silly me, All done! Thank you so much for your help Trevor!

    Anonymous
    #179407

    Sorry, final question! At the moment if a user clicks on a post, the post opens on the current tab rather than in a new tab. Meaning when the user clicks back all selections are lost in the filter selection. Are you able to help with ensuring the filter selections stay even when the user navigates away? or perhaps have the posts open in a new tab?

    Appreciate your help!

    Trevor
    #179414

    Great to hear you have sorted it. The behavior you describe is standard for browsers, and is not so easy to fix. You ARE able to edit the Post Grid in Visual Composer/Page Builder, and there you might find a setting to change the behavior.

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