Showing 1 – 1 of 1 replies
tbell1979

There seems to be some sort of […]

tbell1979 PURCHASED
4 years ago
Hi, there seems to be some sort of JavaScript errors when you start scrolling down the page...check developer tools in the browser as you scroll. Errors on jquery.scroll-with-ease.js. Noticed this when trying to fix the 'choppy' scrolling on the page...
affapress
affapress SELLER
4 years ago
The plugin only serves to refine the page scrolling process and for now it is no longer needed because almost all browsers have implemented it, you can disable the features of the plugin by follow this steps:

1. Open ../js/general.js file
2. Find this code:

// Smoothing page scroll
$('html').scrollWithEase();

3. Disable that code by giving a 'comment' sign:

// Smoothing page scroll
//$('html').scrollWithEase();

4. Save the code and refresh your website page.

Thank's