• Resolved ibnjazli

    (@ibnjazli)


    Hi,

    Love your plugin ! I’m so in love with it and grateful with this development. I just have only one issues and that is from FPX bank selection. When i tried to select the bank using dekstop, some of the list hidden behind the container and i couldn’t select it.

    Here is the example https://prnt.sc/swppq2

    When i tried to solve it, i remove the position:absolute line from the iframe (using inspect element), it’s working.

    But i don’t know how to solve it for a live website. Hope you can help me !

    Thank you!

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

Viewing 1 replies (of 1 total)
  • Plugin Author Payment Plugins

    (@mrclayton)

    Hello @ibnjazli,

    The issue is your theme, nexio, has css that is applying an overflow hidden style on line 14715

    .woocommerce-checkout-payment {
    	overflow: hidden;
    }

    You should override that CSS:

    .woocommerce-checkout-payment {
    	overflow: visible;
    }

    Thanks for the kind words about the plugin. We always appreciate a review on our Reviews Page if you have a moment.

    Kind Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘FPX Bank Selection’ is closed to new replies.