Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sendinblue’s status page shows that the SMTP relay is back up and sending emails. I just tested it on my site and it’s working now.

    Should work now for everyone if you test it by sending a test email from the plugin page.

    Thread Starter mcmayhem

    (@mcmayhem)

    Hey there and thank you for the replies and ideas, I appreciate you following up on this.

    Regarding the rendering of the fields, I figured as much and I suppose arguments can be made in favor of that from a security perspective.

    I do a significant amount of work in PHP and while I could make changes on the backend to the plugin directly, I’d prefer not to as it would mean keeping track of all the changes so that I could reinstate them once the plugin updates.

    Thank you for putting in the enhancement request. It would be great to have the ability to style not just the size but the other elements of the field as well.

    For my situation, I got by with some simple css to set the zoom on the field:

    .woocommerce #payment div.payment_method_square_credit_card .wc-square-credit-card-hosted-field
        {
            width: 115%;
            -ms-zoom: 0.85;
            -moz-transform: scale(0.85);
            -moz-transform-origin: 0 0;
            -o-transform: scale(0.85);
            -o-transform-origin: 0 0;
            -webkit-transform: scale(0.85);
            -webkit-transform-origin: 0 0;
        }

    It’s a rather hacky way to go about it, but it suits my needs as it provides plenty of room for the 16-digit card numbers without them being covered by the credit card icon.

Viewing 2 replies - 1 through 2 (of 2 total)