Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author fahrirusliyadi

    (@fahrirusliyadi)

    Yes, it is compatible with WordPress 5.2.3. I have updated the compatibility info.

    Thread Starter g-nilsson

    (@gianilsson)

    Hi again,

    Thank you very much!! This plugin is so great!!
    I have used extra css-code to get the payment icons in the checkout in that sizes I want to show them and it has worked great until recently.

    But after the latest updates (WooCommerce?) the payment icons now have changed sizes in the checkout and are now strechted and only 20px height (except for the PayPal-icon that is OK in size but not perfect, but I can not figure out what the difference is between the different payment icons). And I am not able to get three of the payment icons heigher than 20px any longer …

    This is the extra CSS-code I have been used:

    /*For Svea Faktura logo*/
    .woocommerce-checkout  #payment 
    .payment_method_sveawebpay_invoice
    img{width: 82px !important;
     height: 49px !important;
     max-width: none !important;}

    The extra CSS-code for the PayPal-icon:

    /*For Paypal Payment logo*/
    .woocommerce-checkout #payment 
    .payment_method_paypal 
    img{width: 150px !important;  
     height: 49px !important;  
     max-width: none !important;}

    Here is a link to an image to show you how the payment icons shows in the checkout.

    What can I do to get these icons in the sizes that I want to show them?

    Thank you in advance!

    Kind regards,
    gianilsson

    • This reply was modified 5 years, 5 months ago by g-nilsson.
    • This reply was modified 5 years, 5 months ago by g-nilsson.
    • This reply was modified 5 years, 5 months ago by g-nilsson.
    • This reply was modified 5 years, 5 months ago by g-nilsson.
    • This reply was modified 5 years, 5 months ago by g-nilsson.
    Plugin Author fahrirusliyadi

    (@fahrirusliyadi)

    This plugin does not provide any styling. All styling is provided by WooCommerce and your theme. I recommend you to consult with your theme creator.

    Thread Starter g-nilsson

    (@gianilsson)

    Hi again,

    Ok. I will do that.
    Thank you very much!

    Kind regards,
    gianilsson

    Plugin Author fahrirusliyadi

    (@fahrirusliyadi)

    You’re welcome ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘When is a new update coming?’ is closed to new replies.