• Resolved afrigols

    (@afrigols)


    I add a Passster Elementor widget, and change the placeholder text.
    I can see de new placeholder text in elementor view, but when the widget is shown in the page appears the defaul placeholder text: “Enter your password..”
    I have solved it by changing in the “src/class-ps-shortcode.php” file, this line:
    $form = str_replace( ‘[PASSSTER_PLACEHOLDER]’, $atts[‘placeholder’], $form );
    for this one:
    $form = str_replace( get_theme_mod( ‘passster_form_instructions_placeholder’, __( ‘Enter your password..’, ‘content-protector’ ) ), $atts[‘placeholder’], $form );

    Would it be possible to include it in a next version of the plugin?
    Thank you.

Viewing 1 replies (of 1 total)
  • Hey @afrigols,

    awesome! Thanks for providing a direct solution to that.
    I will absolutely include it in the next update 🙂

    Thanks again and have a nice day,
    Patrick

Viewing 1 replies (of 1 total)

The topic ‘Elementor widget – placeholder issue’ is closed to new replies.