{ Dev Farm }

Web & Windows Development

max

Risposte nei forum create

Stai visualizzando 15 post - dal 16 a 30 (di 368 totali)
  • Autore
    Post
  • in risposta a: Latest version of source #77448
    max
    Membro

    Hi, generally I use this repository:

    https://github.com/devfarm-it/wp-gpx-maps

    in risposta a: GoogleMaps annoying alertmessage #77446
    max
    Membro

    With 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/

    in risposta a: Errore Caricamento gpx #76440
    max
    Membro

    Ciao, 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..

    in risposta a: Ability to use >1 gpx file #75902
    max
    Membro

    Hello, you can show multiple track in the same file but the chart might be ugly because is the result of all tracks attached together

    in risposta a: Version 1.5.0.3 #75840
    max
    Membro

    I will check tomorrow. I had to change a lot of stuff because of wordpress security and something seems not working as expected

    in risposta a: Fatal Error #75818
    max
    Membro

    should be working now :good:

    in risposta a: Plugin version 1.5.02 causes Fatal error #75816
    max
    Membro

    Hello guys, sorry for the inconvenience.. my website is working great..
    can you simply add

    require_once(ABSPATH . ‘wp-admin/includes/file.php’);

    at the top of the page?

    in risposta a: Map does not show #75798
    max
    Membro

    Hi, seems ok now :good:

    in risposta a: [How-To] Use wp-gpx-maps on a non-wordpress website #75779
    max
    Membro

    I just updated the sample with a fiew changes.
    If you have a (few) programming skills you can follow the sample above..

    in risposta a: Download gpx icon #75776
    max
    Membro

    I 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.

    in risposta a: Modificar #75773
    max
    Membro

    To 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 .= “

    “;
    }

    in risposta a: Question Problem GPXMap #75772
    max
    Membro

    Ciao, puoi anche scrivermi in italiano ๐Ÿ™‚
    Mi mandi il link di una pagina del tuo sito dove usi il mio plugin?

    in risposta a: Wrong total time #28821
    max
    Membro

    It’s an unusual case.. I’ll check

    in risposta a: Map does not show #28820
    max
    Membro

    Hi 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 template

    in risposta a: Problemi con visualizzazione #28819
    max
    Membro

    ottimo ๐Ÿ™‚ scusate se rispondo a molta distanza ma ho poco tempo…

Stai visualizzando 15 post - dal 16 a 30 (di 368 totali)