Payment by subcriptio - by Andy93i - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 5 years, 2 months ago ago by Olga Barlow

  • Avatar: Andy93i
    Andy93i
    Participant
    February 17, 2019 at 14:00

    Hello,

    I have a problem with payment stripe by subcriptio. at the moment of entering the codes of the blue card, they do not display themselves. but take it into account if we validate the payment, how to ensure that it safiche?

    made a test if you want to see the problem.

    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    February 18, 2019 at 11:09

    Hello,

    Seems plugin has padding styles directly in PHP file http://prntscr.com/mmlj3y and it caused the issue. Add the following code to Theme Options > Custom CSS to fix the problem

    #subscriptio_stripe-card-expiry-month, #subscriptio_stripe-card-expiry-year {
        padding: 0 2.9em 0 1em !important;
    }
    #subscriptio_stripe-card-expiry-month {
        margin-bottom: 15px;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.