• Resolved artemoda

    (@artemoda)


    Hello everyone,

    As you can see by clicking on the link, under the headline “Informations de paiement” there is the stripe form that requires the credit card number “Numero de la carte” the expiration date “date d’expiration” and the CVC.

    However, if the user types the number, it doesn’t appear in the form because the boxes are shrunk. I am using the PaidMembershipPro plugin.

    Do you know how can I solve this issue?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Andrew Lima

    (@andrewza)

    Hi @artemoda

    Thank you for using Paid Memberships Pro.

    I haven’t been able to replicate this issue, looking at your site the Stripe fields are hosted by Stripe using their API.

    It seems that something is overwriting the CSS of these fields. I’m not sure if you have another plugin that may use Stripe as well?

    I temporarily added the following custom CSS to my browser on your site and it seemed to have helped –

    .StripeElement{width:350px;}

    I hope this helps get you started.

    Thread Starter artemoda

    (@artemoda)

    Thank you so much! I added your code in the additional CSS section and it is working.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stripe Payment Form is not appearing’ is closed to new replies.