Hi, I would like to know how I edit this so it looks pretty
]]>Hi, Mr. Nyholm,
it’s time to update, please do it
Notice: The called constructor method for WP_Widget in EmailSubscriptionWidget is deprecated since version 4.3.0! Use __construct() instead.
]]>Can I change any files to even receive the subscribers phone number?
Also can I change the Subscribe button style?
Thanks
Can I remove the pop up when people submit their email? If not how can I change what it says? I’d prefer to just remove it and the form will say success above.
Thanks!
]]>Looks like this plugin is missing ‘private_to_publish’ transition.
To fix, just add a single line in email-subscription.php (line 216):
add_action(‘private_to_publish’, ’emailSub_publishPost’,100);
]]>This plugin needs to be updated to be fully compatible with WP 4.3.
When active, the plugin causes warnings due to the way it
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /home/tim/public_html/brain-trainer/wp-includes/functions.php on line 3457
The way you are calling WP_Widget is no longer current. I believe it should be something like this:
diff --git a/wp-content/plugins/email-subscription/EmailSubscriptionWidget.php b/wp-content/plugins/email-subscription/Email
index c2b6ac9..7cee937 100644
--- a/wp-content/plugins/email-subscription/EmailSubscriptionWidget.php
+++ b/wp-content/plugins/email-subscription/EmailSubscriptionWidget.php
@@ -23,7 +23,7 @@ class EmailSubscriptionWidget extends WP_Widget {
'classname' => 'EmailSubscriptionWidget',
'description' => __('Displays subpages for the current page.','email-subscription')
);
- $this->WP_Widget('EmailSubscriptionWidget', 'Email Subscription Widget', $options);
+ parent::__construct('EmailSubscriptionWidget', 'Email Subscription Widget', $options);
add_filter( 'plugin_action_links', array(&$this, 'plugin_action_links'), 10, 2 );
}
Thanks!
]]>Hello,
I’m using your plugin and it’s working fine but I’m wondering if you have thought to make it WPML Compatibility.
It’d be ready only adding basic functions..
What do you say? ??
Thank you in advanced
]]>For some reason the thumbs %post_thumbnail% command is not placing the images in the email anymore. It was working, could this be a php 5.6 issue? Or where can I start looking to find this issue?
]]>Hello,
is there a way that i can call the subscribe code on a page. right now it appears on the widget area.
]]>My email subscription plug-in has been working great for a couple of months. I love it!
But the last few days the emails are not sending. I’ve sent two posts. All the emails are in the spool for both posts. I haven’t changed anything, no wp update, no update for this plug-in, no change in php settings at my server (I contacted them.)
I don’t know any way to clear the spool and start fresh. I tried deactivating this plug-in and activating it again. All the emails are still in the spool. wp-cron is running because I received posts to my rss feed. They were tardy, but they arrived.
Any help would be appreciated. I don’t want to make a change. This is an elegant little plug-in!
Thank you, Janet
]]>Hey! First off, thanks for an awesome, free widget! So far it’s worked wonders for test emails with myself, but I had a quick question.
Can I create a page where this widget is featured as the page’s only content? The current theme I’m using only allows me to add footers, so the email subscription widget only appears once you scroll through all of my content. I wanted to add a “SUBSCRIBE” button at the top of the page as a menu item that would take them to a page where the subscription process appears.
Is there a way to do this with this widget?
Thanks in advance!
]]>After the email is went out and reviewing the sent email the bottom of excerpt or page has a “Continue Reading >>” which gives an address to “https:///” It does not give the address to the post itself.
]]>Hey,
I seem to be having some trouble with email subscriptions to my site. I have a mailing widget configured for my site that allows users to input their email address and upon submitting it, it redirects them to a splash page confirming that they have been added to the mailing list. However, on the backend, I am not receiving an email nor are the actual users receiving anything ( I tested this using multiple gmail accounts).
Can someone please help me troubleshot this? I cant seem to figure out where the error is happening.
]]>There was an error that happens on our shared hosting accounts but works fine on VPS or local.
On admin general page it gives error below
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ’emailSub_admin_general’ not found or invalid function name in /home/borantul/public_html/dion/_works/koleksiyonblog/wp-includes/plugin.php on line 470
I thinks its something about calling a function with uppercases, not sure. But I fixed it by using the function in general.php, on the hooks in init.php instead.
function emailsubreplacement()
{
return emailSub_admin_general();
}
]]>
Hey guys!
I am pretty new to all of this. However, I have a question regarding making a move from Feedburner “email subscription” services to WordPress ( I believe offered in Jetpack plugin). How do I do this? Is there a plugin that offers an easy way to transfer over subscribers? I am new to blogging ( only been blogging about a month, but have about 15 email subscribers). I have already encountered problems with my feedburner feed, and thinking I want to make a change. Any advice is very much appreciated!! Thank you in advance!
Subscribers are receiving emails of old posts as if they were just posted. Any ideas why or how I can get this to stop? I appreciate your help!
Robyn
]]>Recently, the subject line of emails I receive from this plug-in has changed to strings like this:
=?UTF8?B?TmV3IHBvc3Qgb24gQ29uZmVyZW5jZXMgVGhhdCBXb3Jr?=
instead of New post on mywebsite. Not sure if my subscribers are seeing the same thing.
The rest of the email is fine.
Any ideas?
]]>hello
i m getting notification email but without image email,
can you please check how can i fix this problem
]]>After publishing a draft post that i saved before it doesnot go out to the subscribers.
]]>Hi Tobias,
We have the post_excerpt being brought thru in the emails. Its including a Read More link which doesn’t work.
Source code of email looks like this:
<a href="" title="Read ">Read more »</a>
Is this something controlled by the plugin? If so, can you fix or advise how I can fix it.
Thanks
Ally
The CSS of this plugin is not very optimal, its URL ends with /assets/email-subscription.css?ver=0.50, so it is not so easy to optimize and to cache. No way to remove it from the plugin? Why is it done so?
Otherwise the plugin is very good, thanks for it!
]]>Greetings! I just installed this plugin on a multisite WP instance and, in testing before rollout, I noticed that apostrophes in blog names (e.g. “Rick’s Blog”) show up backslash-escaped (e.g. “Rick\’s Blog”) in the Subject and From fields in the email.
]]>Hi,
I added the widget on the sidebar, but it doesn’t work if I add another Email Subscription widget on the page.
Is there a way I can add another form? Thanks
]]>The plugin has been working for a few months on my blog. When wordpress auto-upgraded, the plugin quit sending emails. We updated to the latest version 1.1.10, but it doesn’t send emails for new posts. The test email does send, but the plugin doesn’t seem to send emails when new posts are added.
]]>Hi,
I’m just installed Email Subscriptions by Webfish for the first time. I’d appreciate some help with the following questions:
1) Can I upload an existing list (database) of Emails?
2) Under ‘Settings’, the message sent to the subscribers contains %post_url%
%unsubscribe_url%. Those show up in the Email as URLs but they are not actual links.
How can I make them into links?
3) How can I change the time between each Email sent out. The default is first Email sent after 15 minutes, after which it is one Email per minute.
Your help is appreciated.
]]>How to show text under the email field in widget? Is possible to add a text under the email field which would be visible? Thank you!!
]]>How to change color of the Subscribe Button?
which file should i go to and add what code to it?
]]>Wont add an email address to current subscriber list
]]>My site is supercouponmama.com. My old address was couponbaglady.com. When my email goes out to the subscribers, some of the links in my email goes to my old web address and others go to my new address. How do I fix that?
]]>The unsubscribe link provided with email updates results in a 404.
]]>