Title: missing infobox.js
Last modified: August 31, 2016

---

# missing infobox.js

 *  Resolved [christophfranke](https://wordpress.org/support/users/christophfranke/)
 * (@christophfranke)
 * [10 years ago](https://wordpress.org/support/topic/missing-infoboxjs/)
 * Hi everyone,
 * This plugin has a dependency on the url [http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobox/src/infobox.js](http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobox/src/infobox.js),
   which is not available anymore due to Google closing their code hosting service.
   
   The problem is quite easy to fix and I have developed a fix for it. Is there 
   a way to submit it to the project, so you can ship a quick update to your 1k 
   users, whose dependency has also broken?
 * Thanks!
    Christoph
 * [https://wordpress.org/plugins/locatoraid/](https://wordpress.org/plugins/locatoraid/)

Viewing 13 replies - 1 through 13 (of 13 total)

 *  [Deborah Johnson](https://wordpress.org/support/users/deborah-johnson/)
 * (@deborah-johnson)
 * [10 years ago](https://wordpress.org/support/topic/missing-infoboxjs/#post-7373526)
 * Hi Christoph,
 * My map is broken as well. Is there another forum where you could post your fix
   if it can’t be posted here. I’ve got a site I did for a client and I’m urgently
   looking for a solution.
 * Thanks.
 * Deborah
 *  [Tim Laurence](https://wordpress.org/support/users/tim-laurence/)
 * (@tim-laurence)
 * [10 years ago](https://wordpress.org/support/topic/missing-infoboxjs/#post-7373583)
 * I would also be interested in the fix.
 * Thanks,
    Tim
 *  [obssamuel](https://wordpress.org/support/users/grumpiersam/)
 * (@grumpiersam)
 * [10 years ago](https://wordpress.org/support/topic/missing-infoboxjs/#post-7373604)
 * So here’s the quick solution meanwhile the plugin get’s an update.
 * On the plugin directory:
    1. [Copy this file content and put in on your server on a .js file](https://code.google.com/p/google-maps-utility-library-v3/source/browse/trunk/infobox/src/infobox.js?r=49)
    2. Then search for the 4 files that have this reference:
        [http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobox/src/infobox.js](http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobox/src/infobox.js)
    3. Change that links reference to the file you have just created
 *  [Deborah Johnson](https://wordpress.org/support/users/deborah-johnson/)
 * (@deborah-johnson)
 * [10 years ago](https://wordpress.org/support/topic/missing-infoboxjs/#post-7373619)
 * Hi grumplersam, thanks for your help. I can’t find that reference. Would you 
   be able to post the names of the files where this is found?
 * I’m almost a beginner with WordPress so not really sure where I should be looking.
   I have the version of the plugin before this one if that makes a difference?
 * Thanks,
 * Deborahj
 *  [obssamuel](https://wordpress.org/support/users/grumpiersam/)
 * (@grumpiersam)
 * [10 years ago](https://wordpress.org/support/topic/missing-infoboxjs/#post-7373623)
 * I don’t think so.
 * There you go the name of the files:
    - \application\controllers\load.php
    - \application\views\template.php
    - \application\views\admin\install.php
    - \application\libraries\locatoraid_base.php
 *  [jasonfarran](https://wordpress.org/support/users/jasonfarran/)
 * (@jasonfarran)
 * [10 years ago](https://wordpress.org/support/topic/missing-infoboxjs/#post-7373637)
 * A quicker (not as clean) fix is to (similar to what Grumpiersam said):
    1. [Copy .js](https://code.google.com/p/google-maps-utility-library-v3/source/browse/trunk/infobox/src/infobox.js?r=49)
    2. Save in your template directory
    3. Enqueue script in your functions file
 * example: wp_enqueue_script(‘locator-script’, get_stylesheet_directory_uri() .‘/
   js/infobox.js’, array(‘jquery’),’1.1′, false);
 * I’m sure the developer will release an update soon.
 * Thanks Google! Ugh!
 *  [Deborah Johnson](https://wordpress.org/support/users/deborah-johnson/)
 * (@deborah-johnson)
 * [10 years ago](https://wordpress.org/support/topic/missing-infoboxjs/#post-7373649)
 * Hey thanks – finally got it to work. Awesome support from everyone. Thanks again.
 * Deborah
 *  Thread Starter [christophfranke](https://wordpress.org/support/users/christophfranke/)
 * (@christophfranke)
 * [10 years ago](https://wordpress.org/support/topic/missing-infoboxjs/#post-7373711)
 * Hi all,
 * I was hoping to get an answer by the developers. However, I’ve created a bitbucket
   repository with the fixed source. You can clone it from [git@bitbucket.org](https://wordpress.org/support/topic/missing-infoboxjs/git@bitbucket.org?output_format=md):
   christophfranke123/locatoraid-fork.git or just visit the bitbucket page at [https://bitbucket.org/christophfranke123/locatoraid-fork/](https://bitbucket.org/christophfranke123/locatoraid-fork/)
   and download it there somewhere, I guess..
 * It basically contains the minified version of the lost dependency infobox.js 
   and includes it at the four source files mentioned before. I could not test all
   code paths though, so installing might fail with this code, but it works nicely
   in production.
 * Have a nice weekend!
    Christoph
 *  [Jim](https://wordpress.org/support/users/jblackburn/)
 * (@jblackburn)
 * [10 years ago](https://wordpress.org/support/topic/missing-infoboxjs/#post-7373713)
 * Thanks so much for the fix grumpiersam! Fixed for now on our site…
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [10 years ago](https://wordpress.org/support/topic/missing-infoboxjs/#post-7373732)
 * Hello everyone,
    sorry for this issue, we’ve fixed the reference to the infobox
   file in the latest 2.6.6 version.
 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [10 years ago](https://wordpress.org/support/topic/missing-infoboxjs/#post-7373733)
 * Hello everyone,
    sorry for the issue, we’ve made a fix for this in the latest
   2.6.6 version.
 *  [jasonfarran](https://wordpress.org/support/users/jasonfarran/)
 * (@jasonfarran)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/missing-infoboxjs/#post-7373751)
 * Awesome. Thanks for the update.
 *  Thread Starter [christophfranke](https://wordpress.org/support/users/christophfranke/)
 * (@christophfranke)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/missing-infoboxjs/#post-7373759)
 * Thanks for the quick update!

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘missing infobox.js’ is closed to new replies.

 * ![](https://ps.w.org/locatoraid/assets/icon-128x128.png?rev=1779257)
 * [Locatoraid Store Locator](https://wordpress.org/plugins/locatoraid/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/locatoraid/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/locatoraid/)
 * [Active Topics](https://wordpress.org/support/plugin/locatoraid/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/locatoraid/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/locatoraid/reviews/)

 * 13 replies
 * 7 participants
 * Last reply from: [christophfranke](https://wordpress.org/support/users/christophfranke/)
 * Last activity: [9 years, 12 months ago](https://wordpress.org/support/topic/missing-infoboxjs/#post-7373759)
 * Status: resolved