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
I would also be interested in the fix.
Thanks,
Tim
So here’s the quick solution meanwhile the plugin get’s an update.
On the plugin directory:
- Copy this file content and put in on your server on a .js file
- Then search for the 4 files that have this reference:
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobox/src/infobox.js
- Change that links reference to the file you have just created
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
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
A quicker (not as clean) fix is to (similar to what Grumpiersam said):
- Copy .js
- Save in your template directory
- 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!
Hey thanks – finally got it to work. Awesome support from everyone. Thanks again.
Deborah
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:christophfranke123/locatoraid-fork.git or just visit the bitbucket page at 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
(@jblackburn)
Thanks so much for the fix grumpiersam! Fixed for now on our site…
Hello everyone,
sorry for this issue, we’ve fixed the reference to the infobox file in the latest 2.6.6 version.
Hello everyone,
sorry for the issue, we’ve made a fix for this in the latest 2.6.6 version.
Awesome. Thanks for the update.
Thanks for the quick update!