Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1189968

    Hi,

    after updating WooCommerce and all other Plugins the payment icons on the checkout page getting very big.
    and the input field of Credit Card and SEPA-Lastschrift disappeares. I tried to deactivate/reactivate all Plugins but still no change.
    I solved the size of the icons with some custom css. I have attached the code below.

    I have created a staging version of the life site:
    http://pixelfoundry.de/fishermans/

    The original Site is: https://fishermans-school.de/
    i´ve solved the size of the icons with some custom css.

    #top #wrap_all #payment ul.payment_methods li img {
        max-width: 100px;
    }
    #top #payment ul.payment_methods li.payment_method_stripe img {
        width: 50px;
    }
    #1191693

    Hey Pixelfoundry,

    Sorry for the delay. Do you require more help with this? Looks like the icons in the checkout page are displaying properly now.

    Screenshot: https://imgur.com/a/MTwBXFJ

    Best regards,
    Ismael

    #1191741

    Hey Ismael,

    i still need help. As i wrote, i fixed the problem with the big icons with some custom code ( see the code above).
    But i have still the problem that the input fields for Kreditkarte (stripe) and SEPA-Lastschrift disappears.
    Here are two pictures, one with the input fields before the update and the one without, after the update.

    Screenshot before the update when everything works

    Screenshot with the Issue after the Update

    best wishes,
    Nico

    • This reply was modified 4 years, 7 months ago by Pixelfoundry.
    #1192451

    Hi,

    Thank you for the clarification.

    The stripe field and the checkbox below it are now visible again in the checkout page. Did you figure it out? Is it the cache or file compression?

    Best regards,
    Ismael

    #1192521

    Hi Ismael,

    yes i figured it out. The problem was that no SSL was activated on my staging site/domain.
    After that it worked.

    Tanks
    Nico

    #1192630

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘WooCommerce Stripe Payment Icons very big and input fields disappeares’ is closed to new replies.