• Hello,

    I have published 4 buttons that work now. However, I would like to make changes such as titles, payment label (made a mistake as you can see in the screenshot if you speak french), show amounts, etc. When I make the changes, nothing happens (does not update on my live website). Do I have to erase the “Stripe entries” first in order to publish the new changes?

    Second question, there is a second line under the email address that appears. How do I remove it? See here: https://ibb.co/3mP32Sk

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Nicolas Figueira

    (@nahuelmahe)

    Hello @etienneflorent ,

    Thank you for using Direct Stripe.

    I’m sorry for the second line, it is supposed to be a centered separator for sections such as billing, shipping…

    You can center it using CSS in Appearance -> Customizer -> Additionnal CSS
    .ds-element.in-form hr { margin: auto; }
    or hide it with .ds-element.in-form hr { display: none; }

    I’m not sure to understand the first issue, are you not able to edit the buttons at Direct Stripe -> Settings unr the Buttons settings tab ?

    Best regards,

    Thread Starter etienneflorent

    (@etienneflorent)

    Hi Nicolas,

    Thank you for answering.

    I used your code and it works fine.

    I also solved the first issue: I just had to delete the cache of my website to see the changes appear.

    I have a new question: if I insert a non-valid credit card number, the Stripe popup just shows a loading circle that is not stopping. What can I do in order to prevent this ( I want the error message to show up)?

    Plugin Author Nicolas Figueira

    (@nahuelmahe)

    Hello @etienneflorent

    I’m glad you fixed the first issue.

    Are you using 3.0.1? The errors returned were improved on that last version.

    Could you share the test card number used that resulted in the error not returned ?

    Thread Starter etienneflorent

    (@etienneflorent)

    Hi Nicolas,

    Yes, I am using version 3.01.

    I just used a random number to see what would happen and with all of them, it shows this non-stopping circle.

    Is there something else that I can do?

    Thank you

    Thread Starter etienneflorent

    (@etienneflorent)

    I made a short video to show you what happens :

    [video src="https://webm.red/view/pMBA.webm" /]

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Make changes after having published the stripe buttons’ is closed to new replies.