• Is fairly decent plugin for what it is intended to do but I’ve found a few conflicts like causing Visual Composer (CodeCaynon) popular and killer add-on, to not be able to edit work if Constant Contact plugin is activated.

Viewing 1 replies (of 1 total)
  • brettv

    (@brettv)

    After an hour or so of fun debugging, I figured out what this was.

    The fix for this conflict is:

    Edit the file:

    wp-content/plugins/constant-contact-api/lib/eventspot/embed.php

    Find this line near the top:

    add_action(‘admin_footer’, ‘eventspot_add_mce_popup’);

    Change it to this (priorities lower then 200 probably work, but I was pretty unhappy with it at this point and wanted to punish it with an “I-hate-you-now” low priority. Ha. )

    add_action(‘admin_footer’, ‘eventspot_add_mce_popup’, 200);

Viewing 1 replies (of 1 total)
  • The topic ‘Conflicts with Visual Composer -otherwise OK’ is closed to new replies.