Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    If you open the /js/wpsl-gmap.js file, then go to line 1206 and replace it with this line ( untested ).

    html = "<li data-store-id='" + id + "'><div><p>" + storeImg + "<strong>" + store + "</strong><span class='wpsl-street'>" + address + "</span>" + address2 + city + " " + state + " " + zip + "<span class='wpsl-country'>" + country + "</p>" + moreInfo + "</div></li>";

    And replace the code on line 996 with this code.

    windowContent += "<div class='wpsl-info-actions'>" + streetView + zoomTo + "</div>";
    Thread Starter Mattia

    (@mattia)

    Thank You! it works!

    There are no line numbers so can you tell me what is on line 1206 & line 996 right now.
    Thanks!

    Never mind… I figured it out and it works!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove Km and Directions’ is closed to new replies.