hide scroll behaviour during loading

[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.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer