Viewing 5 replies - 1 through 5 (of 5 total)
  • Dennis

    (@enggsoldennis)

    to center the location on load, edit the plugin file, very-simple-google-maps.php

    on line 20 change this

    $query_string = 'q=' . urlencode($address) . '&cid=' . urlencode($companycode);

    to this

    $query_string = 'q=' . urlencode($address) . '&cid=' . urlencode($companycode). '&center=' . urlencode($address);

    to the author, please integrate this if you have time

    Plugin Author Michael Aronoff

    (@masterk)

    Thanks for the fix SiNNeD. I will get that added to the next update.

    Plugin Author Michael Aronoff

    (@masterk)

    OK, the fix has been added to version 2.5

    Hi There,

    I’m still having this problem, even using 2.5.

    [vsgmap address="5 Upper Grosvenor Road, Tunbridge Wells, UK" companycode="13870973777004658692"]

    The location point is up in the top left corner under the info box.

    Any advice would be great!

    Thanks

    Ben

    Hi,

    I also have the same problem.

    The location point is under the info box.

    Is it possible to center le location point or to close the info box ?

    I didn’t succed yet…

    Thx

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Location Point not centered in the map onload’ is closed to new replies.