• Resolved dccs52

    (@dccs52)


    Hi

    It seems when activated with a simple text replace using Avada Fusion Live Editor, breaks the front end live editor. The front-end builder just hangs.

    Find is:

    Text test

    Replace with

    <span class=”notranslate”>Test text</span>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marios Alexandrou

    (@marios-alexandrou)

    I don’t use the Avada Fusion Live Editor, but when someone reports that a replace is breaking something it typically means that their rule has matched something unexpectedly.

    I would view the source of the page and see if “Text test” appears more than once. And, if it does, confirm that you meant to replace all occurrences and that the replacement makes sense in all cases.

    If the above doesn’t yield anything useful, try a replacement of text with text i.e. no HTML. It could be the HTML that is confusing the editor.

    Thread Starter dccs52

    (@dccs52)

    Thanks for such a quick response.

    It seems fixing the issue is done by using single quotes

    Doesn’t work:
    <span class=”notranslate”>Test text</span>

    Works with:
    <span class=’notranslate’>Test text</span>

    Much appreciated the help as you helped me fix that issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Breaks using Avada Fusion Live Editor’ is closed to new replies.