• Resolved tin_soldier

    (@tin_soldier)


    The issue pointed out here: https://www.ads-software.com/support/topic/issues-with-divi-builder-3/ still exists.

    The problem is not that you can’t use the visual builder but when Caddy is installed the button in the admin bar ‘Enable Visual Builder’ disappears. You have to access page editing from the backend. This is not great and if you deactivate Caddy the button is where it should be.

    This is tested using Divi Builder Plugin but I’d imagine it would be the same for Divi Theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    I also face this issue. I was able to fix it by replacing run_caddy method in wp-content/plugins/caddy/caddy.php by :

    function run_caddy() {
    if (!isset($_GET[‘et_fb’])) {
    $plugin = new Caddy();
    $plugin->run();
    }
    }

    That deactivates the module when divi builder is on (we don’t need it to be active when builder is on).

    Plugin Support usecaddy

    (@usecaddy)

    Hi this has been resolved in the 2.0 release.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Divi Builder conflict’ is closed to new replies.