Viewing 13 replies - 1 through 13 (of 13 total)
  • Deborah Johnson

    (@deborah-johnson)

    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

    (@tim-laurence)

    I would also be interested in the fix.

    Thanks,
    Tim

    obssamuel

    (@grumpiersam)

    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
    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
    3. Change that links reference to the file you have just created
    Deborah Johnson

    (@deborah-johnson)

    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

    (@grumpiersam)

    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

    (@jasonfarran)

    A quicker (not as clean) fix is to (similar to what Grumpiersam said):

    1. Copy .js
    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

    (@deborah-johnson)

    Hey thanks – finally got it to work. Awesome support from everyone. Thanks again.

    Deborah

    Thread Starter christophfranke

    (@christophfranke)

    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…

    hitcode

    (@hitcode)

    Hello everyone,
    sorry for this issue, we’ve fixed the reference to the infobox file in the latest 2.6.6 version.

    hitcode

    (@hitcode)

    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.

    Thread Starter christophfranke

    (@christophfranke)

    Thanks for the quick update!

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

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