Okay
  Public Ticket #959061
braintree
Closed

Comments

  •  2
    Keith started the conversation

    Braintree used to be broken, stylesheet would hide numbers, I think it was an opacity issue from what I see in the forums.  It's broken in 7.6.  I had to change out the plugin on my site for processing payments because people can't see the numbers they're inputting.  

    I'm using the paypal braintree plugin 1.2.5

  •  8,996
    Tahir replied

    Hey Keith,

    Yes it was an Iframe opacity issue. Please activate the plugin and let me know the product url so i write up a fix. The old css should also work . 

    Thanks 


    ThemeNectar Support Team 

  •  2
    kdetwieler replied

    Will a staging site work for this?  I don't really like the idea of activating the plugin again if it's confusing for people, especially this time a year.


  •  8,996
    Tahir replied

    Yes staging should be fine as well . 

    Thanks


    ThemeNectar Support Team 

  •  2
    kdetwieler replied

    http://littlelightstudios.tv/shop/

    My staging site is being a pain and gives a 404 on checkout so, i'm just giving the url to my live

    This css is saved in the theme but it is not effective on my site.

  •  8,996
    Tahir replied

    Hey Again,

    Have a look at this Article : Woocommerce Payment Gateway Not Showing ( BrainTree / Amazon ).

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    /* 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;
    }

    Also clear your cache using this guide: Clear Cache where applicable
    .
    Best.


    ThemeNectar Support Team 

  •  2
    kdetwieler replied

    Brilliant, thank you!