Plugin Author
Leap13
(@leap13)
Hi @robertota87
We are so sorry for the inconvenienice you are having.
Could you please share a screenshot that shows how the Lottie widget looks before/after activating Premium Addons so I can give it a look and see what is going there?
Hi, I’m attaching the 2 screens. One with the plugin active and one with the plugin deactivated. Simply, when I activate the plugin the lottie file does not appear.
Thank
Plugin active
Plugin deactived
Plugin Author
Leap13
(@leap13)
Hi @robertota87
I believe this happens because the Lottie.js file is loaded twice on your page. Please add the code below in your theme’s functions.php file and let me know if it did the trick:
add_action( ‘wp_enqueue_scripts’, function() {
wp_deregister_script( ‘lottie-js’ );
wp_dequeue_script( ‘lottie-js’ );
}, 1000 );
perfect, it seems to work.
Thanks
Plugin Author
Leap13
(@leap13)
Great, you can’t imagine how much I’m glad that I managed to help you 🙂
We would be really grateful if you could please do us a BIG favor by rating Premium Addons for Elementor on our WordPress page. This really would give us a huge push forward to make things better ❤️️
Thanks,