Thanks a lot!
> Then try to load the link which you posted and see how many errors turn up. It looks like a problem wit the sortable-post-grid plugin.
I followed all instructions from “Troubleshooting Javascript Errors” article (https://foliovision.com/troubleshooting-javascript-errors) and found 1 script which block Foliovision player from normal display on course page. It is “course.js” from “Vibe Course module” of WPLMS theme.
Have no idea how to fix it.
Here is code from this Javascript file, which initialize player:
$('audio,video').each( function() { if($(this).parents('.flowplayer').length) return; $(this).mediaelementplayer() });
If there is any idea how to fix it – share it please.
Thanks!
> please post a link to your page where we can see the issue.
Here it is for e[ample – (redacted)
> Are you sure you only have FV Player and WPLMS active and nothing else?
I’m testing transfer from LearnPress with Eduma theme to WPLMS. And this FV Player compatibility is the last issue for me to migrate all data to new LMS.