Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

74
Vistas
How to make mobile version hamburger menu button working

I had an wordpress website and its mobile version hamburger menu is not working as I tried adding the script too. How to get that menu button working.

Below I had providing the link for the website which the menu is not working.

https://drisharikganesh.com/

Code:

// Events Listeners
hamburgerMenu.addEventListener("click", toggleNav);
navItems.forEach((nav) => {
  nav.addEventListener("click", toggleNav);
});

Still its not working and where it should be added, please help me to get this working.

about 4 years ago · Juan Pablo Isaza
2 Respuestas
Responde la pregunta

0

<script>
document.querySelector(".navbar-toggle.tablet-responsive").addEventListener('click',()=>{
    document.querySelector(".navbar-collapse").classList.toggle("collapse")
})
</script>

Install "code snippets" plugin from plugins. Add this code to your footer area. If you have any problems, please search on google "how to add javascript code to footer with code snippets" or something similar. You should be good.

about 4 years ago · Juan Pablo Isaza Denunciar

0


`burger = document.querySelector('.burger')
navbar = document.querySelector('.navbar')
rightnav = document.querySelector('.rightnav')
navList = document.querySelector('.nav-List')

burger.addEventListener('click',()=>{
    navbar.classList.toggle("h-nav-resp");
    navList.classList.toggle("v-class-resp");
     rightNav.classList.toggle("v-class-resp");
                                    `
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda