Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author cconoly

    (@cconoly)

    So I finally think I have a solution, but it was rather extensive, so to be sure it does not mess anything up, I added it as an option under “Other Options” called Scroll Fix. Here’s what I did…
    I added a “wrapper” to the WP-Flybox that is 100% tall and 100% wide. So it takes up the full screen, no matter what size it is. Then I hid everything outside that wrapper with CSS (overflow). That wrapper then covered everything so I had to make the all clicks and interactions pass through the wrapper, using CSS (pointer events). IE does not recognize it though, so I created a transparent pixel and used it as the background with 0 opacity to account for IE and Opera. Then I had to change CSS for the fly out boxes to accept a click (turn pointer events back on just for the boxes). This should fix the problem both here and on the iphone, but you’ll have to turn it on first in Other Options. Upgrade to 6.17 and let me know how it works. Thanks!

    Thread Starter Jane

    (@jstepak)

    This fixes the issue for scrolling horizontally. (on laptop with right arrow and on phone.) But one side effect is if my wp-flybox is taller than the window (I can reproduce on phone or on laptop with browser window shorter than wp-flybox) it will cut off the wp-flybox on the bottom. I have it set to scroll up when I scroll down the page – and the bottom portion that is not initially visible never displays.
    Let me know if I’ve described it so you see what I mean.
    Thanks in advance for taking a look!

    Plugin Author cconoly

    (@cconoly)

    I think I understand what you’re saying. I changed the container height to match whatever the document’s height is, so it should not clip the bottom, unless your page is shorter than the flyout box. Even then it may still stretch over it. Let me know if 6.18 fixes it. Sorry for all these updates and back and forths!

    Thread Starter Jane

    (@jstepak)

    This fixes it 100%! Thanks so much for your prompt attention to this. Everything is working so nicely now. (in time for us to show our site to the client. ?? )

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Site will scroll off the screen to the right when press right arrow’ is closed to new replies.