Read the statement by Michael Teeuw here.
Unable to click a toggle button
-
@KirAsh4 I did give that a try, still no luck. From my understanding z-index is only valid when you are trying to put your element over all other siblings. I am running that button by just itself.
-
z-index applies to everything in the DOM element. Just because your button is on a layer all by itself, does not mean there might not be another layer on top of it that you are unaware of. However if you say you tried it (set it to 999?) and no difference, then something else is going on. At the moment I’m just too overloaded with other projects.
-
I set it to 999 and still the same issue.
No worries , thanks for helping.
-
I did find out that if you load this in a module position that currently has a running module in it then it will not work. If you move it to a module position that has NO other module running in it… it works.
-
Atlast it did work. I moved it to a different position and it worked.
-
Thank you everyone for helping.
-
Yes it’s the lower_third position it will NOT work in… something is conflicting with it.