Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Leap13

    (@leap13)

    @webgirish Please try to add the code below

    add_action( 'wp_enqueue_scripts', function() {
    
       wp_deregister_script( 'lottie-js' );
    
       wp_dequeue_script( 'lottie-js' );
    
    }, 1000 );
    

    I hope it works!

    Thread Starter webgirish

    (@webgirish)

    My topics shows that Leap13 replied on the issue but I got no reply. Is this a issue? Leap13, can you please reply again?

    Plugin Author Leap13

    (@leap13)

    @webgirish Please try to add the code below

    add_action( 'wp_enqueue_scripts', function() {
    
       wp_deregister_script( 'lottie-js' );
    
       wp_dequeue_script( 'lottie-js' );
    
    }, 1000 );
    

    I hope it works!

    Plugin Author Leap13

    (@leap13)

    I didn’t hear back from you. I hope everything is going fine with you today!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Lottie widget disable issue’ is closed to new replies.