Categories

Plantillas Destacadas

JS Animated. How to disable stickUp menu

Sarah Vaynbaum febrero 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.

Esta entrada fue publicada el JS Animated tutorials y etiquetada disable, menu, stickUp. Agregar enlace permanente a marcadores.

Submit a ticket

Si Usted todavía no puede encontrar un tutorial suficiente para arreglar su problema, por favor use el siguiente enlace para enviar un ticket a nuestro equipo de soporte técnico. Nosotros enviaremos nuestra respuesta dentro de próximas 24 horas: Enviar un ticket