I have a problem with Mappress after latest update
-
After I update, my custom maps are not displaying. The mark show up with a blue background. Before the update it was all working great. Here is my code that I had that was working well.
$mymap = new Mappress_Map(array("width" => 200, "height" => 245, "alignment"=>"left")); $mypoi_1 = new Mappress_Poi(array("title" => $title, "body" => $body, "address" => $address,)); $mypoi_1->geocode(); $mymap->pois = array($mypoi_1); echo $mymap->display( );
My maps using shortcodes are working well.
https://www.ads-software.com/extend/plugins/mappress-google-maps-for-wordpress/
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘I have a problem with Mappress after latest update’ is closed to new replies.