Categories

Новые шаблоны

JS Animated. How to disable stickUp menu

Sarah Vaynbaum Февраль 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.

Эта запись была размещена в JS Animated туториалы и помечена как disable, menu, stickUp. Добавьте в закладки постоянную ссылку.

Submit a ticket

Если вы не смогли найти подходящее решение проблемы, пожалуйста воспользуйтесь следующей ссылкой, чтобы отправить запрос команде технической поддержки.
Отправить запросВы получите ответ в течение 24 часов