Skip to main content
All CollectionsTroubleshooting and FAQsCommon Issues
How to Troubleshoot Third-Party Plugin Conflicts
How to Troubleshoot Third-Party Plugin Conflicts

Learn how to troubleshoot and resolve third-party plugin conflicts in WordPress to ensure your site runs smoothly and efficiently.

Updated over a week ago

If you encounter any problems after installing or updating a 3rd party plugin, there's likely a conflict happening.

Checking for plugin conflicts is usually the first step in troubleshooting any WordPress issue. Please follow the below steps in such cases:

  1. It's recommended that you fully back up the website before making any changes.

  2. Go to WordPress Dashboard β†’ Plugins

  3. Click on the Active tab

    WordPress - Active plugins page

  4. Select all active plugins

  5. Choose the Deactivate option from the dropdown

  6. Click on the Apply button.

    WordPress - Deactivate all active plugins

Important Note: Do not deactivate important plugins that might take your whole site down, like SSL plugins.

If you are using a caching plugin, please make sure to clear the cache from the plugin settings before deactivating that plugin.

If the issue is not fixed after deactivating ALL plugins, it is not a plugin conflict; something else is causing the problem. In this case, please contact our Support Team.
​

If the issue gets fixed after deactivating ALL plugins, proceed to the following steps:

  1. Go back to the plugin's page and click on the Recently Active tab

  2. Enable each plugin one at a time

  3. After plugin activation, refresh the site and see if the issue appears

  4. Repeat steps 2 and 3 to identify the plugin that creates the issue.

Once the offending plugin is found, check if it works as expected while a default WordPress theme is active:

  1. Go to WordPress Dashboard β†’ Appearance β†’ Themes

  2. Activate any of the WordPress default themes, such as Twenty Twenty-Four

  3. Check if the issue still exists. Make sure the offending plugin is still active.

    1. If the issue occurs with the default WordPress theme as well, the problem is with the plugin itself, and you need to contact the developer of that plugin. You can also find an alternative plugin on the WordPress Plugins page.

    2. If the plugin is working fine with the default WordPress theme but not working fine with Divi only, in that case, you need to contact the plugin developer first and report the issue, as they know better their plugin's code.

They can quickly check where the conflict is, and if it is something to be fixed at their end, they can fix it. If they suggest anything specific to be fixed at our end, please let us know their findings, and we can update our development team to fix those issues.

Did this answer your question?