Support

Home Forums Event Espresso Premium Google Maps Not Showing Up in EE4

Google Maps Not Showing Up in EE4

Posted: August 19, 2014 at 12:25 pm


Joe Rice

August 19, 2014 at 12:25 pm

I have a page that should be configured for showing maps but they aren’t showing up.

http://acornhill.org/?espresso_events=simplicity-parenting-an-adult-education-workshop-with-kim-john-payne

I’ve read all the topics in the forums tagged as google maps and haven’t been able to figure it out. I suspect it’s a JS issue but haven’t been able to see any errors in my console. What I’ve tried:

1. Played around a lot with the actual venue address to make sure that wasn’t it.
2. Disabled all other plug-ins.
3. Clicked around while in Chrome console to see if I got any JS errors (I didn’t).

Versions:
EE: 4.2.9p
WP: 3.9.2
PHP: 5.3.24

Thanks in advance for any help anyone can provide.


Joe Rice

August 19, 2014 at 12:38 pm

Digging into the code it looks like the below two JS scripts are supposed to be loaded but I don’t see them in my HTML source anywhere.

wp_register_script( ‘gmap_api’, $scheme . ‘maps.google.com/maps/api/js?sensor=false’
wp_register_script( ‘ee_gmap’, plugin_dir_url(__FILE__) . ‘assets/ee_gmap.js’

Could I have overridden something that is enqueuing those two JS scripts?


Lorenzo Orlando Caum

  • Support Staff

August 19, 2014 at 1:20 pm

Hi,

Is your theme loading wp_footer()?

http://codex.wordpress.org/Function_Reference/wp_footer


Lorenzo


Joe Rice

August 19, 2014 at 1:32 pm

That was it! Thanks so much for the suggestion. It was calling get_footer but the footer wasn’t calling wp_footer.

Thanks,
Joe


Lorenzo Orlando Caum

  • Support Staff

August 19, 2014 at 1:52 pm

Great! If you need help with anything else, just create a new support post:

https://eventespresso.com/support/forums/


Lorenzo

The support post ‘Google Maps Not Showing Up in EE4’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso