• This extension is great. However there is an issue when using divi. Divi builder won’t show on some case.

    In order to fix this, simply replace in the file wp-content/plugins/caddy/caddy.php the method run_caddy by the following :

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

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Great extension!’ is closed to new replies.