Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1345099
    architectsof
    Participant

    Hello Dear X Theme support team,

    I have the X form plugin installed and connected to my Mailchimp account.
    Everything is working fine, but I would like to bypass the Double-opt in feature.
    I read something about adding a code to the php but I’m not really familliar with this.

    Could you help me out please?
    the url of my website: http://www.architectsof.nl
    I will send my logins in a private response

    Thanks in advance!
    Niels

    #1345339
    Rahul
    Moderator

    Hi there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1346720
    architectsof
    Participant

    Hello Rahul,

    Thanks for your reply.
    Is it possible for you to login with Clef?
    Another admin activated this on our website so I’m not confident to deactivate it.

    I can invite you if you give me your username and email.

    Please let me know,

    Kind regards,
    Niels

    #1346933
    Darshana
    Moderator

    Hi there,

    You can simply create another user and set admin privileges. I’m sorry but we don’t share emails, so you can create an account using a test email on your domain.

    Thanks!

    #1347797
    architectsof
    Participant
    This reply has been marked as private.
    #1348474
    Rad
    Moderator

    Hi there,

    Thanks, and please provide your FTP login credentials as well. Adding and testing code should be done within it, else, your site will go down if something went wrong until if it’s fixed through FTP.

    Thanks!

    #1349516
    architectsof
    Participant
    This reply has been marked as private.
    #1349572
    Christian
    Moderator

    Hey Niels,

    Have you tried turning on the Opt-In New Users option in Addons > Email Forms > General Settings?

    #1350414
    architectsof
    Participant

    Hello Christian,

    Yes this setting is turned on, I also thought that this would bypass the double-opt.
    But it does not.

    #1350452
    Rad
    Moderator

    Hi there,

    I checked and there is a missing implementation πŸ™‚

    1. Please install a child theme and activate it

    2. Add this line (append) to you child theme’s functions.php

    add_filter('x_email_mailchimp_skip_double_opt_in','__return_true');

    3. Then go to Admin > Addons > Email Forms > Mailchimp > Settings > Skip Double Opt-In and choose Yes.

    I went ahead and added that line of code to parent theme’s functions.php, and I enabled the Skip Double Opt-in. But make sure to install a child theme and move that code. Just to make sure the code will not be removed by theme updates.

    Hope this helps.

    #1350469
    architectsof
    Participant

    Hello Rad,

    Thanks so much for the help this is exactly what i need!
    Great support πŸ™‚

    Kind regards,
    Niels

    #1350486
    Rad
    Moderator

    You’re welcome!

  • <script> jQuery(function($){ $("#no-reply-1345099 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>