-
Search Results
-
Topic: Second Search comes up blank
Hello,
I’ve just started using S&F and was able to build a sweet filterable search form for a list of faculty at a research centre: http://tsas4.wpengine.com/affiliate-results/
The search results load well for the custom post type. But if I try a second search using the search form that comes up on the results page (a Beaver Themer template), the results come up blank.
If it’s helpful to know, for “Display Results”, I’m using the “Post Types Archive” (Affiliate Archive).
Is this because this search method works well on a page (http://tsas4.wpengine.com/affiliate-results/) but not well on the Beaver Themer Template (http://tsas4.wpengine.com/affiliate/)?
any help is appreciated,
JacobTopic: Beaver Themer conflict
We’re experiencing a conflict between Search & Filter Pro and Beaver Themer. When SFP is active, the $post object on CPT archive pages is defined as NULL which breaks Beaver Themer.
You can test that out by putting the following code in a child theme and visiting a CPT archive…
add_action( ‘wp’, function() {
global $post;
echo gettype( $post );
} );Can you test that out and let us know if a fix is possible? Thanks!
Hello all,
Do we know if the S&FPro works perfect as yet with Beaver Builder (specifically Themer) for things like search results pages and filtering archives etc?
I know that a few months back I heard some people had got it working, and others hadn’t.
Wondering if we have a solution as yet that isn’t a bit hacky.
Cheers! 🙂
PaulSorry, I have been working for some time trying to get this to work, so I figure I will ask here …
When I place the form on the beaver themer page, how do I connect the form to the results on a post archive?
Thanks in Advance!
S&F with Ajax works with Post Type Archive display method.
But filters are not working on taxonomy archive at all.It looks its trying to load page because I see gray layer.
But content and query doesn’t change.
I don’t see error on Chrome console either…