• Resolved thegraft

    (@thegraft)


    On installing WP 3.2.1, I noticed that featured posts on my homepage were broken, and images in the respective posts were showing image double-ups. After searching for info about WP 3.2.1 incompatibilities, I saw that a common problem was incompatible plugins, so deactivated all plugins and slowly turned them all back on, one by one. Jetpack was the last one and turned out to be the problem. Feature posts are now showing again correctly, but would like to continue using Jetpack. Many thanks, Caroline.

    http://wordpress.org/extend/plugins/jetpack/

Viewing 6 replies - 1 through 6 (of 6 total)
  • I’m seeing the same issue with my site. When disabled the plugin the slider, using jQuery, is fine. Enabled. Broken.

    It also breaks my portfolio which also using jQuery to sort the categories.

    http://www.eyecravepro.ca

    The same for me. JetPack disables all my jQuery scripts: tabs, slider, scrolls, slides. I’m using jQuery 1.7.1, the same that is using JetPack.

    Glad we are all having the same problem….

    Anyone figured out why and how to fix it? I’m assuming it’s something to do with how and where jquery is getting called?

    We are also having this same issue. On our homepage the JQuery seems to conflicting with our homepage main slider. We have tried deactivating shortcodes and seems to be getting no change. If we deactivate Jetpack the site goes back to normal.
    Thoughts?

    http://newsworthy.coa.edu/

    Plugin Contributor Tim Moore

    (@tmoorewp)

    @daniellekristim: nice to meet a fellow Maine resident!

    With your hame page slider, are you manually adding the jQuery to the header or are you using wp_enqueue_script()?

    Using wp_enqueue_script() will make Jetpack (and other plugins) aware that you are using jQuery, so if jQuery is needed, it will only get loaded once.

    If jQuery is being manually loaded in the theme, it will get added again by a plugin (such as Jetpack) that uses wp_enqueue_script(), which may then cause issues like you are having.

    My guess is that this is the issue; if not, let me know and we’ll get it resolved.

    Hmm lets see im gonna give that a tackle ive been having this issue for months

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Jetpack by WordPress.com] Jetpack interfering with Featured story image slider’ is closed to new replies.