Viewing 3 replies - 1 through 3 (of 3 total)
  • paulovsky

    (@paulovsky)

    I’ve been trying to do the same, any help? Also, I would like to customize this [Signature] string to something like [Your name and email]

    Thread Starter bendanley

    (@bendanley)

    Sorry – @paulovsky – I didn’t hear back from anyone and haven’t figured it out. Maybe with our new activity, someone who knows the answer will chime in.

    paulovsky

    (@paulovsky)

    So I’ve tracked the problem… The issue is on the rendering of the language file: the string “signature” does not appear to be translated.

    This is the code of where it renders on the page, after the message:

    emailpetition.php lines 148 and 155 / widget.php lines 178 and 187
    <p class="dk-speakup-caps">[' . __( 'signature', 'dk-speakup' ) . ']</p>

    I have a limited knowledge about WordPress coding, but I found a workaround: change the ' . __( 'signature', 'dk-speakup' ) . ' to your custom message, something like
    <p class="dk-speakup-caps">[Your name and contact info]</p>
    This is just a fix, though.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[signature] showing up in "Read the petition"’ is closed to new replies.