• Resolved leoitalo

    (@leoitalo)


    Ativei e configurei o wysija no meu site tudo certo, porem quando coloco meu nome e email e clico em assinar, é mostrado um alert com o codigo html da pagina. Olhei no wysija e foi confirmado a inscrição.

    Ou seja, o plugin esta funcionando, porem está aparecendo esse alert para o usuário.

    Atenciosamente,
    Leonardo Ítalo

    http://wordpress.org/extend/plugins/wysija-newsletters/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter leoitalo

    (@leoitalo)

    I activated and set the wysija on my site just fine, but when I put my name and email and click on sign, an alert is shown with the html code of the page. I looked in wysija and confirmed the registration.

    That is, the plugin is working, but is appearing this alert to the user.

    Sincerely,
    Leonardo Ítalo

    Thread Starter leoitalo

    (@leoitalo)

    Resolved … was an incompatibility problem codes. I have this code on my site and it treats all forms of the site and return with an alert.

    Código:

    <script type=”text/javascript”>
    $(document).ready(function() {
    $(‘form’).ajaxForm({
    success: function(resposta) {
    alert(resposta);
    }
    });
    });
    </script>

    Sorry for the inconvenience.

    Leonardo Ítalo

    Ok great happy to hear you found the solution 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Wysija Newsletters] error to subscribe to the newsletter, an alert appears’ is closed to new replies.