• Resolved erim07

    (@erim07)


    Error messages don’t work by the shortcode version. When I click subscribe with a email what already subscribed you get endless loading. When I use the widget I get the right error message “Email already exist.” I saw also by the shortcode version the js error TypeError: document.getElementById(…) is null es-widget-page.js:94:6

    Hope this helps.

    https://wordpress.org/plugins/email-subscribers/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter erim07

    (@erim07)

    Nobody can help me?

    Plugin Author storeapps

    (@storeapps)

    @erim07,

    We are able to replicate your first error (When I click subscribe with a email what already subscribed you get endless loading. When I use the widget I get the right error message “Email already exist.”). We will have a check with this and then fix this in the next release of Email Subscribers.

    However, we are not getting the notice you mentioned in the console. Can you please empty your cache and then have a check?

    Thread Starter erim07

    (@erim07)

    I have cleared the cache and still the same error and still endless loading by the shortcode version. I have tried different browsers and different themes still the same problem.

    By Google Chrome: Uncaught TypeError: Cannot set property ‘innerHTML’ of nulleemail_submitresults @ es-widget-page.js?ver=4.4.2:94

    By Microsoft Edge: SCRIPT5007: Unable to set property ‘innerHTML’ of undefined or null reference

    By Firefox: code above on the first post.

    stemtj

    (@stemtj)

    @erim07,

    I had a similar issue with endless loading, but just with registration. I believe developer had forgotten to edit or change 1 line in the file es-widget-page.js

    Go onto line 187 of that file, next you will see this line:

    document.getElementById("es_msg").innerHTML = es_widget_page_notices.es_email_exists;

    Change here “es_msg” to “es_msg_pg”

    I hope it helps! πŸ™‚

    Thread Starter erim07

    (@erim07)

    I had a similar issue with endless loading, but just with registration. I believe developer had forgotten to edit or change 1 line in the file es-widget-page.js

    Go onto line 187 of that file, next you will see this line:

    document.getElementById(“es_msg”).innerHTML = es_widget_page_notices.es_email_exists;

    Change here “es_msg” to “es_msg_pg”

    I hope it helps! πŸ™‚

    Thx a lot it works i got now error messages on the shortcode version. Dev can you plz fix this in the next update.

    stemtj

    (@stemtj)

    @erim07,

    Glad I could help you πŸ™‚

    Plugin Author storeapps

    (@storeapps)

    @stemtj,

    Thank you for the fix.

    @erim07,

    We will include your fixes in the next release of Email Subscribers.

    Plugin Author storeapps

    (@storeapps)

    @erim07, @stemtj,

    Email Subscribers v3.1.2 is live & it fixes the issue you were facing. Please update to latest version & then have a check.

    Thread Starter erim07

    (@erim07)

    Email Subscribers v3.1.2 is live & it fixes the issue you were facing. Please update to latest version & then have a check.

    Yes it works thanks.

    Plugin Author storeapps

    (@storeapps)

    @erim07,

    You are welcome.

    If you like our plugin, please consider leaving us 5-star rating.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Shortcodes don't show error messages’ is closed to new replies.