• Resolved jenomal

    (@jenomal)


    Since the latest update (or possibly earlier, I’m not entirely sure), there have been no icons displayed inside the player. Please refer to this image: https://picr.eu/i/DlpXl. Thank you for addressing and resolving this plugin issue with an update.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter jenomal

    (@jenomal)

    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; });

    Plugin Author Alec Rust

    (@alecrust)

    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.

    Thread Starter jenomal

    (@jenomal)

    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.

    Plugin Author Alec Rust

    (@alecrust)

    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.

    Plugin Author Alec Rust

    (@alecrust)

    @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; });
    Thread Starter jenomal

    (@jenomal)

    Hi, I’m not entirely sure but it seems to work now… have to make further tests…

    Plugin Author Alec Rust

    (@alecrust)

    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.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘NO icons’ is closed to new replies.