Compatibility with Brizy Plugin
-
Hi guys,
I am one of the developers of Brizy plugin. We have a incompatibility between our plugins I don’t know if it is a imcompatibility but I think it is best to consult with you.
The issue happens on the page chosen as a search page in the Geodirectory settings our editor can’t load because wp query is changed in the file geodirectory/includes/class-geodir-query.php function pre_get_posts:// Divi page builder breaks editor. if ( ( function_exists( 'et_divi_load_scripts_styles' ) || function_exists( 'dbp_filter_bfb_enabled' ) ) && ! empty( $_REQUEST['et_fb'] ) && ! empty( $_REQUEST['et_bfb'] ) ) { } else { $q->is_page = false; $q->is_singular = false; }I can change this vars is_page and is_singular to true by adding a later function on pre_get_posts but I don’t know if it is a reasonable solution for us I mean if I won’t break other things for you.
The idea is that people want to edit this page with brizy to use your shortcodes inside our builder like [gd_notifications], [gd_search], etc.
can we guys work together to solve this issue between our plugins?Regards,
ViorelThe page I need help with: [log in to see the link]
The topic ‘Compatibility with Brizy Plugin’ is closed to new replies.