@ Bill
Ahh, ok, sorry, I obviously misread the details. The reason for the other site is likely the reason I stated. Your site …
It seems to be cause by a fatal JavaScript error. Load your site in Chrome, hit the F12 key and then click the Console tab.
The source of the error is coming from the WordPress Catalog plugin (guessing based solely on the error, could be another plugin).
Bu the source of its error my because you’re using W3TC (or some other minification plugin) and minifying the JavaScript.
Connections and its scripts are perfectly compatible with W3TC JS minification but when in combinations of n-number of plugins the minification can break things in unexpected ways.
My suggestion is to disable the JS minification to see if the issue resolves itself. It it does not, it is possible the JS minification was hiding another fatal JS error but I would not know what that is until the minification is turned off.
Hope that helps!