Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author shemesh

    (@shemesh)

    hi,
    everything you need is in a file called “map-code-leaflet.html”
    you can edit it from the admin panel.

    – on the top part you’ll find all the text used, feel free to translate.
    – the default location (and zoom level) is in the same file at line #95, search for a comment that say “set default view”, the line below is map.setView(…)
    the parameters are: map.setView(new L.LatLng(latitude, longitude), zoom);

    the map libarary used is Leaflet so you can see its complete api here

    Thread Starter alfonsosanchez

    (@alfonsosanchez)

    Thanks shemesh for the answer and thanks for the plugin.
    Is there any chance of you working in a plugin for contact form-7 to work whit gooogle charts? that will be amazing!

    Plugin Author shemesh

    (@shemesh)

    if by google charts you meant google maps than check the other disscusion on the plugin support page.

    Thread Starter alfonsosanchez

    (@alfonsosanchez)

    nop, what i meant is google charts. Data charts.

    Plugin Author shemesh

    (@shemesh)

    no plans for that.
    out of interest… how would you think to incorporate a chart into a contact form? i mean, what is the point of this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Translation and initial map location’ is closed to new replies.