Static Scroll not working on my page

I shifted my theme to themeco and after that one of my scroll function is not working. https://www.edrafter.in/rental-agreement/form-rental-agreement/
Following is the link.

The live preview of the form used to scroll down with the scroller. Please help as our users are facing critical issue.

Hey Ayush,

Thanks for reaching out!

I check the reference page and the scroll functionality is just working fine on my end ( see secure note for the recorded video ). That being said, it could be just a cache issue on your end, please clear your browser cache or use incognito mode when accessing your website.

Hope that helps.

Hey Mark,

Thanks for replying.

Actually the live editor used to scroll down as the user goes down the page and that functionality is not working.


You can see the video at 4:42. The live editor used to be static.
@marc_a

Hi Ayush,

I have checked that specific time in the video which you mentioned but unfortunately didn’t recognize the problem you are having. Can you please create a screencasting video like my colleague does and share it with us to understand what exactly you are seeing?

Thanks

Hey,

Please check this video.
You can see as the user scrolls and fills the form he/she is not able to see the live editor. Please help me in moving the live editor as the user scrolls down the page.
https://www.awesomescreenshot.com/video/11200021?key=d75115bdd1abaa3516e6740ebf95dab3
@tristup

Hey Ayush,

Your live editor’s CSS position is Sticky. Our themes do not support that.

image

There’s a small workaround to make it work but we cannot cover any issues that might arise from the use of the code.

Add the code in Theme Options > CSS.

body {
    overflow: visible;
}

You can see it working in the screenshot below.

Hope that helps and thank you for understanding.

Thanks a lot. It worked!! :smiley:

Hi Ayush,

Glad that it worked for you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.