- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
WordPress. How to remove smooth scrolling effect
August 27, 2015
This tutorial will show you how to remove smooth scrolling effect in WordPress templates.
WordPress. How to remove smooth scrolling effect
Some WordPress templates have parallax slider with smooth scrolling effect. If you don’t like this effect, you can remove it.
-
Open the root directory of WordPress site:
-
Go to wp-content/themes/themeXXX/parallax-slider/js folder to look for jquery.simplr.smoothscroll.min.js file:
-
You need to set step to 0, speed to 0, and remove the content of ease:
{step:000,speed:000,ease:""}
Save the file.
Refresh the site to see this effect is removed.
Feel free to check the detailed video tutorial below: