- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
Landing Page. How to change the achievement counter numbers (based on template 55542)
March 11, 2016
Landing Page. How to change the achievement counter numbers (based on the template 55542)
This tutorial will show you how to change the achievement counter numbers (based on the template 55542):

Perform the following steps:
Use your FTP to locate script.js file in js folder on your server.
Download and open file with any text editor.
Locate the following code starting from line 190:
//AnimateNumber ; (function ($) { var o = $('#counter1'); if (o.length > 0) { include('js/jquery.animateNumber.min.js'); $(document).ready(function () { $('#counter1') .prop('number', 0) .animateNumber( { number: 25 }, 1000 ); }); } })(jQuery); ; (function ($) { var o = $('#counter2'); if (o.length > 0) { include('js/jquery.animateNumber.min.js'); $(document).ready(function () { $('#counter2') .prop('number', 0) .animateNumber( { number: 54 }, 1000 ); }); } })(jQuery); (function ($) { var o = $('#counter3'); if (o.length > 0) { include('js/jquery.animateNumber.min.js'); $(document).ready(function () { $('#counter3') .prop('number', 0) .animateNumber( { number: 18 }, 1000 ); }); }
Edit number value in the code.
Save and re-upload the file to your server. Select replace option.
Refresh and check your site.
Feel free to check the detailed video tutorial below:
Landing Page. How to change the achievement counter numbers (based on the template 55542)