• Resolved ei3hmb

    (@ei3hmb)


    Hi

    After last upgrade (Version 1.10.1) zoom doesn’t work neither can’t move the map.

    I call map from the code, tried with an example from plugin website:

    flexmap_show_map(array(
      'center' => '-34.916721,138.828878',
      'width' => '100%',
      'height' => 400,
      'zoom' => 12,
      'title' => 'Adelaide Hills',
      'description' => 'The Adelaide Hills are repleat with wineries.',
      'directions' => 'my-dir-div',
      'hidepanning' => 'false',
      'hidescale' => 'false',
      'maptype' => 'satellite',
    ));

    but issue is the same…

    There is my website

    Could you advice please..

    Many Thanks

    Hori

    https://www.ads-software.com/plugins/wp-flexible-map/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter ei3hmb

    (@ei3hmb)

    Thread Starter ei3hmb

    (@ei3hmb)

    … 45 mins later.. it works.. a few mins after that doesn’t..

    is it googleapis issue or so?

    Plugin Author webaware

    (@webaware)

    Have a look in the browser’s error console for JavaScript errors. You might have something else on the page breaking the Google maps script.

    cheers,
    Ross (away from computer so unable to test that myself)

    Thread Starter ei3hmb

    (@ei3hmb)

    OK.. I’ve disabled most of other plugins and it work now – need to check where was the issue.

    if Form Maker Pro plugin is active map stop work after a few sec…

    Thanks Ross ??

    Plugin Author webaware

    (@webaware)

    G’day Hori,

    I can see from the Chrome console that you are getting some JavaScript errors, and warnings about the version of jQuery being loaded. It looks like your theme is replacing the normal WordPress version of jQuery with its own, rather old and outdated version. You should stop it doing that, it can only cause a raft of problems.

    Just let WordPress load its own version of jQuery, to ensure compatibility.

    cheers,
    Ross

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘zoom doesn't work after upgrade’ is closed to new replies.