Firefug is showing the following:
jQuery(“.accordion”).accordion is not a function
[Break On This Error]
jQuery(“.accordion”).accordion({ header: “h3.accordion-title” });
Does that mean it’s a conflict with the theme? Accordion is a shortcode feature of the theme.
Very odd. Were you upgrading from BP 1.6, or an earlier version? Nothing changed between 1.6 and 1.6.1 that would cause this problem.
The error you see almost certainly means that there is a problem with your theme. It’s probably the case that the theme isn’t properly enqueuing the jQuery accordion extension. Verify that it’s turned on in your theme settings (if there is a toggle, of course). You might also search through the contents of your theme to see if you can find the place where the theme attempts to load the JS – it’s probably using the function wp_enqueue_script(). Possibly, it’s doing it incorrectly, in a way that broke with BP 1.6.x (though I’d have to see the code to know how it could break in this way due to 1.6).
Yeah I upgraded from 1.6. There are no specific settings to turning on/off the accordion script. I’ve contacted the theme developer also. I’ll post here one I hear back.
That’s extremely weird. Please report back when you hear back from the dev – if it’s something that BP did, I want to make sure that we fix it.
I think it must have been a plugin of some sort. I re-uploaded the theme files and the profiles now load correctly.
Cool, glad to hear it. Thanks for looking into it, djduckworth!