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 »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • CiviCRm & Jetpack Conflict
Pages: [1]

Author Topic: CiviCRm & Jetpack Conflict  (Read 1733 times)

Interpolat

  • I post frequently
  • ***
  • Posts: 140
  • Karma: -1
    • Interpolat Solutions, LLC.
  • CiviCRM version: 4.4+
  • CMS version: Wordpress
  • MySQL version: 5.5+
  • PHP version: 5.4+
CiviCRm & Jetpack Conflict
January 04, 2013, 01:20:35 pm
Ever since Jetpack 2.0.4, activating Jetpack leads to all my CiviCRM forms disappearing from the front-end of my wordpress installation. The forms have been installed onto Wordpress pages using shortcodes.  This problem persists even with Jetpack 2.1.  I initially posted about this here, but still have had no help resolvng this:

http://forum.civicrm.org/index.php/topic,26790.msg115851.html#msg115851
Interpolat Solutions, LLC
Connecting the dots for you!
http://www.interpolat.com

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: CiviCRm & Jetpack Conflict
January 05, 2013, 04:00:00 pm
Hi. Are they not being sent to the browser at all? Or is it a CSS or JS problem?

Are there any errors being thrown?

Have you contacted the developers of Jetpack to ask them about this?
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

Interpolat

  • I post frequently
  • ***
  • Posts: 140
  • Karma: -1
    • Interpolat Solutions, LLC.
  • CiviCRM version: 4.4+
  • CMS version: Wordpress
  • MySQL version: 5.5+
  • PHP version: 5.4+
Re: CiviCRm & Jetpack Conflict
January 12, 2013, 05:01:05 pm
The page loads fine, but there is just no CiviCRM content in it, as if the shortcode were missing.  No errors are thrown.  I have contacted the Jetpack Developers http://wordpress.org/support/topic/jetpack-civicrm-conflict?replies=3#post-3720814, but have not received a response from them. Problems started after Jetpack 2.0.3. and persist to the current version.  It seems the Jetpack upgrades since 2.0.3 have caused a lot of issues with many other plugins.
Interpolat Solutions, LLC
Connecting the dots for you!
http://www.interpolat.com

jeherve

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
Re: CiviCRm & Jetpack Conflict
January 15, 2013, 10:03:23 am
@Hershel

I am working on the Jetpack plugin, and I'd to follow up on this issue, and try to understand how to solve this conflict.

Are you by chance using get_the_excerpt or get_the_content or the_excerpt or the_content actions to create the CiviCRM shortcodes?

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: CiviCRm & Jetpack Conflict
January 15, 2013, 10:50:36 am
A brief investigation into the open source code reveals none of those:

Code: [Select]
$ grep -r get_the_excerpt *
$ grep -r get_the_content *
$ grep -r the_content *
$
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: CiviCRm & Jetpack Conflict
January 15, 2013, 11:00:55 am

shortcodes are handled by:

civicrm.php (in plugins/civicrm)

search for $shortcode and

civicrm_shortcode_handler

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

jeherve

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
Re: CiviCRm & Jetpack Conflict
January 16, 2013, 01:55:48 am
Thanks. I'll have a look at it.

ajdele

  • I’m new here
  • *
  • Posts: 4
  • Karma: 1
  • CiviCRM version: 4.3.4
  • CMS version: WP 3.5.1
  • MySQL version: 5.1.65-cll
  • PHP version: 5.3.6
Re: CiviCRm & Jetpack Conflict
February 09, 2013, 12:22:17 pm
I had a similar issue.

Civi content was being called before page content so a Civi event registration form would show up above the header of the page. I found the culprit to be both the Wordpress SEO plugin by Yoast and the social components of Jetpack. Turning off Publicize and Sharing put Civi back in its place in the page.

Hope this is helpful, I'd like to be able to use those components again.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • CiviCRm & Jetpack Conflict

This forum was archived on 2017-11-26.