Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author storeapps

    (@storeapps)

    @producciones 2.0,

    As you also have support requests in our system, we have replied you over there.

    Thread Starter CarlosDev

    (@producciones-20)

    Hi, if you read this post you will see that I wrote:
    “I have the latest version of the plugin, Mail type set to PHP HTML MAIL.”,

    Theme: Twenty Sixteen last version

    The first test I did 1 week ago was disabling all plugins, that’s not causing the issue, only when I activate Single Opt In option…

    Thread Starter CarlosDev

    (@producciones-20)

    I replicated the same issue on another WordPress installation, no plugins activated, and I get the same error message.

    Thread Starter CarlosDev

    (@producciones-20)

    For your information, the plugin is storing the new subscriber, but they are getting the error message on the front-end…

    In other words, when someone click subscribe button he gets “Please try after some time.” message, but in the backend, this person is registered with Single Opt In status.

    I’m having the same issue. The registration is saved all goes well, yet the visitor gets the error message.

    Plugin Author storeapps

    (@storeapps)

    @kvandenbrande,

    As per the Forum Welcome, please start your own topic. Do not bump into other’s topic.

    Thread Starter CarlosDev

    (@producciones-20)

    I think many people are having this same issue, it would be great if yo guys post a solution for all the community.

    Plugin Author storeapps

    (@storeapps)

    Check FAQ 4 from here.

    I found solution.

    There is no any condition for single opt in es-widget.js and es-widget-page.js.

    Please do below steps for solution.

    We have to make changes in three files.
    1) wp-content/plugins/email-subscribers/job/es-subscribe.php
    add below code at line number 61

    else if( $data[‘es_c_optinoption’] == “Single Opt In” ) {
    echo “subscribed-pending-singleoptin”;
    }

    2) wp-content/plugins/email-subscribers/widget/es-widget.js
    add below code at line number 70

    else if((http_req.responseText).trim() == “subscribed-pending-singleoptin”) {
    document.getElementById(“es_msg”).innerHTML = es_widget_notices.es_success_message;
    document.getElementById(“es_txt_email”).value=””;
    document.getElementById(“es_txt_name”).value=””;
    }

    3) wp-content/plugins/email-subscribers/widget/es-widget-page.js
    add below code at line number 70

    else if((http_req.responseText).trim() == “subscribed-pending-singleoptin”) {
    document.getElementById(“es_msg_pg”).innerHTML = es_widget_notices.es_success_message;
    document.getElementById(“es_txt_email”).value=””;
    document.getElementById(“es_txt_name”).value=””;
    }

    Plugin Author Icegram

    (@icegram)

    @producciones-20, @ashishptl21,

    Please update Email Subscribers to v3.2.8 as the same issue is fixed in it.

    Let me know if it works correctly after updating.

    In Single opt admin not getting notification about user subscribed

    • This reply was modified 7 years, 1 month ago by ashishptl21.
    Plugin Author Icegram

    (@icegram)

    @ashishptl21,

    It is working. Please have a re-check.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘"Please try after some time."’ is closed to new replies.