• Resolved schweidj

    (@schweidj)


    Hi Joe,

    first I wanna thank you for the great plugin. It´s straight forward to use and it´s working like a charm except one thing. I think it´s a problem on my side, but I can´t figure it out.

    If you open the URL above the gpx-Track is not shown. In the preview I can see it. I get no error in the Firefox-console and I tried to incease the line parameters with no success. Do you see what am I doing wrong?

    Thanks again
    Joe

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Joe

    (@morehawes)

    Hi Joe,

    My apologies for the delay responding, I needed some time to look at this more in-depth because it puzzled me at first! But I like a good head-scratcher! :0)

    It turns out that this rule in your theme stylesheet is causing problems:

    svg {
      height: 100%;
      width: 100%;
    }

    Adding this will display your Line once again:

    .waymark-map svg {
      width: unset;
      height: unset;
    }

    I hope that helps.

    Cheers,

    Joe

    Thread Starter schweidj

    (@schweidj)

    Hi Joe,

    thank you very much for the hint. I have no standard theme but the one created by Backlight (from The Turning Gate).

    I´ll add this code to my stylesheet.

    Bye,
    Joe

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Track not visible’ is closed to new replies.