Categories

Featured templates

JS Animated. How to disable stickUp menu

Sarah Vaynbaum February 26, 2015
Rating: 5.0/5. From 2 votes.
Please wait...

This tutorial will help you to get rid of the StickUp menu in JS Animated template.

JS_Animated. How to disable stickUp menu

In order to apply the changes of that kind, please follow the steps below:

  1. You need to access your website files via cPanel or FTP, navigate to js folder.

  2. In there you need to find script.js file and open it:

    JS Animated. How to disable stickUp menu1
  3. There you need to find the following code:

     
    /* Stick up menu
    ========================================================*/
    include('js/tmstickup.js');
    $(window).load(function() { 
      if ($('html').hasClass('desktop')) {
          $('#stuck_container').TMStickUp({
          })
      }  
    });
    

    And that is what you need to delete:

    JS Animated. How to disable stickUp menu2
  4. Save the changes and reload the page.

That is all you need to do. Feel free to check the detailed video tutorial below:

JS_Animated. How to disable stickUp menu
This entry was posted in JS Animated tutorials and tagged disable, menu, stickUp. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket