Support

Account

Home Forums Backend Issues (wp-admin) Google Map TypeError Reply To: Google Map TypeError

  • Hi @controlyours

    ACF includes this script already, although it does it through jQuery $.getScript instead of a script tag.

    In your browser, you can inspect all scripts loaded into the page via the firebug/inspector panel.

    If you open that up and clic ont he scripts or network tabs, you can see all the files being loaded.

    Firstly check for any other JS errors in the console log, but then check the script is being loaded. Perhaps there is a firewall that is preventing the google API from loading?

    Thanks
    E