Slider/ Jcarousel / jquery not working on latest BuddyPress?
-
Hi all
I have a few plugins that make use of a jquery based slider script but no matter what I do I can’t seem to get them working?
I have tried commenting out the loading of jquery.js as I know BuddyPress loads this later on etc but no luck
I am using BuddyPress 1.0.1 by the way with no other plugins enabled on my 2.7.1 MU install that is fully integrated with BBPress and everything else is working brilliantly so any ideas?
Many thanks in advance
-
Got a link to your site we can see? What plugins exactly?
I know that WordPress 2.8 uses the updated jQuery version, which will tend to break some older jQuery based scripts (it did on my portfolio site) but I’m not so sure about BP or WPMU.
Thanks for the replies guys.
I have managed to isolate this down to the wp_head(); call in my header and THINK the jQuery version that WordPress loads, wp-includes/js/jquery/jquery.js?ver=1.2.6 is not compatible with the scripts I am using which used to load jquery-1.2.3.pack.js
The script I am currently fighting with is the following jCarousel one here</> if anyone is interested although a slider one also doesn’t work but one thing at a time
js apps just don’t play nice with each other.
I ran into this issue before and had to hack the plugin that was relying on an older version of jquery. It worked but it was only going to work on my site. I couldn’t expect anyone else to do the same thing. I just abandoned the use of the plugin that relied on a prev version of jquery.
Thanks Burt
I understand what you are saying
It is soooo infuriating though as I am not a jQuery coder so can’t pinpoint the exact issue but I will battle on.
Looking forward to getting fully involved with the BuddyPress community once I have this current project sorted too!
Wait until the new version of WPMU comes out and uses the NEWER version of jQuery, you’ll get to go through this all over again.
Yeah JJJ – can’t wait!
All this hassle has made me realise that if I want the benefits of WordPress MU then I need to switch the ‘sliding’ components that were working on the old, standalone wordpress blogs to something that keeps up (well nearly at least!) with WPMU and it’s jQuery updates
It’s either that, or get used to keeping track of several versions of each component.
There’s a reason web developers ask to get paid as much as they do.
Does antone have any recomendations for BuddyPress compatible javascipt slider / gallery effects?
http://medienfreunde.com/lab/innerfade/ for a gallery and http://fancy.klade.lv/ for a lightbox
I have actually gone for the wp-carousel plugin and removed the call to jquery.js that is comes with built in and it seems to be working well with the verison of jquery BuddyPress uses!
Thanks for all the help.
As thebloghouse has resolved the thread’s original issue, I’m setting this thread to resolved.
As the originator of this thread, you can always reset to “not resolved” if need be!
Cheers Jeff – didn’t realise you needed to set the threads as resolved. Will do in future!
Check this out, maybe it helps
http://wpmu.org/using-jquery-with-wordpress-a-quick-crash-course-and-performance-tips/Try using an older jquery: jquery-1.3.2.min.js rather than the latest
I had the same problem with jcarousel and buddypress, and paid a few dollars over at wpquestions to get the fix, which involved editing a line of code in a buddypress js file which handles easing. The full answer is here if anyone else gets stuck: http://wpquestions.com/question/show/id/1615
hth
@pluggyboy: Thank you, worked for me also.
- The topic ‘Slider/ Jcarousel / jquery not working on latest BuddyPress?’ is closed to new replies.