erik1099
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] Checkout card details greyed outIf you’re using Salient theme, try this CSS in the Custom CSS box under options
/* show any Iframe added by Payment Gateway as theme has inline style that hides the iframes by default */ .woocommerce-checkout iframe { opacity: 1 !important; } .woocommerce .payment_methods iframe { opacity: 1 !important; } .wc-braintree-hosted-field iframe { opacity: 1!important; }If you’re using Salient theme, try this CSS in the Custom CSS box under options
/* show any Iframe added by Payment Gateway as theme has inline style that hides the iframes by default */ .woocommerce-checkout iframe { opacity: 1 !important; } .woocommerce .payment_methods iframe { opacity: 1 !important; } .wc-braintree-hosted-field iframe { opacity: 1!important; }- This reply was modified 8 years, 11 months ago by erik1099.
I am having this same issue (grey/locked out credit card fields). For me it happens when the “ship to different address”. i’m using the Salient Theme, and the problem went away when we switched to Twenty Seventeen for testing. Taking it up with Salient theme dev.
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] Checkout card details greyed outI am having this same issue (grey/locked out credit card fields). For me it happens when the “ship to different address”. i’m using the Salient Theme, and the problem went away when we switched to Twenty Seventeen for testing. Taking it up with Salient theme dev.
Viewing 4 replies - 1 through 4 (of 4 total)