• Resolved zitzmann

    (@zitzmann)


    Hi, there,

    i am a PRO User.
    The copy protection works well with the normal webpage (wordpress). As well in my membership area (Paid membership pro), but..

    i am using h5p(www.h5p.org), a plugin which provides interactive HTML5 content (games/ elearning). If you right click on one of these elements on the page you are able to store the webpage or the photos used in the element. All other aeres text, photos, an other are protected, but the h5p elements open the door for everything.

    Can you help?

    Kind regards
    Alix

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Adam Salah

    (@adam1318)

    Hello, Alix

    Thank you for your question.

    According to this forum TOS, we can’t provide support for the PRO version here
    Please go to our-website/support-centre/ and create a new ticket for your issue
    We will be in contact with you there.

    Regards

    Thread Starter zitzmann

    (@zitzmann)

    OK!

    Plugin Support Adam Salah

    (@adam1318)

    Hello,

    Thank you for your question.

    H5P plugin uses iframes method to put its content inside the WordPress or inside its own iframes.
    Iframes mainly work outframe the activated plugins since it is standalone and this is technically impossible.
    however, you can prevent the selection manually by editing this file
    https://www.plugin-labs.com/wp-content/plugins/h5p/h5p-php-library/styles/h5p.css

    and paste at the bottom of it, the following:

    body, div, p, span{ cursor: inherit ; user-select: none !important;
    -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none;
    -ms-user-select: none;
    }

    Note: when you update the H5P plugin, the file will back to its original content, so this action needs to be repeated after each update.

    Regards

    • This reply was modified 4 years ago by Adam Salah.
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Copy protection does not work with interactive learning plugin’ is closed to new replies.