@ Ken
Ok, great one of the errors that I saw is now fixed. But one remains… open the page in Chrome, hit the F12 key, and click the Console tab.
The error is:
Uncaught TypeError: jq.cookie is not a function
This is will cause javascript not to run after the point this error occurs. The javascript for cMap is run after this so, because of the error, it does not get to run.
It seems this error is caused by BuddyPress, see this:
https://buddypress.org/support/topic/jquery-bug-in-buddypress-2-1/
There is a fix mentioned in this reply:
https://buddypress.org/support/topic/jquery-bug-in-buddypress-2-1/#post-197976
I looked at the latest version of BuddyPress and it seems this fix has not yet been merged into BuddyPress.
What you need to do is manually edit the BuddyPress file adding the line of code shown in the patch mentioned:
https://buddypress.trac.wordpress.org/attachment/ticket/5889/5889.01.patch
After you make that change, let me know if that fixes the problem for you.
