Categories

Ausgewählte Vorlagen

JS Animated. How to disable stickUp menu

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

This tutorial will help you to get rid of the sticky menu, which appears in web-site template.

In order to apply the changes of that kind, there will be some steps to do.

  1. You need to enter 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.

    Screenshot1
  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.

    Screenshot2
  4. Save the changes and reload the page.

That is all you need to do. Thank you for paying attention, in case of any questions feel free to check video version.

Dieser Eintrag wurde um JS Animated Tutorials geschrieben und disable, menu, stickUp markiert. Bookmarken Sie den permalink.

Submit a ticket

Sollte Ihre Frage durch die Tutorials nicht ausreichend beantwortet worden sein, benutzen Sie bitte den folgenden Link, um sich an unser Beratungsteam (Support) zu wenden. Wir bieten Ihnen unsere Hilfe und Unterstutzung an. 24 Stunden am Tag, 7 Tage die Woche!
Ticket Einrichten