Remove fade effect while scrolling in Agency Theme
Updated On May 23, 2015 March 30, 2014 -Written ByAgency Theme has cool fade effect when you scroll down the homepage. Any content including: text or images displayed in top widget area fades when webpage is scrolled down. Do you want to disable this scroll effect from Agency Theme?
1. Goto Appearance > Editor and open front-page.php file. Look for “Enqueue Scripts” code in the beginning. You should see three scripts being en-queued. First script jquery.scrollTo.min.js adds the fade effect to your Agency Theme. (Backup before making changes!)
2. Comment out this script line (by adding //) or remove it. Commenting out is recommended, if you wish to enable this fade effect again easily. However, if you do not intend to keep fade effect in future – remove the line as indicated in screenshot. Also, you can delete “jquery.scrollTo.min.js” file contained JS folder inside your theme folder.
Thanks for pointing this out Davinder. It worked well.