• Resolved tatu89

    (@tatu89)


    Hi!

    The popups worked fine for the start but the scrolling suddenly stopped working and i have no idea what the reason is. Tried re-installing the plugin and using new sections for the popup but nothing seems to make it scroll anymore.

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

Viewing 14 replies - 1 through 14 (of 14 total)
  • chris1007

    (@chris1007)

    That’s my problem also. Worked perfect since yesterday. In the morning I made the update and scrolling is gone. What to do?

    4CCM.org

    (@ccmorg)

    Same for us as well. Also if there is too much text to appear within the space the popup appears mostly off screen at the top.

    Thread Starter tatu89

    (@tatu89)

    Same for us as well. Also if there is too much text to appear within the space the popup appears mostly off screen at the top.

    Same here. Popups top part off the screen occasionally.

    davidyurchuk

    (@davidyurchuk)

    Add myself to the list. Any popup that requires scrolling gets pushed up off the screen and has no scrollbar behavior.

    TheMightyFox

    (@themightyfox)

    Having exactly the same issue, form scrolling’s stopped working after the latest WP update.

    thechoperpilot

    (@thchoperpilot)

    Exactly my problem, too.
    Tried adding overflow visible and scroll, but same happens, popup won’t scroll.

    thechoperpilot

    (@thchoperpilot)

    Guys, until we get official update, try adding this code to CSS

    .popup_outer_wrap > div {
      max-height: 100% !important;
    }

    This helped me with popup scroll.

    TheMightyFox

    (@themightyfox)

    @thchoperpilot worked like a charm! Looks strange if logged into WP but when logged out works like it should. Perfect temp fix. Thank you!

    Thread Starter tatu89

    (@tatu89)

    @thchoperpilot I appreciate your help, thanks mate! Works like a charm.

    • This reply was modified 5 years ago by tatu89.
    davidyurchuk

    (@davidyurchuk)

    Thank you for the fix!

    thechoperpilot

    (@thchoperpilot)

    You are very welcome, guys!

    agatstone

    (@malikagata)

    Brilliat, had the same problem. Now fixeg, works like magic! Big thanks

    thechoperpilot

    (@thchoperpilot)

    Guys, if someone experience problem with smaller screen resolution (sometimes it happens to me when open inspect element), add this line of code as well.

    .admin-bar .popup_outer_wrap.popup_full_height {
      top: 50% !important;
    }

    Not sure if you guys were experiencing the same issue as myself, but my modal popup would not occupy 100% of the height no matter what, despite previously doing so.

    This was my hotfix:

    .popup_outer_wrap.popup_full_height {
    	transform: translate(-50%, -50%) !important;
    } 

    Hope it helps someone.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Popups stopped scrolling’ is closed to new replies.