Hi,
Thanks for contacting us and choosing our product!
We have just checked our code again on dev site and demo site and it’s working fine.
But it still doesn’t work on your site, maybe the issue is conflict with plugins you installed.
We have just go to: wp-content/plugins/haru-filmmaker/ then open file haru-filmmaker.php
Go to line 167 then add this code:
wp_enqueue_script( 'youtube-api-app', 'https://www.youtube.com/iframe_api', array(), false, true );
https://prnt.sc/Z28xHhbZeFKk
and change the code on line 167 to:
wp_enqueue_script( 'haru-filmmaker', plugins_url( PLUGIN_HARU_FILMMAKER_NAME . '/assets/js/haru-filmmaker.js'), array( 'jquery', 'youtube-api-app' ), '', true );
Now it’s working file on your site.
You can go to Plugins -> Plugin File Editor to edit this file.
Hope this helps!
****
Regards,
HaruTheme
-
This reply was modified 1 month, 3 weeks ago by
admin.
-
This reply was modified 1 month, 3 weeks ago by
admin.