Skip to:
Content
Pages
Categories
Search
Top
Bottom

Buddypress jquery conflict


  • ParticularlyEvil
    Member

    @particularlyevil

    Hello all,

    I have a site that was running an older version of Buddypress and WordPress, using the Viewport theme that features a slider. You can see it here: http://particularlyevil.com

    After upgrading to the latest WordPress and Buddypress versions, my slider is broken. You can see that here: http://dev.particularlyevil.com

    I’ve seen this jquery conflict issue come up a number of times with sliders and such, and was wondering if anyone had any advice on how to fix it. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Probably you are calling the function before the javascript is loaded. .bind(‘load’) is also a non-standard method of hooking javascript into a page, and I’m not exactly sure when that event fires. I suggest you try changing to that to http://api.jquery.com/ready/, and maybe it will fix the javascript problem.


    ParticularlyEvil
    Member

    @particularlyevil

    Thanks for the input, but I still can’t seem to get things working.

    I tried to change the .bind(‘load’) to .ready(‘load’) but that didn’t help, and I still can’t seem to resolve this conflict.

    I’ve noticed this same behavior on many uptodate buddypress instals when coupled with themes that have jquery sliders in them. Any other ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Buddypress jquery conflict’ is closed to new replies.
Skip to toolbar