• RayB56

    (@stryker56)


    Hello,

    I think your plugin is great but I have a small issue that I hope you can help me with.

    I have a small width column and when a large email address with many characters needs to be entered the address breaks outside the boundary of the DIV.

    I’ve tried to WORD-WRAP the class but the last part of the email appears above the wrapped characters.

    eg
    @this-is-the-domain.com
    personsname

    I’ve tried everything and as soon as I deactivate your plugin it wraps OK.

    Any Suggestions?
    Thanks in Advance.

    https://wordpress.org/plugins/wp-mailto-links/

Viewing 1 replies (of 1 total)
  • Pi Zi

    (@freelancephp)

    Hello Stryker, the word-wrap does work differently on emails (with this plugin). In the source code of the page (html) the email is written backwards (and some extra code, to make it difficult for spambots). The styling (css) flips the reading direction so you can read the email normally.
    But because in the source it’s written backwards, the word-wrap acts differently.

    That’s the explanation, and now the solution: I don’t know 🙂
    In a future release I could try to make the encryption parts configurable, so that you could turn off the “backwards-flip” part.

Viewing 1 replies (of 1 total)

The topic ‘Wrapping email address displays incorrectly’ is closed to new replies.