bira

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Map does not show after upgrade #12058
    bira
    Participant

      Thank you for responding, Chris.

      1) I installed the plugin (it is Pro) exactly as stated – deactivated and deleted the 2.38 version, and only  then installed the 2.40.3.

      2) The plugin – and mashups – seem to work elsewhere. For example: http://dev2.timesofisrael.com/the-jewish-planet/?city=montevideo&type=hotels The difference in the code is:

      WORKING:
      global $mappress;
      $atts = array(‘show’=>’current’, ‘width’=>635, ‘height’=>357, ‘marker_title’ => ‘post’, ‘marker_body’ => ‘excerpt’);
      echo $mappress->get_mashup($atts);

      NOT WORKING:

      global $mappress;
      $atts = array(‘show’=>’current’, ‘width’=>965, ‘height’=>543, ‘marker_title’ => ‘marker’, ‘marker_body’ => ‘title’);
      echo $mappress->get_mashup($atts);

      So what’s changed is the atts, but I don’t fully understand what the new attributes are…

      Thank you 🙂

      Bira

    Viewing 1 post (of 1 total)