popup window opacity=0 at screen width below 784px
-
This is occurring with default values as well as specific values loaded into the popup plugin
With plugin enabled on mobile devices: the plugin “computes” OPACITY VALUE OF 0 on widths less than 784px. See the element style below.
Above 784px, plugin works fine. Also, javascript does not work on the enter button and only the exit button.
Here is a line from the itro popup div
<div id=”itro_popup” style=”top: 69px; opacity: 0;”>element.style {
top: 69px;
opacity: 0;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘popup window opacity=0 at screen width below 784px’ is closed to new replies.