Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
Tagged: cMap, javascript, template, template tag, wp_footer()
- This topic has 16 replies, 3 voices, and was last updated 9 years, 5 months ago by
Steven Zahm.
-
AuthorPosts
-
01/04/2013 at 5:46 pm #248619
Michael Kelso
ParticipantHi,
I just installed the cMAP template to my wordpress blog, http://www.minoritymen.org/blog/summer-programs/, but the bio and map links do not have functionality. I am guessing there is something wrong accessing the function.php or template.js files. I am a novice to programming, but am usually able to piece things together. I couldn’t come up with a quick fix to this problem. I am using the twentyten wordpress template that I have customized for my site.
Thanks for your held in advance
01/04/2013 at 8:06 pm #248621Steven Zahm
KeymasterIt doesn’t appear that the wp_footer() template tag is in the footer.php file.
01/05/2013 at 10:37 am #248633Michael Kelso
ParticipantThanks a lot! It worked! Clearly it was not a problem with your template and I wonder how many other plugins I have that did not work because of this.
08/01/2013 at 9:11 pm #266274Daniel Bakke
GuestI’m having a similar problem except that the bio is working. It’s just the map that isn’t.
Thanks
08/03/2013 at 8:48 am #266392Steven Zahm
Keymaster@ Daniel
There’s likely a Google Maps API. Either the theme or another plugin may be calling it. One thing to try … go to the Connections : Settings admin page and enable the Google Maps API option under Advanced tab under the Compatibility section.
Hope that helps. Let me know. If it doesn’t, please post a link to your directory.
08/04/2013 at 2:59 am #266415Daniel Bakke
GuestHi Steven,
Thanks for the response. I’ve tried with that option enabled and disabled with no luck. The link for the directory is http://www.calgaryrealestatepro.pro/calgary-business-directory/.
I am running another google app with a V3 API (Comprehensive Google Map) and version 3.6 for WordPress.
08/04/2013 at 9:16 am #266427Steven Zahm
Keymaster@ Daniel
I can see the API is not being loaded. Please make sure the option is enabled and let me know so I can take another look.
Make sure you flush all your caches that you have enabled in W3TC after you do. That’ll be very important because you could toggle settings all day long and they would have no effect because of the cache.
Also, temporarily, disable JavaScript minification if you have it enabled.
08/04/2013 at 11:57 am #266432Daniel Bakke
GuestI’ve re-enabled (checked) that option and cleared all the W3TC caches and Google page speed caches and I disabled minify in Google Page Speed (It wasn’t enabled in W3TC).
Doesn’t seem to have had an effect.
I had to modify the the Comprehensive Google Map plugin with the new WordPress update (3.6). Could the jQuery version have something to do with this?
08/05/2013 at 12:04 pm #266513Steven Zahm
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.
08/06/2013 at 12:58 pm #266606Daniel Bakke
GuestI added the two links to the header for my theme and it looks like both are showing up in the page source but it looks like it’s still not loading the map.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.