@ Wendy
There are several fatal JavaScript errors that is killing the JavaScript on your site after the error which includes those used by Connections. You can view this yourself by opening the page in Chrome, hit the F12 key and then Click the Console tab.
My best guess, after looking at the page source, is that it is being caused by this line, <p><script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script></p>, right before the output of Connections. This is breaking the jQuery version bundled by WP and already enqueued in the page header.
And my best guess for the cause is the WP Customer Reviews plugin … that is, if you are using it as I can not know for sure. I’m making that guess based on a small snippet of JavaScript code that comes right after that line which contains two references of wpcr_respond_1. A quick Google search says its that plugin…
So, I suggest, if you are running that plugin, try deactivating it to see if the issues resoloved.
Let me know and I hope this helps!
