• Resolved permich

    (@permich)


    Hi,
    I use Glider on https://staging.praxis-thermometer.ch. The Glider works perfect but i have a Issue with the pointer in the Navigation. When i scroll down to Praxis, the pointer on Thermoregulation is still active. I had the same problem bevore with unfold Plugin from Crocobock. I could resolve it with this CSS:

    selector .jet-unfold:not(.jet-unfold-state) .jet-unfold__content{
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    }

    But i cant find out, how to fix the problem in Glider. Do you know a possibility to untrigger this Pointer?

    Thanks!
    Simon

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Oooh Boi

    (@ooohboi)

    OK, but the question is: what’s the relationship between the navigation and the Glider you use? I can’t seem to figure it out.
    …or I’m missing the point here…

    Thread Starter permich

    (@permich)

    Nice, i found a solution while trying to explain the problem ??
    Somehow the pointer didn’t recognize the Glider as glider. He just saw the tree columns overlapping the next content. because i had breaking bad active on the section, and the columns set to 100% width. Now i turned off breaking bad and the Pointer and glider works perfect.

    Thanks anyway!

    Plugin Contributor Oooh Boi

    (@ooohboi)

    There you go! Thanks for the feedback!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pointer issue with Glider’ is closed to new replies.