CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • WordPress Installations (Moderators: Kurund Jalmi, Coleman Watts) »
  • WP Plugins Incompatible with CiviCRM
Pages: [1]

Author Topic: WP Plugins Incompatible with CiviCRM  (Read 2784 times)

aglozier

  • I post frequently
  • ***
  • Posts: 135
  • Karma: 9
    • Phoenix Academy
  • CiviCRM version: 4.7.9
  • CMS version: WordPress 4.6.1
  • MySQL version: 5.7.14
  • PHP version: 5.6.21
WP Plugins Incompatible with CiviCRM
June 01, 2013, 03:54:38 pm
I think it would be useful to document which plugins are incompatible with CiviCRM.  I've encountered a couple.

WP Super Cache.  If I recall correctly this causes problems with contribution pages.  CiviCRM seemed to work otherwise.

Ultimate TinyMCE.  If I recall correctly CiviCRM works but the editor didn't.  You couldn't edit posts or pages.

If anybody else knows of any others please post them.  Also if you gotten the above to work please post your experience.

divemasterza

  • I’m new here
  • *
  • Posts: 15
  • Karma: 0
  • CiviCRM version: 4.4+
  • CMS version: WP
  • MySQL version: 5.6
  • PHP version: 5.4
Re: WP Plugins Incompatible with CiviCRM
January 27, 2014, 04:01:30 am
You can add UberMenu Sticky to the list - breaks all front-end forms

krypto

  • I post occasionally
  • **
  • Posts: 69
  • Karma: 5
  • IT guy for @bhahumanists. Running Civi on WP.
    • British Humanist Association
  • CiviCRM version: 4.5.8
  • CMS version: WordPress 4.x
  • MySQL version: 5.5.x
  • PHP version: 5.5.x
Re: WP Plugins Incompatible with CiviCRM
January 27, 2014, 06:18:54 am
WordPress SEO by Yoast - also breaks front-end forms. Fix is to turn off the FB Open Graph stuff.

jcmorrow

  • I’m new here
  • *
  • Posts: 1
  • Karma: 0
  • CiviCRM version: 4.4
  • CMS version: Wordpress 3.8
  • MySQL version: 5.5.3
  • PHP version: 5.5.3
Re: WP Plugins Incompatible with CiviCRM
January 27, 2014, 10:13:49 am
No Category Parents plugin broke the front-end pages for me.

aglozier

  • I post frequently
  • ***
  • Posts: 135
  • Karma: 9
    • Phoenix Academy
  • CiviCRM version: 4.7.9
  • CMS version: WordPress 4.6.1
  • MySQL version: 5.7.14
  • PHP version: 5.6.21
Re: WP Plugins Incompatible with CiviCRM
February 06, 2014, 07:32:57 am
I also use the Yoast SEO plugin and had to disable the "Add Open Graph meta data" option under the Social Media FaceBook tab.  This is documented here:

http://forum.civicrm.org/index.php/topic,29265.0.html

Other than that the plugin works fine with CiviCRM.

GinkgoFJG

  • I post frequently
  • ***
  • Posts: 135
  • Karma: 4
    • Ginkgo Street Labs
Re: WP Plugins Incompatible with CiviCRM
February 10, 2014, 03:12:04 pm
The Yoast bug also affects JetPack. The solution is to stick
Code: [Select]
add_filter( 'jetpack_enable_opengraph', '__return_false', 99 );in your theme's functions.php.
Are you a CiviVolunteer user? Join the CiviVolunteer 2.0 Matching Grant effort to help the project win $15,000 in grant funding.

aglozier

  • I post frequently
  • ***
  • Posts: 135
  • Karma: 9
    • Phoenix Academy
  • CiviCRM version: 4.7.9
  • CMS version: WordPress 4.6.1
  • MySQL version: 5.7.14
  • PHP version: 5.6.21
Re: WP Plugins Incompatible with CiviCRM
March 14, 2014, 08:10:47 am
The latest Yoast Plugin appears to have fixed the problem with the "Add Open Graph meta data" option.  It not longer breaks our online donation page when it is enabled.

krypto

  • I post occasionally
  • **
  • Posts: 69
  • Karma: 5
  • IT guy for @bhahumanists. Running Civi on WP.
    • British Humanist Association
  • CiviCRM version: 4.5.8
  • CMS version: WordPress 4.x
  • MySQL version: 5.5.x
  • PHP version: 5.5.x
Re: WP Plugins Incompatible with CiviCRM
March 28, 2014, 09:35:44 am
WP Super Cache (tentatively). Plugin works fine other than actually generating the cache files. It breaks because it doesn't kick in if it detects anything in $_GET - and Civi seems to add a civicrm_install_type variable into this.

Got around it by hacking the plugin to allow the Civi parameter - will post the code if anyone's interested.

Other than that, seems to work fine - though we also exclude anything with a Civi querystring.

(tentative as we have a lot of plugins so something else could be messing about with this)

joanne

  • Administrator
  • Ask me questions
  • *****
  • Posts: 852
  • Karma: 83
  • CiviCRM version: 4.4.16
  • CMS version: Drupal 7
Re: WP Plugins Incompatible with CiviCRM
March 29, 2014, 04:54:52 am
There is now a page in the documentation wiki for storing this sort of information.

http://wiki.civicrm.org/confluence/display/CRMDOC/Known+conflicts+with+WordPress+plugins

It would be great if you could transfer this information to the wiki.

I know nothing about WordPress and wouldn't want to transfer out-of- date information across.

As this is a brand new page the table columns are just suggestions and may need to be changed

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • WordPress Installations (Moderators: Kurund Jalmi, Coleman Watts) »
  • WP Plugins Incompatible with CiviCRM

This forum was archived on 2017-11-26.