• Resolved jziegler

    (@jziegler)


    hi, i’m trying to add a trigger but the ui keeps distorting the code after hitting “edit trigger”, both in visual and text mode. for example, if i add the code:

    THIS IS THE LINK

    in text mode and then hit edit trigger, it changes the code to:

    THIS IS THE LINK

    is there any way around this? or are links just not usable with triggers?

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter jziegler

    (@jziegler)

    sorry, not sure how to display the code itself…

    <a href="https://www.google.com">THIS IS THE LINK</a>
    
    <a href="//www.google.com"">THIS IS THE LINK</a>
    Thread Starter jziegler

    (@jziegler)

    ok so before hitting “edit trigger”:

    <a href="https://www.google.com">THIS IS THE LINK</a>

    after:

    <a href="//www.google.com"">THIS IS THE LINK</a>

    But what is the problem? As far as HTML validity, they are both correct. “http” is not needed anyway in a link. “//” represents the current scheme of your website be that http or https.

    Thread Starter jziegler

    (@jziegler)

    i actually didn’t know that, thanks. but the link is not working. perhaps the extra quote at the end? and each time i hit “edit trigger” it adds more quotes to the end…

    Plugin Author wordpress3cx

    (@wordpress3cx)

    Hello @jziegler, looks like there’s a bug in field validation for this feature. It will be fixed in next release. Thanks for your feedback.

    Thread Starter jziegler

    (@jziegler)

    thank you! don’t imagine you would know when that would be?

    Plugin Author wordpress3cx

    (@wordpress3cx)

    Hello @jziegler, this bug has been fixed and it’s under testing. We’ll release new version in a few days.

    Thread Starter jziegler

    (@jziegler)

    thx!

    Plugin Author wordpress3cx

    (@wordpress3cx)

    Hello @jziegler, we just released version 8.1.5 with a fix for this issue. Now trigger URLs are parsed properly.
    Let us know!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Editing trigger distorts code’ is closed to new replies.