Support Forums

Hey there, it looks like you've been redirected from designsandcode.com - as you can see we have a new home - read more

Looking for support? You can access the support system via your account.

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

Viewing 8 posts - 1 through 8 (of 8 total)
  • Nancy Dinis
    #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?

    Trevor Moderator
    #179181
    Nancy Dinis
    #179191

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

    Appreciate your help

    Trevor Moderator
    #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;}
    Nancy Dinis
    #179389

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

    Nancy Dinis
    #179405

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

    Nancy Dinis
    #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 Moderator
    #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)

You must be logged in to reply to this topic.