Hello,
we are using Bauhaus template in our site, this template has an animation in the home hero, the color shapes move with the mouse. Suddenly stop working, does anyone know why, and how to fix it? thank you so much 🙂

    ferranb Hi

    Could you share the super admin + ftp account so I can take a look?

    a month later

    ferranb You should turn off the editor in Global Configuration in backend of your site, then add the script to the module content.

    <script>
    	jQuery("#hero-wrap").parallaxmouse({
        invert: true,
        range: 240,
        elms: [
          {el: jQuery('#decor-3'), rate: 0.1},
          {el: jQuery('#decor-6'), rate: 0.05},
          {el: jQuery('#decor-1'), rate: 0.4},
          {el: jQuery('#decor-5'), rate: 0.15},
          {el: jQuery('#decor-2'), rate: 0.3},
          {el: jQuery('#decor-4'), rate: 0.2},
        ]
    	});
    </script>
    Write a Reply...
    You need to Login to view replies.