Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: WordPress Auto-Login Confirguration With Newsletter #334976
    support
    Participant

    P.S. This is the PHP code that I have applied to successfully auto login new users, but then I need to manually enter their email into the Newsletter Plugin mailing list in order for them to get added and receiving the autoresponder emails...

    function auto_login_new_user( $user_id ) {
    wp_set_current_user($user_id);
    wp_set_auth_cookie($user_id, false, is_ssl()) ;
    wp_redirect( 'https://noaiallowed.com/watch-the-video-tutorial' );
    exit;
    }
    add_action( 'user_register', 'auto_login_new_user',10,1 );

    in reply to: WordPress Auto-Login Confirguration With Newsletter #334970
    support
    Participant

    I already have the WP Users Addon activated. However, I need to add code to the functions.php file that's stored within the child theme folder, so that those who register by first submitting the form here https://noaiallowed.com, to then get forwarded to here https://noaiallowed.com/select-membership (to select their choice of membership) can be automatically logged in. Yet, due to making that automatic login function to happen, it causes the error where the new registered user's email/name doesn't automatically go in the Newsletter plugin list, nor do they receive any of the autoresponder emails.

    Understanding this, how can we stop that from happening so new registered users can be automatically logged in and also be added the the Newsletter mailing list?

    Your help with this is appreciated as I cannot find the answer through any of your tutorials...

    in reply to: Autoresponder Email Delay Issue #327164
    support
    Participant

    Okay, I prefer to make you a temporary admin.

    What email would you like me to use for you?

    in reply to: Autoresponder Email Delay Issue #327055
    support
    Participant

    So, suppot gave me the wrong answer?

    Anyways, I'm still experiencing this issue in terms of the autoresponder delay. I changed the delay for most of the autoresponder emails in the list so that the delay of each plays off the initial message and not the most previous one, but all of the emails after the first 2 are being sent at the same time. So, your suggestion hasn't fixed the problem. What should I do?

    And what do you want a screenshot of specifically?

    Thanks for your anticipated solution...

    in reply to: Autoresponder Email Delay Issue #326987
    support
    Participant

    Support got back to me and stated that you must set the daily from NOT the previous message, but the initial one. Yet, that's not what is statd in the plugin. It states: Delay (from previous message) anyways, now I know thanks!

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