• Resolved pansmuggler

    (@pansmuggler)


    Hello,
    While Link is working fine there is issue when fields have enabled extra text like validation, so when validation of field fail and extra text is displayed the link logo is out of field and is breaking page. I am using yith checkout plugin with their js validation option, when it’s turned on there is no extra text so logo is not being broken…
    How this can be fixed? Via css or this can be fixed via plugin update?
    Thanks in advance

    Video: https://i.imgur.com/q6M1RhL.mp4

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

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

    (@mrclayton)

    Hi @pansmuggler

    Please create a support ticket and we can share a plugin update we’ve been working on to address 3rd party plugins that affect the LInk icon.

    You can test it and confirm if it resolves your issue.

    KInd Regards

    Plugin Author Payment Plugins

    (@mrclayton)

    Version 3.3.47 released. Should resolve your Link icon issue.

    Thread Starter pansmuggler

    (@pansmuggler)

    @mrclayton Ok so should it look like this? You guys removed the logo?
    Edit: I checked and option show link logo dark/light is enabled and it’s not working. Logo disappeared after update (astra theme).

    • This reply was modified 1 year, 6 months ago by pansmuggler.
    • This reply was modified 1 year, 6 months ago by pansmuggler.
    • This reply was modified 1 year, 6 months ago by pansmuggler.
    Plugin Author Payment Plugins

    (@mrclayton)

    You guys removed the logo?

    No, we didn’t remove the logo. The problem is your theme’s styling is overriding the Link icon’s styling. Here is what it looks like when our CSS isn’t being overriden.

    You need to add the following CSS to your site:

    .stripe-link-icon-container {
        background-repeat: no-repeat !important;
        background-position: right !important;
        background-origin: content-box !important;
        background-image: url(https://xdekhckr.com/shop/wp-content/plugins/woo-stripe-payment/assets/img/link-icon-dark.svg) !important;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Link logo is broken’ is closed to new replies.