• Resolved Devin104

    (@devin104)


    I have installed your AMP plugin and “suppressed” all conflicting other plugins except for one.

    I am using the “WP Content Copy Protection & No Right Click“wp-buy.

    It is necessary that each of my posts be protected from being copied by viewers.

    But when I look at the list of AMP compatible plugins, I do not see one which will copy protect my posts which my current plugin does well and for free.

    Could someone kindly suggest an AMP alternative plugin to the one I am currently using?

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Milind More

    (@milindmore22)

    Hello @devin104

    Thank you for reaching out to us, Most copy protection features use JavaScript-based solution, which might not work on AMP pages as AMP does not allow custom JavaScript on AMP pages. AMP plugin for WordPress blocks them to create a valid AMP page, We will recommend looking for a solution that does not rely on JavaScript.

    You may also try adding the following CSS by visiting Appearance->Customize->Custom CSS which removes selection color

    .* {
      -moz-user-select: none;
      -webkit-user-select: none;
      cursor: default;
    }
    html {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    We hope this helps!

    Thread Starter Devin104

    (@devin104)

    Milind:

    Well Hot Damn someone gave me a substantive answer.

    Thank you so much.

    Thank you

    p.s. Dear Santa please bring Milind extra milk and cookies for Christmas

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin Supression and Copyright Protection’ is closed to new replies.