Home Forums Newsletter Plugin Support Send button doesn't work

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #23689
    magrasso81
    Participant

    Hi,

    today, (I’ve been using your plugin since November 2015) I’ve noticed that, after I’ve done all my routine tasks to send the newsletter, the “send” button didn’t work at all. It does nothing.

    I tried to follow your instructions in the troubleshooting page but with no success.

    All kind of test email works: that’s really strange!

    Hope you can help me.

    Best regards,

    Mario

    #23691
    lizadri
    Participant

    Stesso identico problema: il tasto “Invia” non produce alcun effetto, mentre le email di test partono senza problemi.
    Fino a un mese (ultimo invio di newsletter) tutto ha sempre funzionato.
    Uso la versione 4.5.1 del plugin.

    Grazie

    #23692
    BeliveSRL
    Participant

    Credo ci sia un errore nelle traduzioni in italiano del plugin perché nella versione italiana il tasto “invia” non funziona. Passando alla versione inglese (dal pannello di wordpress -> impostazioni -> generale -> inglese come lingua di wordpress), invece, funziona tutto.

    There should be an error on italian translation of the plugin as in the italian versione the “invia” button does not work. Switch to english version (from wordpress panel -> setting -> general -> english as language) it is working.

    #23695
    guido gilli
    Participant

    in effetti è un errore nella traduzione del messaggio di conferma che viene tradotto come “Inizia l’invio reale?” l’apostrofo in “l’invio” non è preceduto da \ e questo comporta un errore dello script che non prosegue.
    Non ho trovato nei file di traduzione it_IT.po la stringa incriminata e quindi ho editato il file edit.pht che si trova nella cartella emails la riga che dice:

    <?php if ($email[‘status’] == ‘new’) $controls->button_confirm(‘send’, __(‘Send’, ‘newsletter’), __(‘Start real delivery?’, ‘newsletter’)); ?>

    nel seguente modo

    <?php if ($email[‘status’] == ‘new’) $controls->button_confirm(‘send’, __(‘Send’, ‘newsletter’), __(‘Inizio invio relae?’, ‘newsletter’)); ?>

    lo so che è una schifezza ma mi permette di non fermare lo user che deve inviare le newsletter e din dover passare all’interfaccia in inglese del pannello di controllo

    Speriamo che l’errore venga corretto quanto prima

    #23703
    Stefano
    Keymaster

    Dovrebbe essere risolto nella versione 4.5.2.

    #23704
    maxgx
    Participant

    grazie per l’informazione, Stefano. potresti farci sapere anche:

    – se c’è una ETA per la versione 4.5.2?

    – come giustamente fa notare guido gilli e come ho avuto modo di verificare, la traduzione che causa il problema non si trova nel file /plugins/newsletter/emails/languages/it_IT.po: da dove arriva allora?

    – si potrebbe avere 1 sola cartella /plugins/newsletter/languages directory nella versione 4.5.2 dove possiamo assumere di trovare tutte le necessarie traduzioni, invece che diverse cartelle dentro le varie directory? già il file /plugins/newsletter/emails/languages/it_IT.po manca di parecchie stringhe, e lo stato di translate.wordpress.org è solo al 35%.

    #23768
    magrasso81
    Participant

    Grazie a tutti per il riscontro e il supporto!

    Buon lavoro.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.