Author
Download
Donate
Follow on Github
On Wordpress.org
-
Recent Posts
Author Archives: elisabeth
How add separate map for each gpx ?
You need use the shortcode [lfh-map] before each gpx shortcode : [lfh-map] [lfh-gpx src=url_to_stevenson5.gpx title=”Trail 1″ color=red width=8] description[/lfh-gpx] [lfh-map] [lfh-gpx src=url_to_stevenson.gpx title=”Trail 2″ color=darkgreen width=8] description[/lfh-gpx]
Posted in Frequently Asked Questions Comments Off on How add separate map for each gpx ?
How change distance or altitude unit for one gpx
The units There are 2 possible units for distance : kilometer milles There are 2 possible units for altitude: meter foot Global configuration The distance and altitude units are configured globaly by administrator in tab : Settings → Lf Hiker … Continue reading
Posted in Frequently Asked Questions Comments Off on How change distance or altitude unit for one gpx
Lf Hiker settings
Administrator can access to Lf Hiker settings page by tab Settings → Lf Hiker Custom css In this tab, you can modify the title color of path and its background color too. The background color for subtitle is automatically compute … Continue reading
Posted in Tutorials Comments Off on Lf Hiker settings
Add marker with shortcode
the markers are declared with tag [lfh-marker] Example [lfh-marker lat=48.22467264956519 lng=4.921875000000001 color=darkblue icon=bullseye title=”Training form” popup=”” visibility=zoom ][/lfh-marker] Attributes lat values : float between -90 and 90, theorical required: yes lng values : float between -180 and 180 required: yes … Continue reading
Posted in Tutorials Comments Off on Add marker with shortcode
Add markers with the helper
Open the helper In the menu of the text editor for post/page click on button → The Helper opens in full screen. In its left menu, click on button “add marker” . → switch to mode “add marker” After … Continue reading
Posted in Tutorials Comments Off on Add markers with the helper
Customize map with shortcode
If no map is declared, Lf Hiker creates a default map with OpenStreetMap tiles, the maximal width and 500 pixels height, without border and effect. the displayed buttons are «reset» and «fullscreen». without zoom in/out trigger with mousewheel. A map … Continue reading
Posted in Tutorials Comments Off on Customize map with shortcode
Customize map with the helper
If no map is declared, Lf Hiker creates a default map with OpenStreetMap tiles, the maximal width and 500 pixels height, without border and effect. the displayed buttons are «reset» and «fullscreen». without zoom in/out trigger with mousewheel. The helper … Continue reading
Posted in Tutorials Comments Off on Customize map with the helper
How to create a gpx file ?
You can find a website list for do this in the page: Track drawing websites Openrunner is the best one for me and the most important: this website automatically add the elevation data needed to create the profile. You can … Continue reading
Posted in Frequently Asked Questions Comments Off on How to create a gpx file ?
I have a blank page in place of the helper
This trouble come from conflict with the x-frame options of your server. Look at whether the plugin succeeded in writing this following lines in the .htaccess of your wordpress appli if you can: # BEGIN Lf-hiker plugin <IfModule mod_headers.c> Header … Continue reading
Posted in Frequently Asked Questions Leave a comment