Okay
  Public Ticket #3402375
Bug in demo version
Closed

Comments

  •  1
    Pierre started the conversation

    I have an error in my Chrome DevTool console on my site.

    The bug is the same on the demo version

    gsap.min.js?ver=6.2.2:10     Invalid property fopacity set to 1 Missing plugin? gsap.registerPlugin()


    On my web site I also have the following error :

    gsap.min.js?ver=6.2.2:10 Invalid property y set to 4024 Missing plugin? gsap.registerPlugin()


    Could you help to fix this ?


    Thanks,


  •  1,810
    Support replied

    Hello Pierre

    plz try the following: open /js/scripts.js (path relative to root theme folder) and modify line 76

    https://prnt.sc/EO7VdSbAGVkR

    opacity instead of fopacity

    After that hard refresh the page (Ctrl+F5) before testing

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  1
    Pierre replied

    Thanks a lot !