• I want to disable/hide the altitude/elevatopn graph. This is not possible via settings menu, because the checkbox seems to be ignored. Found option in WP-options DB: “wpgpxmaps_show_elevation = false”
    How can I disable this graph?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter netzschrauber

    (@netzschrauber)

    Quick hotfix to …/wp-content/plugins/wp-gpx-maps/wp-gpx-maps.php at line 660. Simply insert display: none; as follows:

    <canvas id="myChart_' . $r . '" class="plot" style="display: none; width:' . $w . '; height:' . $gh . '"></canvas>

    I also put the download link into a paragraph block.

    Thanks netzschrauber!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘1.7.0.2: How to disable altitude graph?’ is closed to new replies.