Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

73
Visualizações
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 Respostas
Responde à pergunta

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 Relatório

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda