Rating: 5 stars
Awesome plugin that works like a charm. The settings are minimal and using the shortcode couldn’t be simpler. One of those plugins that I am surprised hasn’t got the credit that it deserves.
Give it a try before you consider any other alternative.
Brilliant! Will update with link to live website where it is being used.
]]>Rating: 5 stars
Really slick plugin. Great settings page and does exactly what I need by allowing a user to enter their starting address.
]]>Rating: 1 star
Great if you want the map to be of Barcelona, but no good for anyone else.
May be a compatibility issue with 3.8.1, but settings cannot be accessed. Permissions error that no changing of php permissions will fix. Developer not currently involved with support.
Rating: 5 stars
Awesome Plugin! Works perfectly. Fast and easy! I did however change some code in the ddirections.php file from this:
$output = '<div id="directions">
<p>'.__('To start the route enter your initial location:','ddirections').'</p>
<input id="from-input" type="text" value="" size="20" placeholder="'.__('Address','ddirections').'" />
<select style="display:none;" onchange="" id="unit-input">
<option value="metric" selected="selected">'.__('Metric','ddirections').'</option>
<option value="imperial">'.__('Imperial','ddirections').'</option>
</select>
<a href="#" onclick="WPmap.getDirections(\'manual\'); return false" class="map-button">'.__('Get the rute','ddirections').'</a>
<br />
<input id="map-config-address" type="hidden" value="'.$coordinates.'"/>
<div id="geo-directions">
<p>Tambien puedes...</p>
<a href="#" onclick="WPmap.getDirections(\'geo\'); return false" class="map-button">'.__('Use my location','ddirections').'</a>
to this:
$output = '<div id="directions">
<strong><p>'.__('For directions, enter your starting location:','ddirections').'</p></strong>
<input id="from-input" type="text" value="" size="70" placeholder="'.__('Address, City, State Zip','ddirections').'" />
<select style="display:none;" onchange="" id="unit-input">
<option value="metric" selected="selected">'.__('Metric','ddirections').'</option>
<option value="imperial">'.__('Imperial','ddirections').'</option>
</select>
<a href="#" onclick="WPmap.getDirections(\'manual\'); return false" class="map-button">'.__('Click Here to Get the route','ddirections').'</a>
<input id="map-config-address" type="hidden" value="'.$coordinates.'"/>
<div id="geo-directions">
<strong>Or you may also</strong>
<a href="#" onclick="WPmap.getDirections(\'geo\'); return false" class="map-button">'.__('Click Here to Use My Current Location','ddirections').'</a>
I have the shortcode on a page as follows:
[wpmap_directions_input]
[wpmap_map]
[wpmap_directions_container]
Rating: 5 stars
Remember to use these shortcodes:
[wpmap_map]
[wpmap_directions_input]
[wpmap_directions_container]
Rating: 1 star
When the address entered and I click the ‘get the route’ link, nothing happens.
]]>Rating: 1 star
Errors and problems. No bueno.
]]>