Risposte nei forum create
-
AutorePost
-
max
MembroHi, generally I use this repository:
max
MembroWith the 1.6.xx versione I migrated the plugin from google maps to leafletjs.
This is the reason my plugin left google maps:
https://cloud.google.com/maps-platform/user-guide/pricing-changes/max
MembroCiao, hai permessi sui vari utenti?
Gli autori di wordpress mi hanno fatto modificare varie cose sui permessi utenti ed รจ probabile che non funzioni come prima..max
MembroHello, you can show multiple track in the same file but the chart might be ugly because is the result of all tracks attached together
max
MembroI will check tomorrow. I had to change a lot of stuff because of wordpress security and something seems not working as expected
max
Membroshould be working now :good:
max
MembroHello guys, sorry for the inconvenience.. my website is working great..
can you simply addrequire_once(ABSPATH . ‘wp-admin/includes/file.php’);
at the top of the page?
max
MembroHi, seems ok now :good:
19 Ottobre 2017 alle 07:56 in risposta a: [How-To] Use wp-gpx-maps on a non-wordpress website #75779max
MembroI just updated the sample with a fiew changes.
If you have a (few) programming skills you can follow the sample above..max
MembroI belive you don’t have any altitude information in your charts.
You ca use this website to add this information: http://www.gpsvisualizer.com/elevation
You can add a download icon by using css background or via javascript.max
MembroTo change the order you have to edit the plugin code (only if you have a programming skills)
in the file wp-gpx-maps.php you have to edit this part:
if ($summary==’true’ && ( $points_graph_speed != ” || $points_graph_ele != ” || $points_graph_dist != ”) ) {
$output .= “
“;
if ($points_graph_dist != ” && $p_tot_len == ‘true’)
{
$output .= ““.__(“Total distance”, “wp-gpx-maps”).”: $tot_len“;
}
if ($points_graph_ele != ”)
{
if ($p_max_ele == ‘true’)
$output .= ““.__(“Max elevation”, “wp-gpx-maps”).”: $max_ele“;
if ($p_min_ele == ‘true’)
$output .= ““.__(“Min elevation”, “wp-gpx-maps”).”: $min_ele“;
if ($p_total_ele_up == ‘true’)
$output .= ““.__(“Total climbing”, “wp-gpx-maps”).”: $total_ele_up“;
if ($p_total_ele_down == ‘true’)
$output .= ““.__(“Total descent”, “wp-gpx-maps”).”: $total_ele_down“;
}
if ($points_graph_speed != ” && $p_avg_speed == ‘true’)
{
$output .= ““.__(“Average speed”, “wp-gpx-maps”).”: $avg_speed“;
}
if ($p_total_time == ‘true’ && $max_time > 0)
{
$time_diff = date(“H:i:s”, ($max_time – $min_time));
$output .= ““.__(“Total Time”, “wp-gpx-maps”).”: $time_diff“;
}
$output .= ““;
}max
MembroCiao, puoi anche scrivermi in italiano ๐
Mi mandi il link di una pagina del tuo sito dove usi il mio plugin?max
MembroIt’s an unusual case.. I’ll check
max
MembroHi I can see the map and the chart.. But I can see a javascript error about flightbox component..
There is also a display issue with your template sidebar.
You might consider to fix (or change) your templatemax
Membroottimo ๐ scusate se rispondo a molta distanza ma ho poco tempo…
-
AutorePost