My Lottie is correctly displayed in the block editor, I can have access to all options and I see it correctly. However, on the front-end, nothing appears. There are no errors in the console, I just have those lines in the DOM:
<!-- wp:lpb/lottie-player {"cId":"3cb0e069-7","file":"[LINK]"} /-->
<!-- wp:lpb/lottie-player {"cId":"fdcdd6a2-c"} /-->
I am using WordPress 6.5.5 and Lottie Player Block 1.1.6.
]]>Is there a way to call the function directly to hook into a page template without using the guttenburg editor?
]]>I keep getting this error from your plugin.
PHP Notice: Undefined index: HTTP_HOST in /home/qipzaknv/public_html/wp-content/plugins/embed-lottie-player/plugin.php on line 17
In my setup $_SERVER[‘HTTP_HOST’] is not defined. Can you please check first to see if it is set to remove the warning.
if (!isset($_SERVER[‘HTTP_HOST’])){ blah } else { blah }
Thanks,
Wil.
First of all, great plugin! I am using the Lottie player instead of a logotype image in my header. I would like to add a link to the player. I cannot see such an option in the block options. Could you please suggest how to make the (logotype) animation clickable. Thanks!
]]>I have a lottie animation below the fold on this page. I want it to trigger on scroll instead of when the page loads.
]]>