Hi!
I have some serious problems with Convertplus after I updated the plugin and the theme itself.
I have a form which is bigger than the screen on any screen height so I need the modal to allways be able to scroll.
In modal settings the height is set to auto and i have no styling in the code of the page.
https://gyazo.com/54edb3a77d99fa55dca9a0869447eba5
https://gyazo.com/ca93ad93d9c50708ba268286d266c5cb
I tried to add (removed now):
.cp-modal {
overflow: scroll;
height: auto;
}
But it doesn’t work. Modal Popup isn’t scrolling. Also I really don’t like the scrollbars. Before the update the modal scrolled but scrollbars weren’t visible. Sadly I can’t show you how perfect it worked before…
Here’s the test page with a single button launching the modal: http://yellowrockets.com/asca-test/
Second huge issue is perfomance. I’m almost certain that’s also connected to ConvertPlus. I have a page (http://yellowrockets.com/cw/) which has about 10 buttons all launching different modals. Before the update it worked fine. Right now the page starts to really slow down when I scroll to the part with modals.
Please help.