cfree / wp-karten

DEPRECATED: A WordPress plugin to plot Instagram posts to a Google Maps maps
5 stars 0 forks source link

Error in karten-map.php #12

Open cfree opened 9 years ago

cfree commented 9 years ago

Reported via email:

When I go to the web the div " ktn-map-canvas " is empty. I don't know if this could help you, but Dreamweaver marks like "error" in karten-main.php

line 84:
if ( $params = $this::ktn_query_params( $id ) ) {

line 157:
return $this::ktn_get_map( $atts['id'] );

line 165:
echo $this::ktn_get_map( $id );

line 174:
$this::ktn_enqueue_assets( $id );