08/05/2013 at 12:04 pm
#266513
Keymaster
@ Daniel
Connections and cMap are compatible with WP 3.6. I’ve been developing and testing on the beta versions of 3.6 for quite some time.
I see two issues? Neither the gmap javascript for cMap or the Google Maps API is being loaded on the page. There’s so much happening with the caching / pagespeed / cdn it’s hard to tell just from looking at page source of where the issue is and howto fix it.
Maybe is you simple manually include this in the page cache:
../wp-content/plugins/connections/assets/js/jquery.gomap-1.3.2.min.js
And link to the Google Maps API:
http://maps.googleapis.com/maps/api/js?sensor=false
That should fix the problem.
Oh, the Google Maps API will have to be loaded before the gomap javascript.
