Forum Replies Created
-
AuthorPosts
-
RicoParticipant
Hi Stefano,
is it possible to remove the modal via a global variable in my wp_config (for example) – maybe in the future?
Best wishesRicoParticipantHi,
do you have a Link or a Screenshot?
Did you try to deactive all other plugins one by one?
What happens if you use a standard WordPress Theme?
Do you have the Shortcode[newsletter]
in your page?Greetings
RicoParticipantHi velvinfe,
I’m sorry for that.
Back to the question: you want to send a existing Newsletter to a new susriber, right?
In my opinion, maybe ist possible with the extension like “Followup”.
But actually it is not necessary because you can send a message if there is a new subscription. Like a welcome mail. Did you try that?
Greetings
RicoParticipantHi,
do you want to send a welcome email automatically? Go to “List Building / Subscription / Welcome”. Here you have a
– message option: for your page (after the subscription)
– welcome url: to take the subscriber to another page
– email option: to send a mail after the subscriptionSee https://www.thenewsletterplugin.com/documentation/subscription for more details.
Greetings
RicoParticipantHi,
the ?nltr paramter is for tracking and analytics. Try to send your newsletter without tracking.
But if i try to open https://castrum.be/?na=v&nk=1-014011b641&id=63 there comes a “Email not found”(?)
Greetings
RicoParticipantHi,
the input.tnp-email comes with a width 100% (if the wp-content/plugins/newsletter/style.css is loading). The best way to change this is to
A: set a width in your css to the parent container .tnp-field.tnp-field-email or the form container .tnp.tnp-subscription
B: set a width directly to the input.tnp-email with the !important parameter.Greetings
August 16, 2018 at 5:11 pm in reply to: Subscribers not recieving Newsletters/corfirmation mail anymore #114792RicoParticipantHi,
A: are you getting mails from other persons? And can you send emails by your mail client?
B: is the mailing function still working? Go to “Newsletter / Status / Mailing” and click on “Send a test message”. And wait. And check your junk folder.
C: do you have a contact form on your page with you as the receiver? Try to send a message with this form. And wait. And check your junk folder.Check https://www.thenewsletterplugin.com/documentation/email-sending-issues for more
Greetings
RicoParticipantHi Hubert,
did you mean “Subscribers / Maintenance / General / Inactive since …”?
This function will move your subscribers just to another list – not delete it.(1) Add a new list eg “Sloths”, (2) use the function above to move the lazys Subscribers to this list (3) go to the tab “Lists” (4) select the list and (5) click on “Delete erveryone in that list”. Important: like the button says, everyone on this list will be deleted.
Greetings
August 16, 2018 at 4:54 pm in reply to: Can I switch off my computer when the campaign is ongoing ? #114788RicoParticipantHi Thomas,
the emails will send per cronjob. So if your wp-cron works correct you can switch off your computer. The cron will push when a user visit your site.
Comes an white page if you try to open http://www.yourdomain.com/wp-cron.php ? Thats fine.Important: if you dont have any visitors there will be no automatic cron and no emails are send. In this case you must start your WordPress Cron via another cron service.
More about this: https://www.thenewsletterplugin.com/documentation/newsletter-delivery-engine
Greetings
RicoParticipantHi vandstanden,
you can go to “Newsletter / Extensions / Archive”. Info about this you can find in https://www.thenewsletterplugin.com/documentation/archive-extension
Greetings
RicoParticipantThere are a few http connects like
http://placehold.it...
andhttp://cdn.thenewsletterplugin.com...
.
If we use the Plugin in a https area we get some errors (in the developer console).RicoParticipantMe again 🙂
In wp-content\plugins\newsletter\emails\tnp-composer\blocks\content-07-twocols.block.php and wp-content\plugins\newsletter\emails\tnp-composer\blocks\content-06-posts.block.php:
If there is no post imagetnp_post_thumbnail_src
return onlyhttp:
and the tag looks like<img src="http:" ...
RicoParticipantAnother problem in wp-content\plugins\newsletter\emails\tnp-composer\blocks\content-06-posts.block.php:
<td valign="top" style="padding: 40px 0 0 0;" class="mobile-hide tnpc-row-edit" data-type="image">
but your CSS Selector is
td[class="mobile-hide"]{ display:none;}
maybe better:
<td valign="top" style="padding: 40px 0 0 0;" class="mobile-hide"><div class="tnpc-row-edit" data-type="image"> ... </div>
-
AuthorPosts