Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author hupe13

    (@hupe13)

    I have not forgotten this topic. Please be patient.

    But you have many errors on your website:

    1. mixed content. Write in you .htaccess:

    RewriteEngine On
    RewriteCond %{SERVER_PORT} !^443$
    RewriteRule (.*) https://%{HTTP_HOST}/$1 [R=301,L]

    Or better: Use a plugin to replace http:// with https:// in your database.

    2. Feature Policy Errors. I think you mean this. Write in your .htaccess:
    Header set Permissions-Policy "geolocation=(), midi=(), camera=(), usb=(), magnetometer=(), accelerometer=(), gyroscope=(), microphone=()"

    But there’s more. Do this first. In the .htaccess should be nothing after # END WordPress.

    • This reply was modified 1 year, 5 months ago by hupe13.
    Thread Starter pduval34

    (@pduval34)

    Hello Hupe13,
    I beg your pardon, I’m a little lost between the 2 pluggins : Leaflet Map and the extension !
    I thought That I put my topic in a wrong place !
    I follow your instructions and I take patience.
    Have a good week-end.

    Plugin Author hupe13

    (@hupe13)

    No problem. In Germany we say: “Doppelt hält besser.”

    Plugin Author hupe13

    (@hupe13)

    1. this one for a ON/OFF with the Track

    This will be implemented in the next release.

    2. In this one, to play with the opacity

    This is too difficult.

    Plugin Author hupe13

    (@hupe13)

    1. this one for a ON/OFF with the Track

    Version 3.2.2: parameter track.

    Thread Starter pduval34

    (@pduval34)

    Great !
    Thank you very much.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Opacity control or ON/OFF for gpx track’s view ?’ is closed to new replies.