Forums › Forums › Search & Filter Pro › Conflict with theme
- This topic has 5 replies, 2 voices, and was last updated 4 years, 11 months ago by Trevor.
-
Anonymous(Private) November 22, 2019 at 5:45 pm #227426
This has been an issue for some time that I’ve been adjusting for. In the theme I’m using for a client’s site (Themify Ultra https://themify.me/themes/ultra), one of the builder modules title “Post” is supposed to query blog and custom post types. Kind of like recent news on the home page. Recently, I’ve installed the same theme developers “portfolio” post type and attempted to view the archive page and got these warning messages.
Warning: array_keys() expects parameter 1 to be array, boolean given in /home/nmcodev/public_html/aaspas/wp-content/plugins/search-filter-pro/includes/class-search-filter-third-party.php on line 960
Warning: in_array() expects parameter 2 to be array, null given in /home/nmcodev/public_html/aaspas/wp-content/plugins/search-filter-pro/includes/class-search-filter-third-party.php on line 962
I’m attempting to come up with a programmatic answer at my end but I’m hoping you can give me some direction.
Anonymous(Private) November 22, 2019 at 8:19 pm #227440Thank you for that. It definitely got rid of the warnings but it didn’t fix the post query issue I’m still running into. I verified that its the Search and Filter Pro plugin that’s causing the issue by deactivating it and testing the post module for the Themify Builder. I haven’t run into this with any other query I’ve run while still using your plugin but I’m still hoping you can help me work this out.
-
AuthorPosts