Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: Disable Composer #272823
    Rico
    Participant

    Hi Stefano,
    is it possible to remove the modal via a global variable in my wp_config (for example) – maybe in the future?
    Best wishes

    in reply to: Newsletter Temporarily unavailable #115181
    Rico
    Participant

    Hi,

    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

    in reply to: Set my Newsletter as a welcome email #115179
    Rico
    Participant

    Hi 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

    in reply to: Set my Newsletter as a welcome email #114803
    Rico
    Participant

    Hi,

    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 subscription

    See https://www.thenewsletterplugin.com/documentation/subscription for more details.

    Greetings

    in reply to: url's in newsletter become invalid #114801
    Rico
    Participant

    Hi,

    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

    in reply to: Subscription field width #114797
    Rico
    Participant

    Hi,

    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

    Rico
    Participant

    Hi,

    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

    in reply to: How I can delete inactive user #114790
    Rico
    Participant

    Hi 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

    Rico
    Participant

    Hi 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

    in reply to: Save newsletter as post? #114784
    Rico
    Participant

    Hi vandstanden,

    you can go to “Newsletter / Extensions / Archive”. Info about this you can find in https://www.thenewsletterplugin.com/documentation/archive-extension

    Greetings

    in reply to: Wrong code in responsive Theme #29524
    Rico
    Participant

    There are a few http connects like http://placehold.it... and http://cdn.thenewsletterplugin.com....
    If we use the Plugin in a https area we get some errors (in the developer console).

    in reply to: Wrong code in responsive Theme #29439
    Rico
    Participant

    Me 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 image tnp_post_thumbnail_src return only http: and the tag looks like <img src="http:" ...

    in reply to: Wrong code in responsive Theme #29438
    Rico
    Participant

    Another 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>

Viewing 13 posts - 1 through 13 (of 13 total)