Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1021715
    Roman
    Participant

    Hello,

    How do I translate (replace) the “Enter Password” that appears inside the input field of Protected Content shortcode.

    Thanks,
    R

    #1021718
    Roman
    Participant
    This reply has been marked as private.
    #1022560
    Jade
    Moderator

    Hi Roman,

    Please add this in Appearance > Customize > Custom > JS:

    jQuery('#content-protector-password-calendar').attr('placeholder', 'TEXT_TRANSLATION');

    Kindly replace TEXT_TRANSLATION to the correct Hebrew translation.

    #1039136
    Roman
    Participant

    Works, thanks!

    #1039170
    Rue Nel
    Moderator

    You’re welcome!
    Thanks for letting us know that it has worked for you.

  • <script> jQuery(function($){ $("#no-reply-1021715 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>