• Resolved nmrockswp

    (@nmrockswp)


    Good plugin! I just have one question:
    How can I deactivate the “internal” “Audio”-Captcha function in all surveys (via functions.php of the child theme)? Unfortunately, this is not available in German.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author YOP

    (@yourownprogrammer)

    Hello

    A quick way to remove the audio option from the internal captcha would be with a custom css code.

    Would this work for you?

    Thread Starter nmrockswp

    (@nmrockswp)

    Yes, that would help me too if you send me the corresponding CSS code. Thank you very much!

    Plugin Author YOP

    (@yourownprogrammer)

    Here is the css code

    .basic-yop-poll-container .basic-captcha .visualCaptcha-accessibility-button {
    display: none;
    }

    Let us know how it goes.

    Thread Starter nmrockswp

    (@nmrockswp)

    Great, works great, thank you very much for your help!

    Plugin Author YOP

    (@yourownprogrammer)

    Happy to hear it works ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Deactivate Inside Audio Captcha?’ is closed to new replies.