AnonymousInactive
I would like to customize the layout of the results in the page. I would like it to look like the Masonry blog page with the possibility to click through and see the whole page explaining the feature.
I’m using the Bridge theme.
I’ve used the short code method of your plugin.
Can you realise this for me?
Thanks!
AnonymousInactive
Ok thanks,
I’ve tried and it’s not working but since i’m not sure where to put the code from Ross I think i will just desactivate ajax
I put the code in the masonry-initialisation.js file. is that it ?
It is because your grid loads using Isotope (Masonry), and that needs to be triggered again. This is where it gets complicated. This post:
https://support.searchandfilter.com/forums/topic/reload-masonry-grid-after-ajax-call/
and in particular this post by Ross:
https://support.searchandfilter.com/forums/topic/reload-masonry-grid-after-ajax-call/#post-165867
Shows, in general/theory, how to do this, but each theme/plugin will/may do it differently. You may need to talk with your theme author on this.
It is very difficult to write a masonry grid, and custom coding is not part of our support. What theme are you using?
AnonymousInactive
Thank you for your quick response. I have already done this.I added some classes in order to control some of the results but that’s not enough. I wanted something like a masonry layout, like one of the pages in my site. Do I just copy/paste the php used there? Can I send you the wp in order to take a look at it?
AnonymousInactive
Hello,
How can I change the results display to a masonry or grid? Its full width now.
AnonymousInactive
Hi Trevor, thanks for getting back to me. Okay I can live without Pods but I still can’t get Themer to work. Apologies if I am missing the point but I am not trying to get Masonry grid to work. I just need SFP to pick up my Themer template to display the search result the way I want them (showing the featured image, extract and title). Am I missing a setting somewhere?
I’ve got Display “As an Archive” selected.
I’ve got “Use custom template” ticked.
I don’t know what to add to “Enter the filename of the custom template:”?
I’ve tried both with Ajax on and off (just because I saw posts where people struggle with this).
I’ve tried the scripts in your links in my functions.php. The first one has no effect. The second one breaks the site (possibly because I don’t know exactly what to do with it).
Any ideas please?
AnonymousInactive
I actually ended up using the short code method and the Custom Post Types for Fusion Builder plugin. I was able to utilize the built in grid, masonry and carousel functions true to Avada along with the Infinite Scroll and Load More functions from Avada. Unfortunately, using the S&F Pro Ajax was still a no go when performing a new search, but I can live without it at this point.
Custom Post Types for Fusion Builder:
https://codecanyon.net/item/custom-post-types-and-taxonomies-for-fusion-builder/15572585
How I utilized it with Search and Filter Pro:
https://whsnew.pairsite.com/physicians-finder/
https://whsnew.pairsite.com/locations-practices/
We do not support the filtering of Pods templates because they do not use the WP Query function to fetch data. Instead they use Pods custom code to show the posts.
Beaver Builder and Beaver Themer should work, this post gives some details and information:
https://support.searchandfilter.com/forums/topic/second-search-comes-up-blank/#post-160521
And this post on how to (generally) trigger Masonry on Ajax reload of results:
https://support.searchandfilter.com/forums/topic/reload-masonry-grid-after-ajax-call/#post-165867