Forums › Forums › Search & Filter Pro › Beaver Themer conflict
Tagged: beaver themer
- This topic has 3 replies, 2 voices, and was last updated 6 years, 9 months ago by Trevor.
-
Anonymous(Private) January 15, 2018 at 1:59 am #152470
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!
Trevor(Private) January 15, 2018 at 8:37 am #152502We have had issue with Beaver Themer before, as it does not always follow WordPress guidelines. One user worked with them (I believe) to find a reliable method to integrate Beaver Themer with Search & Filter Pro. See these posts:
https://support.searchandfilter.com/forums/topic/beaver-themr-integration-on-taxonomy-archive/
https://support.searchandfilter.com/forums/topic/beaver-builder-themer-integration/
Anonymous(Private) March 6, 2018 at 2:21 am #164053Hi Trevor
I have been working with Justin Busa on the Beaver Builder end with regards to this issue who has confirmed that it is not a problem specific to Beaver Themer.
Even with Beaver Themer deactivated, when SFP is active, CPT archives aren’t returning any posts and the $post object is NULL – please see the attached screenshot.
https://www.dropbox.com/s/flr7ipew95rsiyt/Screenshot%202018-01-15%2010.01.47.png?dl=0
It’s definitely an issue with the Search & Filter Pro plugin. Can you please have a look at this urgently?
Thanks in advance!
Trevor(Private) March 6, 2018 at 10:47 am #164121MMM. From that screenshot I see that you are using WP Engine. That might be the issue. Please see this post:
https://support.searchandfilter.com/forums/topic/general-search-function-not-working/#post-156416
-
AuthorPosts