12/16/2016 at 12:52 pm
#403943
Keymaster
@ David
Sorry, but this is not a bug or issue with Connections… javascript is basically broken on your site due to a fatal error being generated.
Open any page on your site in Chrome, hit the F12 key and then click the Console tab.
You’ll see the error:
Uncaught ReferenceError: jQuery is not defined(…)
The best I can tell the cause seems to be that scripts for WP Cart for Digital Products and WP eMember are loading their javascript files before jQuery is loaded. Because this is happening at the near beginning of the page, it is preventing all javascript from running on your site including those required by the cMap template for Connections.
