• Resolved robertosalemi

    (@robertosalemi)


    Hi,
    I have these errors in my site:

    SyntaxError: missing name after . operator
    ReferenceError: $zopim is not defined

    The errors are visible in browser console!

    I think that the issue is generated by the code added automatically by plugin:

    $zopim( function() {
    })

    I tried to removed it, but the pluing added it automatically.

    How can I resolve?

    Thanks a lot!

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

Viewing 1 replies (of 1 total)
  • Thread Starter robertosalemi

    (@robertosalemi)

    Resolved, for versione 1.4.15

    Into includes/class-widget.php at line #29 remove new live:

    BEFORE:

    $.src='//v2.zopim.com/?" . $code . "';z.t=+new Date;$.
    type='text/javascript';e.parentNode.insertBefore($,e)})(document,'script');

    AFTER:
    $.src='//v2.zopim.com/?" . $code . "';z.t=+new Date;$.type='text/javascript';e.parentNode.insertBefore($,e)})(document,'script');

    Hope this solution is useful for someone!

Viewing 1 replies (of 1 total)
  • The topic ‘Errore for $Zopim is not defined’ is closed to new replies.