[ad_1]
Hello @benny0
Could you please indicate the link to the page to check the scrolling issue in detail?
Best regards.
Thread Starter
benny0
(@benny0)
Hi, I would like to send you the link but I don’t want to share the link of my site here, I am working for a client. I hope you understand.
Can I send it to you in another way?
Thank you
Hello @benny0
Please, follow the instructions below:
Enter the following piece of code through the menu option “Appearance > Customize > Additional CSS”:
body{height:100%;width:100%;overflow:hidden;}Our plugin triggers the loadingScreenCompleted event after loading the page and completing the additional time interval you assign the loading screen. So, you must enter the following piece of code into a script you know the theme loads:
<script>
jQuery(document).on('loadingScreenCompleted', function(){
jQuery('body').css('overflow', 'auto');
});
</script>Best regards.
