Plugin Installation Instruction
Option 1
- Download the plugin email-subscribers.zip from download location.
- Unpack the *.zip file and extract the email-subscribers folder.
- Drop the folder email-subscribers into your wp-content/plugins folder.
- In word press administration panels, click on Plugins from the menu.
- You should see your plug-in listed under Inactive plug-in tab.
- To turn the word presses plug-in on, click activate.
Option 2
- Go to Add New menu under Plugins menu in your WordPress admin.
- Search Email Subscribers plugin using search option.
- Find the plugin and click Install Now link button.
- Finally click activate plug-in link to activate the plug-in.
Option 3
- Download the plugin email-subscribers.zip from download location.
- Go to Add New menu under Plugins menu in your WordPress admin.
- Select upload link (top link menu).
- Upload the available email-subscribers.zip file and click Install Now
- Finally click activate plug-in link to activate the plug-in.
Getting error message “Please try after some time.” from subscription box?
1. Open JavaScript file from below mentioned location.
wp-content\plugins\email-subscribers\widget\es-widget.js
wp-content\plugins\email-subscribers\widget\es-widget-page.js
2. Go to line 71, 72
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.
How to update default alert message from subscription box?
wp-content/plugins/email-subscribers/widget/es-widget-page.js
wp-content/plugins/email-subscribers/widget/es-widget.js
Default subscription box alert messages are coming from the above JS files. you can easily search and update the text from these JS files.
Video Tutorial
http://www.gopiplus.com/work/2014/05/06/email-subscribers-wordpress-plugin-video-tutorial/
Download Link
http://www.gopiplus.com/work/2014/05/06/email-subscribers-wordpress-plugin-download-link/
Official Page & Live Demo
http://www.gopiplus.com/work/2014/05/02/email-subscribers-wordpress-plugin/