bezierer
bezierer

Reputation: 388

Map not displaying on site

Hi I'm working on adding a a Google map to this page http://talentfo.axiscms.net/locations

I'm using the gmaps.js script from http://hpneo.github.io/gmaps/

But as you can see the map doesn't show—just the container for it. I've been racking my brains on this one and I would really appreciate some help—thanks!

Upvotes: 0

Views: 87

Answers (2)

Dawood Awan
Dawood Awan

Reputation: 7318

If you browse to your URL you can see you have errors. A function is not defined on your page.

See Image

enter image description here

Upvotes: 0

sgtdck
sgtdck

Reputation: 1047

There are two errors on the page (you can view this from Console in Google Chrome by pressing F12):

Uncaught TypeError: Cannot read property 'top' of null @ scrollfixed.js:4

Uncaught ReferenceError: prettyPrint is not defined @ locations:141

If you remove the prettyPrint() from line 141 (or fix the reference), the map will show up.

Upvotes: 2

Related Questions