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

661
Visualizações
Failed to load resource: the server responded with a status of 404 (Not Found) for an image with the correct file path

This is the code for an icon that reveals a side menu on my website. Using Jquery to import it into all of my html pages. For some reason the image returns the rror in the title of this post when simply using an img tag. I've never had this problem before and have no clue what to solve it. It's located in the same

<script src="https://kit.fontawesome.com/11ab057999.js" crossorigin="anonymous"></script>

<div class="logo-wrapper">
    <!-- UPS LOGO -->
    <img id="fix-token-logo" src="fixTokenLogo.png" alt="">


    <div id="menu-icon" onclick="">
        <i class="fa-solid fa-bars" onclick="activateMenu()"></i>
    </div>
</div>

<script>
    function activateMenu () {
        const sidebar = document.getElementsByClassName('sidenav-wrapper')
        sidebar[0].classList.toggle('hidden')
    }
</script>

This is included on all of my html files in the head:

<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

It seems that the browser cant't find the image, try one of thease steps:

  • Rename the image file, Javascript is case-sensitive.
  • Certify that the image is a png (or jpg, gif...)

An error that I've see in your HTML and your script, is that is trying to find the "sidenav-wrapper" class, but in your HTML there is no "sidenav-wrapper" class, try to change it to the class that you want to add the class "hidden" Remember: If you want to find the classes "sidenav" and "wrapper" you write "sidenav wrapper" insted "sidenav-wrapper"

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