just resolved it myself, by adding this pho code to the snipped plugin:
—–
add_filter(‘mpcs_classroom_style_handles’, function ($allowed_handles) { $allowed_handles[] = ‘protected-video’; return $allowed_handles; });
Thank you for reporting this issue.
Are you able to provide any additional information? It looks like you had a compatibility issue with the MemberPress plugin?
If there is an improvement that can be made to this plugin please feel free to submit a pull request.
Hi, I’m not entirely sure, but I tried applying the PHP code and it seems to have resolved the issue. I also tried deactivating all plugins, but the problem persisted even though there was no membership plugin installed. However, after using the PHP code, the issue seems to be resolved.
Would you mind removing the PHP snippet and trying MemberPress with latest plugin version 1.8.1? This latest version may work without the extra code.
@jenomal can you confirm this code is no longer necessary on plugin version 1.8.1 please?
add_filter(‘mpcs_classroom_style_handles’, function ($allowed_handles) { $allowed_handles[] = ‘protected-video’; return $allowed_handles; });
Hi, I’m not entirely sure but it seems to work now… have to make further tests…
Thanks. I suspected that snippet would no longer be necessary on 1.8.1, since in that version it loads the player assets in more scenarios.
Any further issues please open a new topic. Resolving this.