WP Plugin Conflict List
A list of known conflicts with other plugins. The list is comprised of Premium and Free Plugins that users report. With the many updates, some of the entries will be outdated. There are many plugin conflicts, this list represents a fraction of them. Plugin A is the possible source.
| Plugin A: (probable source) | Plugin B: (impacts) | Discovered: | Description: | Severity Solution: | Status: |
|---|---|---|---|---|---|
| Ultimate TinyMCE 4.6 | Simple-Press TnyMCE Editor v 2.0.6 | May 2012 | May prevent the text editor in Simple-Press to display | Medium, disables Rich Text editor plugin in Simple-Press | |
| Q and A v1.0.3 | Simplo + Tersus Themes | 9-5-2012 | Breaks theme sub-menu or theme | Major - roll back to an earlier version | |
| Memory Viewer | Headway Theme Editor | 8-5-2012 | Memory Views prohibits Headway Visual Editor to load | important | |
| Ether Content Manager 1.7.x | CollabPress | May - 2013 | Disables CollabPress | Major - Deactivate Ether Content Builder | |
| Ether Content Manager 1.7.x | Really Simple Issue Tracker v 1.0 | May 2013 | Echos twice the item on the page | Non Critical- de-activate | |
| Ether Content Manager 1.6.9 | Events Manager | Oct-14-2012 | Renders Event Manager unusable | Major - roll back to Ether Content Builder 1.6.8 | |
| Ether Content Manager 1.6.7/8/9 | WP Customer Reviews | 8-5-2012 | Ether Content Manager places WP Customer Reviews always at page top. | minor | |
| Ether Content Manager 1.6.7/8 | Event Manager | 6-12-2012 | Event Manager "CONTENT" is exposed if managed by Ether Content Manager | minor - do not use Ether Content Builder | |
| Better WP Security | Ether Content Manager | 7-23-2012 | Hides Ether Content Manager if "Turn off file editor in WordPress Back-end" is checked. | minor - just do not check "hide editor" | |
| Awesome Ads 1.0.4 | Simple Press 5.1.3 | 8-10--2012 | Hides the "Forum" menu item (left side) | minor - deactivate and you will see the Forum menu | |
| 404 Page Redirect | Headway Theme Editor v 2.0.14 | 8-11-2012 | May prevent Headway Visual Editor to load | minor - just deactivate this 404 plugin | |
| Easy FancyBox v 1.3.4.9 | 9-10-2012 | Prohibits lightbox effect. More testing needed. | Non Critical- de-activate Wordfence | Fixed with version 3.4 | |
| WordPress Admin menu bar | 8-7-2012 | Hides the Admin menu bar at page top | minor - you need to enter by using the /wp-admin to the URL or revert back to version 1.0.4 | Fixed with version 1.0.6 | |
| Simple Press 5.1 x | Oct-12-2012 | Disables the Create New Topic popup | Major - disable Ribbon Maker | Fixed with version 1.6 | |
href="http://wordpress.org/extend/plugins/ribbon-maker/" target="_blank">Plugin at WordPress | Colored Vote Polls 1.0 Color Vote at WordPress | Nov-1-2012 | Hides the color bar in the admin | minor - deactivate Ribbon Maker | Fixed with version 1.6.2 Nov 13 |
| Headway Theme | 9-4-2012 | Header block conflicts with Headway Theme CSS | Major - roll back to an earlier version | Fixed with version 1.0.3 | |
| Simple Press | 8-5-2012 | Event Manager hides the Simple Press "Forum" link within the Admin | minor - you can still operate if you deactivate Event Manager | Fixed with version 5.x | |
| Ultimate TnyMCE text editor | 9-27-2012 | Tiny MCE behaves unpredictable. The List tag breaks when inside of a Ether Content Builder page. | Resolved in WP version 3.5 Major - do not use bullets of any of the list tags within Ether Content Builder Resolved - WordPress 3.5 | ||
| Ultimate TnyMCE text editor | Oct-13-2012 | Prevents the use of tools and will not save text. | Resolved in WP version 3.5 and ECB 1.7.x | ||
| WP-Members | 8-23-2012 | If the shortcode for wp-members, [page="register"] is used on a registration page managed by Ether Content Builder you will see exposed, [wpmem_txt][/wpmem_txt]. You will need to be logged out to see these shortcodes. Chad Butler wrote: That would be caused by an improperly developed shortcode in Ether Content Builder. The WP shortcode process fires only once, so all shortcodes need to also run do_shortcode on the content they are returning, otherwise they could potentially return unparsed shortcodes. You could filter that out with the wpmem_register_form filter, adding something like this to your functions.php: add_filter( 'wpmem_register_form', 'trim_wpmem_txt' ); function trim_wpmem_txt( $form ) { $old = array( '[wpmem_txt]', '[/wpmem_txt]' ); $new = array( '', '' ); $form = str_replace( $old, $new, $form ); return $form; } return $form; } | Resolved in version 1.6.9 | ||
Below you may want to comment about any of the plugins listed above or report a possible conflict.