Hello there,
I just downloaded and integrated this plugin with my latest WordPress, and there are lot’s of design issue with latest version of WordPress, also activation link not working it redirecting to blank page, do any one has solution for this?
Thanks in advance
]]>Hello sir/mam,
I have strange issue,
At my website when entered email id and subscribe, and get the confirmation email also admin get email for user subscription, but even i got the message like “Please try after some time” in beside email textbox in front end
Hi,
How can I add extra field with email field? I want to add “name” field. Is it possible?
Thank you for such a great plugin.
But I have one issue with this. Email Newsletter plugin is not diplaying at my widgets area. Also widget-id hidden field is ’email newsletter’ which contains space. SO it also gives me error in w3c validator. Please help.
Thank You.
Regards Khushbu
I only want to capture email addresses and not send out any emails to anybody, not even admin. Also I get the read “Please try after some time.” notification when filling out the form with my email address and hitting SUBMIT.
I have single opt-in turned on and the email address still submits to my database but the user gets the error message on submit on the form.
I could hack the code so that the error message instead says “Success! You have been added to our newsletter mailing list.” so that when they are added to the database, despite the fact that the logic fails it still displays a successful message.
But what is the best fix for this? I think it has something to do with single opt-in.
]]>Hello,
I am using email newsletter plugin in my website now getting issue to
When user click on confirmation mail link on mail, user redirect to blank page. Because of that user not able to confirmed himself. And user status not change to Not confirmed to confirmed.
Please let me know solution
Thanks,
]]>I would like to know that how can I upload CSV file email list through this plugin. Please give me an answer.
]]>Hello! I would like to know if I can put absolute links in text of message body? If yes, how exactly?
]]>Can you tell me ho to add subscription form on my webpage.
Thanks.
]]>Please try after some time. when subscribing its shows these type of error in the homepage.
]]>I installed this plug in over a year ago and ahve had no problems. However, I updated and lost my site due to incompatibility issues. Is there anyway to get it updated without losing my site?
This is what I get: Fatal error: Call to undefined function session_status() in /home/thoughtsofjustafan/thoughtsofjustafan.com/wp-content/plugins/email-newsletter.dis/email-newsletter.php on line 795
]]>Hi All,
just a friendly warning that this is not compatible with wordpress 4.3
regards
Stef
Hello!
since I know your plugin some years ago there is a persistent problem with it
As compose a html mail and paste a code (of course without head and body tags) just a table tr tags etc
the email will be down with 20 rows, and an empty space will above it!
even if it is gmail or thunderbird, mail etc….
also too big pitch will be between sentence rows and paragraphs
is there any solution I do not see please?
]]>Hi Developer,
thanks for your plugin i want to know how can i add username or first name and last name on the top of mail some thing like a Microsoft Word mailmerge system
the mail message become something like this
Dear [firstname] [lastname] thank you for joining with us.
]]>Hi, does your email mkt plugin for wordpress have batch system? Does it have a drag-n-drop feature? Does it have a way for just inserting google forward list in this format for importing users?
<[email protected]>, xxx <[email protected]>, “[email protected]” <[email protected]>, “[email protected]” <[email protected]>
Thank you!
]]>I’m getting the same error as this support post.
When I enter an email into the subscription box it does not send it. A small window opens and says: “There was a problem with the request”. What’s wrong?
I tried uncommenting //alert(xmlHttp.readyState);
//alert(xmlHttp.responseText); but I am still getting the same alert – “There was a problem with the request.”
I am using the shortcode implementation with [email-newsletter-plugin].
]]>After i send email to users (or user) it shows: Email has been sent successfully.
But nothing comes into email adress, everything else works fine.
]]>How to put html design using hook or something else??
]]>Hello,
Thank you for this great plugin, I can’t seem to figure out what could be wrong, I have total number of registered user as 321, but under “Email Newsletter”, 71 registered user e-mails only were shown!
how can I fix this?
]]>Hello,
I’m using this plugin as widget in footer. It’s working on normal WP pages and on product pages but doesn’t work on shop page (and product category pages) – the code between <div></div> doesn’t appear.
WP version: 4.1.1
WooCommerce version: 2.3.7
Fruitful theme version: 2.5
Email Newsletter version: 20.11.2
function.php code:
if ( ! function_exists( 'fruitful_widgets_init' ) ) {
function fruitful_widgets_init() {
register_widget( 'Fruitful_Widget_News_Archive' );
register_sidebar( array(
'name' => __( 'Main Sidebar', 'fruitful' ),
'id' => 'sidebar-1',
'before_widget' => '<aside id="%1$s" class="widget %2$s">',
'after_widget' => '</aside>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
register_sidebar( array(
'name' => __( 'Blog Sidebar', 'fruitful' ),
'id' => 'sidebar-2',
'before_widget' => '<aside id="%1$s" class="widget %2$s">',
'after_widget' => '</aside>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
register_sidebar( array(
'name' => __( 'Single Post Sidebar', 'fruitful' ),
'id' => 'sidebar-3',
'before_widget' => '<aside id="%1$s" class="widget %2$s">',
'after_widget' => '</aside>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
register_sidebar( array(
'name' => __( 'Homepage Sidebar', 'fruitful' ),
'id' => 'sidebar-4',
'before_widget' => '<aside id="%1$s" class="widget %2$s">',
'after_widget' => '</aside>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
// stopka
register_sidebar( array(
'name' => __( 'Stopka 1', 'fruitful' ),
'id' => 'sidebar-7',
'before_widget' => '<aside id="%1$s" class="widget %2$s">',
'after_widget' => '</aside>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
register_sidebar( array(
'name' => __( 'Stopka 2', 'fruitful' ),
'id' => 'sidebar-8',
'before_widget' => '<aside id="%1$s" class="widget %2$s">',
'after_widget' => '</aside>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
/* -> */ register_sidebar( array( // *********** HERE ************* //
'name' => __( 'Stopka 3', 'fruitful' ),
'id' => 'sidebar-19',
'before_widget' => '<aside id="%1$s" class="widget %2$s">',
'after_widget' => '</aside>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
register_sidebar( array(
'name' => __( 'Stopka 4', 'fruitful' ),
'id' => 'sidebar-10',
'before_widget' => '<aside id="%1$s" class="widget %2$s">',
'after_widget' => '</aside>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
if (class_exists('woocommerce')){
register_sidebar( array(
'name' => __( 'Shop Page Sidebar', 'fruitful' ),
'id' => 'sidebar-5',
'before_widget' => '<aside id="%1$s" class="widget %2$s">',
'after_widget' => '</aside>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
register_sidebar( array(
'name' => __( 'Product Page Sidebar', 'fruitful' ),
'id' => 'sidebar-6',
'before_widget' => '<aside id="%1$s" class="widget %2$s">',
'after_widget' => '</aside>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
}
}
add_action( 'widgets_init', 'fruitful_widgets_init' );
}
and footer.php code:
<div class="sixteen columns">
<div id="first" class="widget-area stopka" role="menu">
<?php do_action( 'before_sidebar' ); ?>
<?php if ( ! dynamic_sidebar( 'sidebar-7' ) ) : ?>
<?php endif; // end sidebar widget area ?>
</div><!-- #first .widget-area -->
<div id="second" class="widget-area stopka" role="menu">
<?php do_action( 'before_sidebar' ); ?>
<?php if ( ! dynamic_sidebar( 'sidebar-8' ) ) : ?>
<?php endif; // end sidebar widget area ?>
</div><!-- #second .widget-area -->
<!-- ********* HERE ******** --> <div id="third" class="widget-area stopka" role="newsletter">
<?php do_action( 'before_sidebar' ); ?>
<?php if ( ! dynamic_sidebar( 'sidebar-19' ) ) : ?>
<?php endif; // end sidebar widget area ?>
</div><!-- #third .widget-area --> <!-- ********* /HERE ******** -->
<div id="fourth" class="widget-area stopka" role="contact">
<?php do_action( 'before_sidebar' ); ?>
<?php if ( ! dynamic_sidebar( 'sidebar-10' ) ) : ?>
<?php endif; // end sidebar widget area ?>
</div><!-- #fourth .widget-area -->
<div class="site-info">
<?php fruitful_get_footer_text(); ?>
</div><!-- .site-info -->
<?php if (!fruitful_is_social_header()) {
fruitful_get_socials_icon();
}
?>
</div>
]]>
Is is possible to change the time interval when sending email?
]]>I’m having Subscribe button. When I’m clicking that button it should popup newsletter.
Any options?
my site: https://www.steptoinstall.com/
Hi!
Are you aware of this?
https://www.websecuritywatch.com/xss-vulnerability-in-wordpress-email-newsletter-20-9-plugin/
Regards.
]]>Hi,
I updated this plugin, and I am getting a notice that I should connect to ReadyGraph. When I click the button, I get a popup page that says:
502 Bad Gateway
nginx/1.2.7
Here is the URL it is generating:
https://www.readygraph.com/oauth/authenticate?client_id=9838eb84c6da2fc44ab9&redirect_uri=http%3A%2F%2Fwinkpress.com%2Fwp-admin%2Fadmin.php%3Fpage%3Dreadygraph-app&response_type=token
there is some things i founded
1. In widget.php (W3C warning)
The language attribute on the script element is obsolete. You can safely omit it
<script language=”javascript”
2. when I active widget I have (W3C Error)
the id of aside is (email newsletter)
An ID must not contain whitespace
3. (W3C Error) In widget.php
Element link is missing required attribute property
<link rel=”stylesheet” media=”screen” type=”text/css” href=”<?php echo emailnews_plugin_url(‘widget/widget.css’); ?>” />
Hi,
When a new user subscribes (via the widget) to receive newsletters, I (as admin) cannot see their details in the “view subscribers” view in the admin dashboard. It remains blank/empty. When I try to export the list it presents the correct count, but throws a “URL 3” type error when I click export to CSV.
The subscription process appears to work as the user is challenged to verify the email and then if they try again, request is rejected as it states the email already exists.
]]>Hello!
I’m looking into starting an email subscription on my site, and I am just wondering what the main difference is between using a plugin like this (which is free as far as I can tell) and signing up for a paid service like mailchimp.
My site isa fairly high traffic so I expect there to be upwards of 10,000 subscribers. Just wondering if there are any disadvantages of using this plugin over a paid service.
Thanks!
]]>Hi,
I am currently using this plugin on my danish site https://www.damp-vask.dk
but there is a problem because I tried to customize the plugin to make it float in the site even if the user scrolls the page..
Thanks in advance.
]]>HI!
I use Double opt-in and upon registration i get this message when the subscribe request has been confirmed:
Notice: Undefined variable: eemail_user_email_option in /var/www/vhosts/globeone.gr/sirina/wp-content/plugins/email-newsletter/double-optin/double-optin.php on line 57.
Can you please help me to get rid of it?
Thank You.
]]>Hi, I need “first Name” “last Name” format. At the moment it’s only “Name”.
Can this be added?