Hey Gustavo,
Sorry you’re having issues, I’d be happy to help you here! 🙂
First, can you confirm for me that you’ve troubleshooted your Google Maps settings according to this guide, and that you’ve configured the API according to this doc?
Let me know how this goes, and we’ll work from there.
Best,
Shelby 🙂
Hi Shelby!
thanks for your kind reply.
Yes! The map works well when I go to tribe-events.min.js and comment all the debug calls.
So, the map is not working because of the error generated by the debug call that is stopping JavaScript. If I comment the debug calls, the map works.
The first call generating an error is:
debug.info(“TEC Debug: Tribe Events JS init, Init Timer started from tribe-events.js.”)
Error: Uncaught TypeError: debug.info is not a function
Thanks!
Gustavo
Never mind. I just commented all debug() calls in tribe-events.min.js and tribe-events-bar.min.js.
If you happen to know why these call are not being recognized, I’ll appreciate it a lot to know.
Thanks.
Hey Gustavo,
I’ll see if I can get one of my colleagues to take a look at this. Did you happen to test for conflicts in this process?
Best,
Shelby 🙂
Hi Shelby,
thanks for your follow up.
No, I haven’t had time to test or debug any more. I just commented all the debug calls in the .js files and that solved the problem for now.
For some reason, the debug function is not being recognized in my installation.
Thanks!
Gustavo