Forum Replies Created
-
AuthorPosts
-
StefanoKeymaster
Hi, here you can find few ideas, not sure they cover your case.
https://www.thenewsletterplugin.com/reasking-subscription-confirmation-to-your-subscribers
Stefano.
StefanoKeymasterYou need to force it with specific CSS rules.
Stefano.
StefanoKeymasterHi, we plan to have the WPML support in a month, if you’re using WPML that should solve the problem. If you have any other plugin for multilanguage blog, let me know.
Stefano.
StefanoKeymasterIn the subscription fields panel everything is configurable.
Stefano.
StefanoKeymasterHi, is that newsletter created with the drag and drop composer? Try to upload a logo image with lower size, like a 200 px width image.
Let me know, Stefano.
StefanoKeymasterCheck the subscription form fields panel and under GDPR you don’t need such checkbox.
Stefano.
StefanoKeymasterHi, can you send us a screenshot to better understand the problem?
Stefano.
StefanoKeymasterYou’re offering in you blog the option to subscribe to your newsletter. If the checkboxes are options regarding the contents one prefer, they’re like options while purchasing a product and so they’re not different personal data processing options. So, yes, they can stay prechecked.
If a checkbox regards the possibility to share the personal data with a third party, that is a different use of data and it cannot be prechecked (just an example).
Be clear in your form what you’re going to do with data and if you’re not bundling really different things (like a newsletter, an ebook and the consent to share the data with others) you don’t need to have specific opt-in checkboxes.
You’ll note a change in the offering from now on. For example who were asking for data to send and ebook and then filled your mailbox with marketing message, now ask for separate consent to send those message.
Shortly they could change the form saying: subscribe our newsletter and you’ll get a free ebook. That make clear you’re subscribing a newsletter and not giving your data only to get an ebook. That is not a trick, is a way to be clear.
Just my opinion.
Stefano.
StefanoKeymasterShortly there will be an update where we’ll integrate the upcoming privacy features of wordpress. Of course the plugin stores the ip address (we’re going to add an option to remove that or to anonymize) and stores opening and clicks for statistics. All that should be stated on your privacy notice.
Stefano.
StefanoKeymasterHi, if you bought the license it should be shown in your account page. If not, please open a support ticket there could be a problem in your account: the admin will look at it and fix it asap.
Stefano.
StefanoKeymasterHi, what do you mean when you say “adapt the template”. Which kind of modifications? Are you creating a custom theme? From the screenshot I can deduce there is broken HTML in that theme.
Stefano.
StefanoKeymasterHi, that code is using a global variable which probably is replaced by another plugin. I’ll change the code to protect the widget from such kind of events (we forgot to change it, that “protection” is already in place on other functions).
Thank you for your report, Stefano.
StefanoKeymasterHi, please open a support ticket for professional extensions. You can find the ticket page on top menu.
Probably in automated you set it to ignore the last sent day and process all the posts. Pay attention: the theme preview is just a preview and uses even old posts, you should look at the newsletter preview.
Stefano.
StefanoKeymasterOut of the box Newsletter uses the wp_mail() which can use the hosting mailing system or a service if you have a plugin installed to connect WP with an external service.
Check the speed on main configuration and set it respecting the service you’re using to send emails. For example ask your provider which are their limits.
Stefano.
StefanoKeymasterIt is enough to show a privacy notice link in the comment area if the reader explicitly activate the newsletter subscription flagging the checkbox.
I’ll check if we can easily add an option to the extension to add such a notice.
Stefano.
April 27, 2018 at 2:09 pm in reply to: Replace blocks in the Responsive Drag and Drop Composer #89566StefanoKeymasterHi we’re completing the implementation to make developers able to extend the blocks.
Stefano.
April 27, 2018 at 9:16 am in reply to: Deny access to subscribers menu for all except administrators #89520StefanoKeymasterThe plugin allows access only to administrator by default.
Stefano.
StefanoKeymasterHi check your installation you have the plugin in the wrong path:
/wp-content/plugins/newsletter1/plugin.php
Stefano.
StefanoKeymasterHi, you have a folder named “newsletter” in your blog space which conflicts with a page defined in your blog with url /newsletter. Just change the permalink of that page to something different.
Stefano.
StefanoKeymasterHi, the plugin already generate a form in the dedicated page, if you followed the wizard and set it up. Otherwise you can use one of the available shortcodes.
Stefano.
StefanoKeymasterYes, of course the license key is only to get professional extensions.
Stefano.
StefanoKeymasterHi the tag is {profile_export_url}. Note that we’re revisiting some tags anyway, but that one should work. Where did you find the one you cited in your post? Maybe we wrongly reported it in a documentation page.
Stefano.
StefanoKeymasterHi, the visual editor based on tiny MCE? I don’t know whu it is adding that paragraph, try to check the theme to see if there are extra blank lines at the end which could be transformed in paragraphs.
StefanoKeymasterHi, the scheduled newsletter is in sending status? You can check that on newsletter list panel.
StefanoKeymasterIt means the plugin has the tools that help the blog owner to comply with the GDPR requirements, of course only for the data the plugin manage. As you know, there is not a plugin that makes the blog (or better the business) GDPR compliant, but every plugin should provide the tools needed.
We’re releasing some articles and a documentation page, and I think they’ll be updated to answer all the possible questions.
More, WP is working on a set of core tools to better manage the privacy and when available we’ll integrate Newsletter with them.
Stefano.
StefanoKeymasterHi, if you drag and drop a new posts block, does the problem persist or is it only there when you use a duplicated newsletter?
Stefano.
StefanoKeymasterActually I don’t know, can you provide a sample of you CSV?
Stefano.
StefanoKeymasterHi, can you explicit the doi acronym?
Stefano.
StefanoKeymasterHi check with your tech support how the email is not showing correctly in lotus note, the email are composed with HMTL following the mime standards.
Stefano.
StefanoKeymasterOn you account page in this site.
Stefano.
April 12, 2018 at 6:18 pm in reply to: Subscriber Maintenance – Confirm All & Opt In Settings, Please Help #86237StefanoKeymasterNo email is sent, it’s only a status change. The double opt in can be change in the subscription configuration panel.
Stefano.
StefanoKeymasterThe html block is available on free version since the last update.
Stefano.
StefanoKeymasterYou can use the timestamp in the table and run a delete query conditioned on that columns. The timestamp is the unix time, so your condition could me
field < unix_timestamp()-2*365*24*3600 Stefano.
StefanoKeymasterCheck if one of the list is marked as “forced list” on subscription configuration panel.
Stefano.
April 9, 2018 at 8:30 pm in reply to: Can I change the Sender name and email address of my Newsletter? #85482StefanoKeymasterOn Newsletter main settings.
Stefano.
StefanoKeymasterHi, probably they didn’t transfer all the database table or content. Most things are stored in the wp_options table while subscribers and newsletter are stored in specific tables.
You can dump out all the old options starting with newsletter* from the old site wp_options table in the new one. Check even for specific wp_newsletter* tables.
Stefano.
StefanoKeymasterHi, there is not a pro plugin replacement, our are pro extensions which add features to the Newsletter plugin. So nothing changes in your installation.
Stefano.
StefanoKeymasterHi, WP delete the whole plugin folder on each update. Put your themes on wp-content/extensions/newsletter-followup/themes.
Stefano.
StefanoKeymasterEnable them on subscription configuration panel.
April 5, 2018 at 8:16 am in reply to: Database Error – Import csv with special characters – UTF8 #84610StefanoKeymasterif the database is utf-8 almost surely the file is not utf-8. Check it with an editor which lets you to switch between utf-8 and iso charsets.
Stefano.
StefanoKeymasterHi, please could you share more information? Which is the newsletter status?
Stefano.
StefanoKeymasterHi I don’t know how that modal popup is integrated with Newsletter, you should ask who did that integration.
Stefano.
April 3, 2018 at 2:15 pm in reply to: Issue with limited number of excerpts in newsletter email #84088StefanoKeymasterHi, could be a bug. Where did you face it? On visual compose or in one of themes?
Stefano.
StefanoKeymasterHi, it’s a style problem of the hidden middle step that’s anyway present. Thank you for reporting, we’ll fix on next release.
Stefano.
StefanoKeymasterHave you tried to complete the subscription? It should appear.
Stefano.
StefanoKeymasterHi, just check the scoial block in the visual coposer and it works on my blog, could you check again the company info configuration?
Stefano.
StefanoKeymasterHi, so it’s definitively a bug of the latest version. I’ll check it suddenly.
Thank you, Stefano.
StefanoKeymasterHi, no we have not such feature.
Stefano.
StefanoKeymasterIf you create a custom theme is will be available when you create a new newsletter. Updates of the plugin does not break old newsletters, once create thaye are saved definitively into the database.
Stefano.
StefanoKeymasterHi, can you explain what is not working?
StefanoKeymasterHi, for pro extensions, please open a support ticket to have right people getting back with an answer. Anyway the automated channel starts from the older posts in the number specified as max post to include. The starting date can even be set on the channel moving it back and forward.
Stefano.
StefanoKeymasterHi, see the page https://www.thenewsletterplugin.com/documentation, every extension, free and pro, is documented. Le me know if you need more details or a better overview for a specific extension. We appreciate the feedback to improve the documentation.
Stefano.
March 23, 2018 at 8:55 am in reply to: Links to websites lead to my website homepage wp-admin #81666StefanoKeymasterHi, are you running the version 5.3.0 or greater?
Stefano.
StefanoKeymasterHi, actually there is no way to use only the HTML editor, but those blocks are common to all messages? If is you could add those blocks in the messages template.
I’ll look at how we can give an option to use only an HTML editor (the editor is actually the WP editor and does not preserve the latest editing mode).
Stefano.
StefanoKeymasterHi, are you sure there are no filters active in the subscribers panel?
Stefano.
StefanoKeymasterThe template is inside the message template panel.
Stefano.
StefanoKeymasterHi, the mobile version is probably below the desktop version. Could you check it? About tabs that sounds like there is a javascript error, maybe due to another plugin (tested on a clean wp installation the tabs are there).
Can you contact me privately for a check? stefano @ thenewsletterplugin.com
StefanoKeymasterHi, the [newsletter_form] is only the subscription form, you probably should use the [newsletter] shortcode.
Stefano.
StefanoKeymasterThe subscriber should be redirected to the confirmation or welcome page where the message configured in the subscription configuration panel.
Stefano.
StefanoKeymasterHi, customer support is offered via ticket, see the support entry in this site. To segment your subscribers you can use the lists. The follow up extension is used to plan a series of emails that starts when a reader become a subscriber.
Stefano.
March 17, 2018 at 4:40 pm in reply to: How to set up a 2nd and/or 3rd or more newsletters subscribe list? #79836StefanoKeymasterHi, you can find the lists management in the list building panel. Read more on list in the dedicated page in this site documentation area to an overview on how the lists are managed.
Stefano.
StefanoKeymasterHi, the antibot feature already does few things to block the bots, but they execute even javascript. Blacklist their ip address is a viable solution.
Stefano.
StefanoKeymasterHi, the antibot feature already does few things to block the bots, but they execute even javascript. Blacklist their ip address is a viable solution.
Stefano.
March 17, 2018 at 11:46 am in reply to: Contact form 7 not seeing the “newsletter” in the drop down #79777StefanoKeymasterHi, check the ticket, there was a problem, sorry.
Stefano.
StefanoKeymasterHi, you can use the autoresponder extension, probably it suits your needs. It’s beta and still not fully documented, find it in your extension panels.
Automated is not the right tool to send that kind of planned emails.
Stefano.
StefanoKeymasterThe SMTP settings should be provided by who setup your SMTP settings. We cannot know which is your username, password and host. They should give you exaclty what’s required in the SMTP panel.
Stefano.
StefanoKeymasterHi, create a newsletter using the drag and drop composer. In the footer the is the “profile”. Send a test and use the link in the newsletter you receive: the profile page opens with the unsubscription link, if you are using the default settings for the progile page.
Or, change the profile link to be {unsubscription_confirm_url} (as is). Send a test and click the link in the newsletter you receive. You should see the goodbye message.
If not let me know what is actually appearing, since the defaults in your bog has been changed.
Stefano.
StefanoKeymasterLo trovi nelle impostazioni principali.
Stefano.
StefanoKeymasterThe export is not compatible with the input format (see the documentation). Input format examples are specified in the import panel and extra profile fields are actually not supported.
Bye, Stefano.
StefanoKeymasterThere is not an unsubscribe shortcode. The tag {unsubscribe_url} can be added in each newsletter you created to generate a personal link that start the cancellation process.
Which shortcode are you using and where?
Stefano.
StefanoKeymasterThe first field is the email address?
Stefano.
StefanoKeymasterAsk the provider to block their IP address and rise the antflood time in the subscription settings.
Stefano.
StefanoKeymasterWill be added with the GDPR compliancy release.
Bye, Stefano.
March 14, 2018 at 9:12 am in reply to: Is it possible for Newsletter to work with a list of wordpress users? #79007StefanoKeymasterNo we have not such kind of feature. There are mass mail plugins which are made to send a one shot email to all the WP registered users in a blog.
Stefano.
StefanoKeymasterBe sure there’s an image set as featured image or there is at least one image in the post media gallery.
Stefano.
StefanoKeymasterHi, a test from the newsletter you’re composing does not work, or the regular newsletter delivery? Check if you have problem to the wordpress cron in the status panel.
Stefano.
StefanoKeymasterActually not, it’s not possible. We need to rework the targeting part to manage even those profile fields (they can vary from short string to a long text, so filtering by those field is not immediate to do and to present to the user in the target section).
Bye, Stefano.
March 14, 2018 at 9:06 am in reply to: Anomalia particolare: ogni 3 invii, regolarmente il terzo provoca errore SMTP #78999StefanoKeymasterQuesto è un bel blocco del provider di posta, meglio se chiedi conferma dei limiti ed eventualmente usa un provider esterno specializzato in invio email (sì, ovviamente sono a pagamento, ma Amazon SES per fare un esempio è estremamente economico).
Stefano.
StefanoKeymasterActually not, you can resynch the wp users from time to time. That would be a good option to add to the wp users integration, anyway.
Thnak you, Stefano.
March 14, 2018 at 9:03 am in reply to: Subscribers filter results not match total subscribers #78995StefanoKeymasterThat should be the page 1 of 196.
Bye, Stefano.
StefanoKeymasterThank you, will check that. The escape is there for a good reason: basic users which are not aware of HTML entity encoding can break the button adding unescaped characters.
Bye, Stefano.
StefanoKeymasterYou should try to hack the CSS of your site to force a white background… try to ask for support on a design forum, showing the the page so they can find out the html structure and the correct rule to add to your CSS.
Bye, Stefano.
March 14, 2018 at 9:00 am in reply to: Include Recently Updated Posts in Automated Newsletter #78987StefanoKeymasterHi, for automated extension could you open a ticket? Anyway you should code a very custom automated theme for that, not so immediate.
Bye, Stefano.
StefanoKeymasterHi, no, it’s not possible, you should do some custom coding.
Bye, Stefano.
StefanoKeymasterHi, the best size is 600px wide. Anyway we’re releasing a new version which is able to resize your images to the right size for minimum weight and always a perfect pixel size.
Bye, Stefano.
March 14, 2018 at 8:55 am in reply to: How can I add Instagram and Pinterest to Social Settings/Newsletter? #78977StefanoKeymasterHi, I can see instagram and pinterest, how they’re missing in your installation? Have you the latest plugin version?
Bye, Stefano.
StefanoKeymasterThere is not such list or export available.
Bye, Stefano.
March 14, 2018 at 8:53 am in reply to: Is there a way to send a custom notification on subscription confirmation? #78974StefanoKeymasterHi the notification email cannot be changed. About the checkbox, there is no need to send a checkbox which is required to proceed with the subscription. The subscription takes place only if the checkbox has been checked, hence…
Bye, Stefano.
StefanoKeymasterHi, thank you, will add to the list of possible future implementations.
Stefano.
March 14, 2018 at 8:52 am in reply to: Is Newsletter able for manage more than 15000 user in 160 lists? #78971StefanoKeymasterHi the number of subscribers is not a problem, the lists are. Since every list is a column in the subscriber table, you can try to set the NEWSLETTER_LISTS_MAX define (see the documentation) and reactivate the plugin to have all that lists.
Stefano.
StefanoKeymasterHi, we have not a demo of Automated, you can check all the features in the documentation section. The welcome email can be disabled on subscription configuration panel, there is not a call back available or you should change the subscription form to do an ajax post and manage the 200 ok response.
Stefano.
StefanoKeymasterNo, nessuna interruzione a patto che il cron di wordpress stia funzionando (e funziona se hai traffico nel sito), altrimenti devi utilizzare un “trigger” esterno, vedi la pagina di documentazione nell’area documentazione di questo sito dove è spiegato come fare.
Stefano.
StefanoKeymasterNo, nessuna interruzione a patto che il cron di wordpress stia funzionando (e funziona se hai traffico nel sito), altrimenti devi utilizzare un “trigger” esterno, vedi la pagina di documentazione nell’area documentazione di questo sito dove è spiegato come fare.
Stefano.
StefanoKeymasterThat is the HTML code of the email. It seems the content type of your email is stripped off and so the email client believe it to be pure text and not html.
Stefano.
StefanoKeymasterNo subscriber found means there is not subscriber for that unsubscription link, probably it has been deleted or already unsubscribed. If that is not the case, could be a problem of the blog removing the url parameters.
About the newsletter not showing correctly we need a screenshot and the email client you’re using.
Stefano.
March 8, 2018 at 11:38 pm in reply to: Newsletter not sending (Email sent with Newsletter: FAILED ()) #77874StefanoKeymasterHi, check if you activated the SMTP. Failed means the mail service in your server is not available, even if usually the error is “cannot instantiate the mail() function).
Stefano.
March 8, 2018 at 12:47 pm in reply to: double-opt-in protocol of the klicks – EU DSGVO from 25. May 2018 #77759StefanoKeymasterHi, most of the GDPR requirements are implemented, the double opt in is not a requirement of the GDPR, but as you already know Newsletter supports it. The subscription timestamp is already stored and that can be considered when the privacy rules have been accepted.
We’re completing our GDPR full complaint version, will be released shortly.
Stefano.
StefanoKeymasterHi, the delivery speed can be set on main settings. Check the status panel if the wordpress scheduler is working correctly, you could see a notice there.
Stefano.
StefanoKeymasterdo a test from the status panel
StefanoKeymasterIf you use an SMTP plugin, do not set the SMTP on Newsletter and Newsletter will send email using your plugin. Be sure the “direct” sending is not set on main settings as well.
Stefano.
March 2, 2018 at 8:38 am in reply to: Only send between specific hours for long sending list? #76399StefanoKeymasterHi, please open a ticket with this request and start it with “attn: Stefano” so it will be routed to me. We have a non public extension, seen its low interest by the public, that can slow down the delivery speed for a specific newsletter and set a time window during the day. It was used to send to a big list in a log time (three months), maybe it could help you.
Stefano.
March 1, 2018 at 2:29 pm in reply to: Pluggins – Update Failed: Download failed. Payment Required? #76221StefanoKeymasterHi, if you have those extension you should have a license (see the account page in this site) and you can renew directly from the account page.
Let me know, Stefano.
StefanoKeymasterCiao, no non abbiamo questo tipo di integrazione in quanto il plugin ha le sue liste e la sua spedizione newsletter… nel tuo caso penso basti il form stesso di mailchimp se utilizzi loro per spedire.
Stefano.
StefanoKeymasterCheck the new api extension with rest and php api and it’s documentation on this site. It could help.
Stefano.
StefanoKeymasterHi, if you have a premium account, please open a ticket on the support area.
Thank you, Stefano.
February 27, 2018 at 7:21 am in reply to: Error: WordPress internal schedule is not triggered enough #75448StefanoKeymasterYou should ask your provider to setup the cron job as described in the documentation. Or use an external cron job service like the one described in this article: https://www.thenewsletterplugin.com/keep-wordpress-scheduler-working-cron-job-org.
Stefano.
StefanoKeymasterHi, duplicate it and resend.
Stefano.
StefanoKeymasterThe form fields are correct but in your site now you have mailchimp so I cannot be of help.
Bye, Stefano.
StefanoKeymasterAruba ha dei filtri antispam interni e quando si spediscono molte email ad un cert punto blocca la spedizione scartando le email (senza avviso). E’ successo molto volte con aruba tabto che abbiamo messo quell’avviso nel pannello status.
E’ consigliabile utilizzare un sistema di invio professionale e non utilizzare il servizio email per i siti di aruba.
Stefano.
StefanoKeymasterHi, on which panel? Could be a user interface problem due to a conflict with other plugins.
Stefano.
StefanoKeymasterTry to get the link of an image an load it in a browser to see if it works or give back some kind of error. Old emails does not work if you have not setup a full redirect from http to https.
Stefano.
February 13, 2018 at 8:47 pm in reply to: Syntax error:unexpected T_FUNCTION in…plugins/newsletter/widget/standard.php #72667StefanoKeymasterHi, you’re using PHP 5.2 which is no more supported. Ask the provider to move to php 5.6 or greater.
Find more here: http://php.net/supported-versions.php
Stefano.
StefanoKeymasterYes read here https://www.thenewsletterplugin.com/documentation/automated-extension on section “themes and preview”.
Stefano.
February 13, 2018 at 3:15 pm in reply to: Automated Newsletters v4.2.1 – Miscounting "Posts to Extract"? #72553StefanoKeymasterHi, are you viewing the template preview or the newsletter preview? The template preview is just a prevew a use half of the post as new and half as old.
Stefano.
February 12, 2018 at 10:21 am in reply to: Grouping specific posts by category using custom theme #72116StefanoKeymasterOf course you can use the composer to create a newsletter with posts from different categories. Once you created that newsletter you can then duplicate it later and just refresh the posts sections to have a fresh new newsletter.
Stefano.
February 12, 2018 at 10:21 am in reply to: Grouping specific posts by category using custom theme #72114StefanoKeymasterHi, you should create a custom theme (see the documentation on this site) and use the wordpress WP_Query to etxract posts filtered by category, separately for each category you need and so create separated sections with the extracted posts.
Stefano.
StefanoKeymasterThe internel check can take a while to detect the cron is now working correctly. But if the notice persists, it measn the cron commend you added is not working. Have you used the php invocation method? Try to grab the logs from that command or ask the provider to check that command.
Stefano.
StefanoKeymasterYou can buy it from https://www.thenewsletterplugin.com/premium
Of course only if you need the professional extensions.
Stefano.
StefanoKeymasterHi, about archive extension you can find more on the documentation page: https://www.thenewsletterplugin.com/documentation/archive-extension
About events, they are treated as regulat post and they cannot be ordered in another way since the event date is a custom field and it depends on the plugin you’re using.
We’re working on a integration to better manage the posts from event manager and the event calendar plugins.
Stefano.
StefanoKeymasterHi, you’re running a version with a bug, it has been fixed on version 5.2.0+.
Stefano.
StefanoKeymasterHi, the subscriber could have been deleted. Or there is some kind of problem in the link. Have you check if the subscriber is still there?
Stefano.
February 4, 2018 at 11:34 am in reply to: Relation between WPBakery Visual Composer and Responsive Drag & Drop Composer #70345StefanoKeymasterHi, it seems realted to windows, but i don’t know why. Can you write me privately at stefano@thenewsletterplugin.com?
Could be an interference with your composer but it’s hard to say without debugging.
Stefano.
StefanoKeymasterHi, try to use an image sharing service to share the screenshot. Like https://imgbb.com/.
Stefano.
StefanoKeymasterThat really strange we do not encode the subject. Where did you see the encoded version?
Stefano.
February 2, 2018 at 3:50 pm in reply to: Automated extension showing posts from only 1 category #70095StefanoKeymasterHi, could you kindly open a ticket in the support area so a technician can help you out?
Thank you!
StefanoKeymasterHi, the bounce plugin deletes processed emails, have you not created a dedicated mailbox? There is not a log, you should ask the provider to restore the mailbox.
Stefano.
StefanoKeymasterWe do not support dkim in the plugin, you should ask the SMTP provider to sign the email using dkim. You should even ask the provider to setup the SPF records which is an easies task.
Stefano.
StefanoKeymasterHi I don’t know what is that scr.hu link, surely not from newsletter. You could have a plugin rewriting the link inside emails sent from wordpress.
Stefano.
StefanoKeymasterTry to add it to the extra css configuration on subscription panel.
Stefano.
StefanoKeymasterIt is [prefix]newsletter named table.
Stefano.
StefanoKeymasterHi, sand me a link that open the profile page (from a test newsletter message so I ca check which could be your problem). Are you talking of public profile change page, right?
Stefano.
January 29, 2018 at 7:36 am in reply to: How can I add check box for users to subscribe to Newsletter while signup?? #68883StefanoKeymasterHi, use the wp integration extension (which is freely available inside the extension panel).
Stefano.
StefanoKeymasterYou have not to connect the plugin. Be only sure to disable the “direct mailing” on Newsletter main settings, and of course do not enable the SMTP on Newsletter as well.
Stefano.
StefanoKeymasterHi, for professional extension support, please open a ticket in the support area, thank you. For your specific request, there is not a list selectable in the leads settings, if you need to force a list on subscription you can set that list (or more than one) in the subscription configuration panel.
Regards, Stefano.
January 23, 2018 at 9:53 pm in reply to: How to code a button inside the HTML email template??? #67445StefanoKeymasterYou can move the styles from the
StefanoKeymasterWe have the Leads Extensions which creates popups or your can use any popup plugin which accept an HTML form (the code of a Newsletter form can be fund on subscription panel). If the popup plugin you choose executes WP shortcodes, you can try even to use the [newsletter_form] shortcode.
Regards, Stefano.
January 23, 2018 at 9:50 pm in reply to: Having some trouble creating a responsive newsletter #67442StefanoKeymasterHi, the theme does NOT execute shortcodes. You can invoke them this way:
echo do_shortcodes(‘[…]’)
which executes all the shortcodes in the text you pass to the function.
Regards, Stefano.
StefanoKeymasterAdd a line of text on top of your newsletter, the so called “preheader” since clients extract a line of text from email to show a preview. That could be the problem.
Regards, Stefano.
StefanoKeymasterConnection timeout means you have not enabled the pop3 service on gmail OR your provider is blocking that kind of connections. Check both.
Regards, Stefano.
StefanoKeymasterHi, if you’re talking about “automates extension”, being a professional extension, open a support ticket for help. Anyway, the configuration is enough no other actions are required.
Stefano.
January 23, 2018 at 7:32 am in reply to: Newsletter plugin red display Licencia No válida and not receive emails #67266StefanoKeymasterHi, if you purchased a license, please use the ticketing support system (on top of this page, see the support menu entry). Your license can be found inside your account page (on top of this page, account menu entry).
Stefano.
StefanoKeymasterNewsletter already sends out the messages with a defined speed which you can set on main settings.
Stefano.
January 17, 2018 at 11:02 am in reply to: {email_url} fail function "404" or "Invalid Newsletter" #66114StefanoKeymasterCan you share the online url which is generated?
Stefano.
January 16, 2018 at 7:28 am in reply to: Newsletter with erros without configuration/code changes #65835StefanoKeymasterI think you should force the language forcing QT to se internally a language and then use the common template functions to extract the posts parts.
Check with them how to force a language.
The language could be an option of your custom theme.
Stefano.
StefanoKeymasterActually there is not that option. We’re working on it since the “from address” is set at the mailer level and we move it up at a higher logic level.
Stefano.
StefanoKeymasterDid you press the send button once finished to configure the newsletter? Otherwise it has not been scheduled.
Stefano.
StefanoKeymasterHi, for customer support you can open a ticket to have a personal response.
About your problem, there are no limits on the number of emails you can send, where did you find that limit reported?
Stefano.
StefanoKeymasterthat is a CSS problem of your theme with forms in the sidebar. you could add few CSS rules to fix it. I can help but I need to see the widget live.
Stefano.
StefanoKeymasterNo, they should not prevent the plugin to work.
Stefano.
StefanoKeymasterAre the lists “public”?
Stefano.
January 9, 2018 at 5:43 pm in reply to: woocommerce and WP-User integration and the new European privacy laws #64440StefanoKeymasterOn woocommerce you can enable the double opt in (it should even be enabled on main settings) and the wp users integration uses the double opt in specified on subscription settings, but probably still confirm the user at first login.
The activation is mean to be sure the email address is correct and owned by the subscriber.
Stefano.
StefanoKeymasterHi, the import and export function are not mean to be a form of backup. The import does not support every possible field but only the ones listed in the format example.
Stefano.
StefanoKeymasterNo, it’s not possible.
Stefano.
January 8, 2018 at 6:05 pm in reply to: Before buying : how to allow users to send x newsletter per month ? #64037StefanoKeymasterHi, the plugin is designed to create a personal mail marketing system, not to create a service to other users. So there is no way to limit the number of newsletters per user (I suppose you’re talking about WordPress multiuser installation).
Stefano.
StefanoKeymasterYou should add a filter on wp init and remove the newsletter schedule.
Stefano.
StefanoKeymasterHi, your topic was marked as spam. No we have not integration with gravity forms. We have a free extension, grabber, which can e configured to intercept any kind of form.
Stefano.
StefanoKeymasterAre you testing it from a regular newsletter or from automated extension test feature?
Stefano.
StefanoKeymasterYou should check the error returned by curl call.
Stefano.
StefanoKeymasterIf you use an SMTP plugin for wordpress, hìjust disabe the Newsletter SMTP and be sure the “send email directly” on main option is disabled. Then it should work.
Stefano.
StefanoKeymasterEvery link is signed to avoid the use of the redirection to do phishing, but your link should be verified. Are you experiencing this from a real newsletter or a test newsletter? When that error message is shown (it does not depend on the kind of composer used) it means the signing key is empty or has been changed.
You can find it on reports panel. Do you remember some kind of change that could have changed the key?
Stefano.
StefanoKeymasterHi, this error is strange: you’re connecting to amazon but getting back the certificare another domain.
Error notice: stream_socket_client(): Peer certificate CN=server.insidestory.kr’ did not match expected CN=email-smtp.us-east-1.amazonaws.com’
I suspect your provider is proxying the calls or like. Try to ask them about this error. The MX record is to receive mails not to send, so it’s another story. You should change the MX to the server which is managin your ingoing emails… are you managing them via amazon? Or do you rely on your provider mailing service?
Stefano.
StefanoKeymasterHi, show this page to your admin http://php.net/supported-versions.php and ask them how it’s possible to run a php version which is unsupported since years. This is why it’s so easy for hackers to comprimise servers and sites. 🙂
Anyway, you can install a previous version of Newsletter from wordpress.org (https://wordpress.org/plugins/newsletter/advanced/ – seer the page bottom). The dashbord won’t work since it had been written for php 5.3.
Stefano.
StefanoKeymasterHi, did you change the delivery speed on main settings?
StefanoKeymasterIn your account page: https://www.thenewsletterplugin.com/account
December 27, 2017 at 10:30 am in reply to: Is there a way to edit the drag and drop editors html? #61948StefanoKeymasterIn the preview and targeting selection panel you can edit the raw html directly.
Stefano.
December 27, 2017 at 10:30 am in reply to: Check if your website can send emails correctly (Not Working) #61946StefanoKeymasterAren’t you receing the test email? If so, enter the status panel and do a test. If the test reports “ok” but you do not receive the email, the could be a problem with your provider, try to open a ticket to ask if the blog can send emails and why they’re not delivered.
Stefano.
StefanoKeymasterYes, on main settings and check the status panel as well. Ask the provider about mailing from your blog, spacially about spam filters, limits and so on.
Stefano.
December 23, 2017 at 11:15 am in reply to: The emails are shown as sent, but are not actually sent #61533StefanoKeymasterHi, when emails are marked as sent, it means they have been move to your local mailing service (your server or your SMTP). Then, those services, could drop the emails for whatever reason.
Have you asked the provider? Maybe you went over the provider quota?
Stefano.
StefanoKeymasterYes, you can buy a second license.
StefanoKeymastertry to install the wpusers integration (free on extensions panel) and set the list when ther user is registered. If the custom form and custom registration are well written it should work.
If you want to add the lists in the subscription form, things are more complex.
Stefano.
StefanoKeymasterDo a var_dump of your $request and check its structure. It must be an associatve arrau with at least the “email” key.
Stefano.StefanoKeymasterops, thank you for your report… that explain another problem reported by a user!
StefanoKeymasterIs the test working using the address not receiving the real newsletter? When you test a newsletter is it delivered?
Stefano.
StefanoKeymasterHi Carmen, we need a screenshot or your site address to understand the problem and find a solution. Can you provide them?
Stefano.
StefanoKeymasterYes, see the subscription config panel.
StefanoKeymasterHi I add this option on the new list refactoring, thank you for your suggestion!
Stefano.
StefanoKeymasterSee the subscription configuration panel.
Stefano.
December 9, 2017 at 9:44 am in reply to: How to disable option to subscribe email which already exist #58861StefanoKeymasterSince you can use different subscription forms in your site collecting subscription in different lists, we do not block the subscription of an already present email.
BUT since many need that feature we’re adding it within the next (still working on) revision of list management. We’re still studying if it is worth to add just a general block or block the subscription based on list matching.
Thank you for your patience, Stefano.
StefanoKeymasterUse [newsletter_form] and you can check for many more options on documentation area.
Stefano.
StefanoKeymasterHi, no we have not list level integration with mailjet.
Stefano.
StefanoKeymasterNo, that option is not available. Extended blocks have a block for a single full post insertion.
Stefano.
StefanoKeymasterHi it seems the editor is not initializing, could be a conflict with another plugin. Have you recently updated other plugins?
Stefano.
StefanoKeymasterNo, we do not support attachments, you can add a link to your newsletter to download a file hosted in your site.
Stefano.
December 5, 2017 at 7:41 am in reply to: Connection: Failed to connect to server. Error number 2. #57839StefanoKeymasterYour provider is blocking external SMTP connection try to ask them for support or try other ports and protocols available by mailtrap.
Stefano.
StefanoKeymasterAsk the provider to fix the PTR for your domain, report them that error.
Stefano.
StefanoKeymasterUhm, thsat is strange, the unsubscription is (or at least should be) available to logged in users. The problem there is some kind of protection of called pages. Have you a security plugin installed?
Stefano.
StefanoKeymasterHi, if it’s taking too long to change a newsletter from sending to sent status, it means your WP scheduler is not working, you should have a notice on top of Newsletter admin pages. Is the notice there?
The unsubscription link you sent me seems a test link, is it from a regular newsletter?
Stefano.
StefanoKeymasterHi, can you share a screenshot? Are you talking about the reports extension? Possibly open a support ticket for pro extensions.
Error means the delivery has not even started because the service (SMTP, local server, etc) was not available. Check on the targeted users list if an error message have been registered.
Stefano.
StefanoKeymasterYes you can create as many form as you want. For example you can create two pages and use the form shorcodes (see the documentation) to build custom form directly into each page, controlling the labels of every field.
Stefano.
November 30, 2017 at 9:33 pm in reply to: Subscribe button styling changes on mobile devices. #56939StefanoKeymasterProbably the button is not loosing the style but getting a specific style for low width devices. Those rules could be inside your theme css. Or your rules are targeted only to large screen and not applyes to the smaller ones.
Stefano.
StefanoKeymasterThe status panel is reading (not correctly) only the constant WP_MEMORY_LIMIT which is set by default to 40M by WordPress. We’ll fix that.
Stefano.
StefanoKeymasterHi, i’ve tried with a custom block on my site but the htts is not changed (on my blog). Since the editor get back the HTML from the browser I suspect is the browser changing it to HTTPS even f I don’t understand why.
More, why outlook should not load an HTTPS resource? have you a real HTTPS certificate?
Stefano.
StefanoKeymasterHi, actually freshmail seems a mail marketing system, we usually integrate only with delivery systems. Which kind of integration are you interested in?
Stefano.
StefanoKeymasterHi, no we have not such a problem in our test blog. Do you have the error log to check? The server stores those kind of errors (you can ask the provider).
Thank for any help you can give us in debugging this problem.
Stefano.
November 29, 2017 at 3:00 pm in reply to: mancato recapito mail + problema opzione liste destinatari #56450StefanoKeymasterCiao Stefania, al punto 1 hai trovato un baco sto per rilasciare la correzione.
Per il punto 2, è un po’ complesso capire il problema. Prova a mettere il logger a debug (main settings) e poi, dopo la spedizione possiamo analizzare la traccia di quello che succede.
L’unica cosa che mi viene in mente è che si verifichi, per qualche motivo, una condizione di errore durante la comunicazione con l’SMTP.
Stefano.
StefanoKeymasterI don’t know who coded the subscription form, but the field that should contain the mail address is hidden and empty and the field where one can actually input the address has no name… such a strange form…
StefanoKeymasterHi had a little issue with one release that should be solved. Are you using the latest version of Newsletter (5.1.4)?
Stefano.
StefanoKeymasterCiao, mi spieghi dove sta modificando? Magari con uno screenshot?
StefanoKeymasterHi, can you check what link is generated? It is not working from a sent newsletter?
StefanoKeymasterHi, that means curl is not installed in your system. Ask the provider to install it, usually is required by PHP and WP as well.
Stefano.
-
AuthorPosts