Can you say how the slider is “broken”? I just clicked on the link and it seems to be working OK.
You might consider opening your JS console (generally, press F12 and hit the Console tab) to see if you find any JS errors that might be triggering something to break.
Hi Boone,
I had to disable buddyepress as we need to allow users to register (upcoming event).
I cloned the site here http://www.test.irishnetworkboston.net/home2/.
Buddypress is enabled on the cloned site.
I’m seeing the following:
Loading failed for the <script> with source “http://www.test.irishnetworkboston.net/wp-content/plugins/buddypress/bp-core/js/jquery-cookie.min.js?ver=2.9.2”.
Loading failed for the <script> with source “http://www.test.irishnetworkboston.net/wp-content/plugins/buddypress/bp-core/js/jquery.caret.min.js?ver=2.9.2”.
home2:601
Loading failed for the <script> with source “http://www.test.irishnetworkboston.net/wp-content/plugins/buddypress/bp-core/js/jquery.atwho.min.js?ver=2.9.2”.
Ah yes, thanks for that.
It looks like your theme is loading scripts from BuddyPress, but is using an old path for these scripts. (BP changed the paths a couple versions ago. See https://buddypress.trac.wordpress.org/changeset/11009.) Look in your theme – probably in functions.php – to see how it’s loading the cookie, caret, and atwho scripts. Then update the paths as needed (I think you can just add /vendor/
).