• Resolved Fred17

    (@f14m07)


    Hi,
    Thank you for your plugin which brings me a lot. However, I have a residual problem that I can’t solve.
    I have a mail that is sent from a hook in the function file of my theme. In this mail there are two links. One link is correctly transformed but the other is not. When I look at the email file in text/html format the tag is moved before the link text which is why the link is not clickable in the email.
    Here is part of the body of the mail in the function file.
    `<br>
    Vous devrez vous identifier pour réserver <a href=#_EVENTPAGEURL>cliquez ici</a> <br><br>
    Si vous souhaitez vous désinscrire de ce type de message <a href=#_UNSUB_URL>cliquez ici</a> <br><br>`

    And here is the text excerpt of the received mail.

    <br>
       Vous devrez vous identifier pour réserver <a href="https://voguer.local/events/test-deux-2/" style="color: #f50909; font-style: normal; font-weight: bold; text-decoration: underline; text-transform: none;"></a>cliquez ici <br>
       <br>
       Si vous souhaitez vous désinscrire de ce type de message <a href="https://voguer.local/events/?eme_unsub=1&lang=fr" style="color: #f50909; font-style: normal; font-weight: bold; text-decoration: underline; text-transform: none;">cliquez ici</a> <br>
    <br>

    this is the first link that has not been correctly transformed
    If I deactivate your plugin I don’t have this problem

    • This topic was modified 2 years, 11 months ago by Fred17.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Julian

    (@juliangk)

    Hello @f14m07,

    can yoiu please send us a message to support(at)codemiq.com, refering to this thread?

    Best regards
    Julian

    Plugin Support Julian

    (@juliangk)

    Problem solved by adding quotes to the html href attribute:

    <a href="#_EVENTPAGEURL">

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘linkage transformation’ is closed to new replies.