Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Constant Contact

    (@constantcontact)

    Just to confirm, you’ve already tried utilizing this temporary hotfix and the issue is still cropping up?

    function fusion_ctct_conflict_resolution() {
    	wp_dequeue_script( 'ctct_gutenberg' );
    }
    add_action( 'admin_enqueue_scripts', 'fusion_ctct_conflict_resolution', 11 );
    

    You put this in your active theme’s functions.php file?

    Thread Starter mike

    (@michaelranderson)

    Just tried it again and it seems to work.

    Plugin Author Constant Contact

    (@constantcontact)

    Awesome to hear that things look to be working for you again.

    Plugin Author Constant Contact

    (@constantcontact)

    This is hopefully better and more permanently addressed in version 1.6.1.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Constanct Contact / Avada Issue’ is closed to new replies.