Jump to content
Search Community

Audrey13

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Audrey13

  1. Hi GreenSock, Thank you very much ! I could not have found the solution alone. So once again, a big thank you and all my gratitude. I will study your recommendations to apply them. And I hope to be able to start working on JS later
  2. Hi iDad5, Thank you for your answer. But I don't understand what's wrong, because when I check, I find the class "scooter-wrapper" in my home.php file. The class also exists in the style.css. <div class="col-md-6"> <section class="hero"> <div class="scooter-container anim"> <div class="scooter-zoom"> <div class="scooter-wrapper"> <div data-animate="fadeInLeft"> <div> <div class="scooter"> <div class="wheel left"></div> <div class="wheel right"></div> <img src="<?php echo get_template_directory_uri(); ?>/img/scooter.png" class="img_scooter"/> <div class="scooter-shadow"></div> </div> </div> </div> </div> </div> </div> </section> </div>
  3. Hi, A digital agency created our website and everything was working fine. But since 2 days, we have a big problem of display on the homepage. It seems that the problem comes from the ScrollTrigger.js file But as I don't really know js, I find myself with a site that doesn't work normally anymore : an animation on a blue background that disappeared, blocks that don't work anymore, oversized SVG images... Here is the link to the home page of the site: https://www.talent-bs.com/ And here is the link of the file that seems to make everything buggy: https://s3-us-west-2.amazonaws.com/s.cdpn.io/16327/ScrollTrigger.min.js?ver=5.8.3 Can you help me please ? :/
×
×
  • Create New...