Conflict with Divi theme?
-
Hi,
We use the Divi theme from Elegant Themes on a site with your plugin. We noticed recently that when the Business Directory plugin is enabled, we see some strange UI behavior in some Divi panels, namely the import/export panel. The spacing/padding is off, and on some panels, is so disruptive that functions don’t even work.
From what I can tell the jQueryUI version you’re using conflicts a bit. This is the URL I see being called: https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/redmond/jquery-ui.css?ver=4.8.1
I found where you call this file in your plugin, it’s in /includes/utils.php on lines 710 – 714:
wp_enqueue_style( 'wpbdp-jquery-ui-css', 'https://ajax.googleapis.com/ajax/libs/jqueryui/' . $ui_version . '/themes/redmond/jquery-ui.css' );
If I comment it out everything on the Divi side functions normally again, and your plugin seems to still work properly.
Is there any danger to commenting out that line in the plugin?
Thanks in advance for your help!
- The topic ‘Conflict with Divi theme?’ is closed to new replies.