Subscribe to our newsletter

Home Forums WPLMS AddOns WPLMS Mailchimp Subscribe to our newsletter

  • This topic has 12 replies, 3 voices, and was last updated 5 years ago by Mk.
Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #191039
    dramalanguage
    Spectator
    Hi wplms 1) Subscribe to our newsletter In MailChimp set up page, I have turned off the MailChimp Subscribe option in the WooCommerce Checkout page. But now the 'Subscribe to our newsletter' button is being exposed in the WooCommerce Checkout page. I want the "Subscribe to our newsletter" button hidden from the WooCommerce checkout page. https://prnt.sc/m277wv https://prnt.sc/m27hg4 2) 'I have read and agree to the website% s' location I want to see the phrase 'I have read and agree to the website% s' next to the checkbox button. But now this phrase appears below the checkbox button. https://prnt.sc/m27jgo
    #191536
    Anshuman Sahu
    Keymaster
    Hi apologies for the delay in response . We will have to check it out on woocommerce checkout page why the setting is not working .     for 2 . please try adding this custom css in your wp-admin -> appearance -> customize -> custom css :   span.woocommerce-terms-and-conditions-checkbox-text {margin-left:20px;} input.woocommerce-form__input.input-checkbox{margin: 7px 2px;}
    #200848
    dramalanguage
    Spectator
    1.Subscribe to our newsletter delete How can I delete 'Subscribe to our newsletter' button in the WooCommerce Checkout page ? 2.'I have read and agree to the website% s' location The code below is normal. So I moved the phrase to the right. span.woocommerce-terms-and-conditions-checkbox-text {margin-left:20px;} However, the code below is abnormal. Checkbox is not moving at all. input.woocommerce-form__input.input-checkbox{margin: 7px 2px;} I want the Checkbox to move down a bit. Please let me know the new code of css. https://prntscr.com/myllk4
    #202356
    Anshuman Sahu
    Keymaster
    1 . you can disable that from wp-admin -> lms -> settings -> mailchimp . 2 . im sorry I went to check but could not access your site : http://prntscr.com/n47509
    #203200
    dramalanguage
    Spectator
    This reply has been marked as private.
    #204725
    Anshuman Sahu
    Keymaster
    please try adding this custom css in your wp-admin -> appearance -> customize -> custom css : .woocommerce form .form-row .input-checkbox{ margin: 7px 2px; }
    #204967
    dramalanguage
    Spectator
    The code above works normally, issue number 2 has been resolved. Thank you. However, the issue number 1 has not been resolved yet. I bought WPLMS MailChimp to get emails from consumers when they signed up. Consumers can choose via the check button whether or not to receive e-mail. But if I disable WPLMS MailChimp, I can't get emails from consumers who agree to receive our newsletter. Also, if consumers agree to receive newsletters again on the checkout page, consumers are very valuable. Disabling Subscribe option in WooCommerce Checkout page does not continue to work. Please fix it.
    #205448
    Mk
    Moderator
    1: Go to wp-admin -> lms -> settings -> mailchimpand disable Enable Subscribe option in WooCommerce Checkout option for all users .  
    #205449
    Mk
    Moderator
    This reply has been marked as private.
    #205561
    dramalanguage
    Spectator
    This reply has been marked as private.
    #205692
    Mk
    Moderator
    Go to wp-admin -> Appearance -> customizer -> custom.css and add below code there. .woocommerce .woocommerce-checkout-payment .mailchimp_subscribe_checkbox { display: none; }
    #205818
    dramalanguage
    Spectator
    The above code is correct. I can no longer see the mailchimp phrase on the checkout page. This problem is solved. Thank you very much.
    #206037
    Mk
    Moderator
    Great, thanks for confirmation. I am closing this topic. Have a good day.
Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Subscribe to our newsletter’ is closed to new replies.