Un utente ha chiesto 👇
Nel controllo del browser posso vedere il prossimo errore:
GET https://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.3 404 (Not Found)
Qualche aggiornamento per risolverlo?
Grazie.
Jose Carlos Ramos Carmenates
Lanciatore di thread
(@jramoscarmenates)
2 anni, 11 mesi fa
Ho trovato la soluzione nella fonte.
Nel file “../plugins/bing-maps-for-wordpress/content.php” cerca la funzione __header () e aggiungi “mapcontrol.ashx? V = 6.3 “invece:
function __header()
{
echo '<script type="text/javascript" src="https://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.3"></script>';
}
vai “mapcontrol.ashx? v = 7.0 “:
function __header()
{
echo '<script type="text/javascript" src="https://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0"></script>';
}
Was this helpful?
0 / 0