Email newsletter wordpress plugin error handling and styling

Error code

Deprecated: Function set_magic_quotes_runtime() is deprecated. If you got this warning message in WAMP in the front end on submit! don’t worry Guarantee that the warning message will not appear into your live server.

Getting error message “Please try after some time.”

1. Open JavaScript file from below mentioned location.
wp-content\plugins\email-newsletter\widget\widget.js

2. Go to line 88, 89

3. Remove the comment for that two lines.

From
//alert(xmlHttp.readyState);
//alert(xmlHttp.responseText);
To
alert(xmlHttp.readyState);
alert(xmlHttp.responseText);

And try it again, now you can see the actual error in the alert box.

[GOPIPLUS-ADS=AD1]

How to update Subscription Box style

This plugin have separate CSS file for styling. Please find the CSS file from the below mentioned path.

wp-content\plugins\email-newsletter\widget\ widget.css

[GOPIPLUS-ADS=AD2]

Plugin Configuration