• Resolved rocheobs

    (@rocheobs)


    Hi there,
    This plugin is installed on my website. It’s set up so that a subscribe to our newsletter box appears on the checkout page. The settings are correct but on the page, the text has disappeared. Only the box appears. The text is supposed to read “Join the adventure & subscribe to our newsletter!” Is it something to do with the latest update? Can this please be fixed? Thanks!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Similar happened to my site: the text is still there, but the checkbox is floating misaligned in the middle of the checkout page. It was working fine before latest update.

    https://www.capelliprofumati.it/checkout/

    • This reply was modified 6 years, 8 months ago by Eterea78.
    Plugin Author ryanhungate

    (@ryanhungate)

    Thank you for the feedback – we’ve put a css class of mailchimp-newsletter on the p tag that allows for customization. See below for individual recommendations – but your designer can certainly chime in on this one as well.

    @rocheobs

    I see that in your form – you’ve got a display:none on the labels – so all you have to do is target in on the newsletter class like this below to allow that particular one to show up like this:

    .mailchimp-newsletter .woocommerce-form__label-for-checkbox { display: initial; }

    @eterea78

    I just verified that your checkbox is not in the right spot – you can add css styling to your form to accomplish this by doing something like this:

    p.mailchimp-newsletter {display: flex; margin-bottom: 10px;}

    and

    p.mailchimp-newsletter .woocommerce-form__label-for-checkbox { padding-top: 5px; }

    That fixed, thank you very much.

    Plugin Support khungate

    (@khungate)

    @eterea78, great to hear. Please consider leaving a positive review for the plugin if it’s working well for you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Subscribe box wording has disappeared’ is closed to new replies.