Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Yanou

    (@yanou)

    <p><?php printf( __( 'Pour postuler :<br><strong>Envoyez votre CV et lettre de motivation</strong> par courriel à <a class=\"job_application_email\" href=\"mailto:%1$s%2$s\">%1$s</a>', 'wp-job-manager' ), $apply->email, '?subject=' . rawurlencode( $apply->subject ) ); ?></p>

    Maybe the error in in this code? Don’t know!

    Plugin Author Mike Jolley

    (@mikejolley)

    Looks like it – why have you edited that file instead of using a localisation? It’s likely the bug was introduced when that code was changed.

    Thread Starter Yanou

    (@yanou)

    What can i do with this? No alternative?

    Plugin Author Mike Jolley

    (@mikejolley)

    Restore to the original version and see if it fixes the link.

    Then create a localisation to translate the text if you need it translated.

    Plugin Author Mike Jolley

    (@mikejolley)

    FYI, it’s outputting those backslashes (\) which is why the link is broken.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Apply button – Mail link didn't work’ is closed to new replies.