- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
JS Animated. How to disable “To Top” button
May 27, 2015
In this tutorial you will learn how to disable the “to the top” button in JS Animated templates.
JS Animated. How to disable “To Top” buttonPlease follow the steps indicated below.
Enter your FTP or Hosting Control Panel (cpanel), then navigate to the file manager and find the folder where the files are kept.
Open the js folder and find script.js file.
There you should find and delete the following part of code:
1234include(
'js/jquery.ui.totop.js'
);
$(
function
() {
$().UItoTop({ easingType:
'easeOutQuart'
});
});
Save the changes and reload the web-site.
After saving the changes the button should no longer appear.
Feel free to check the detailed video tutorial below:
JS Animated. How to disable “To Top” button