Forums › Forums › Search & Filter Pro › Trouble loading search results with WPbakery
Tagged: WPbakery Post Grid
- This topic has 7 replies, 2 voices, and was last updated 6 years, 5 months ago by Trevor.
-
Anonymous(Private) May 23, 2018 at 12:16 pm #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(Private) May 23, 2018 at 12:25 pm #179181Please see this post:
https://support.searchandfilter.com/forums/topic/pagination-not-working-11/#post-105228
Trevor(Private) May 23, 2018 at 1:10 pm #179193To 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(Private) May 24, 2018 at 2:21 am #179407Sorry, 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!
-
AuthorPosts