• Resolved na1man

    (@na1man)


    A strange bug appeared with stripe forms today. Dunno what to do: the form is red and it appears on the page now. It’s not a popup anymore… Is this SCA or should I update the plugin?

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

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

    (@nahuelmahe)

    Hello @na1man ,

    Thank you for reporting that issue. The background color was applied by the style of the button, meaning that if you are not using the button styles, the form will inherit a wrong color as background. That’s a bug I’ll work on for next update.

    In the meantime, could you set the color you want using CSS in Appearance -> Customizer -> Additional CSS ?

    .ds-element.in-form { background-color: #fff !important; }

    Change the #fff color code to the color you want -> https://www.w3schools.com/colors/colors_picker.asp

    Kind regards,

    Thread Starter na1man

    (@na1man)

    but is it possible to not have a popup anymore? I was interested. there are a couple of things weird: by default it says PAY 1000 EUR and it says payment successful.

    Plugin Author Nicolas Figueira

    (@nahuelmahe)

    Hello @na1man ,

    The form is still a modal form, there isn’t an option for that. The strange behavior you mention could be caused by caching, could you flush all cashes ( also reloading page without cache ( CTRL + F5 ) ?

    Kind regards,

    Thread Starter na1man

    (@na1man)

    I tried to test in private window. the bug was resolved but the modal was still with a weird design.
    https://ibb.co/9t0JHPM
    https://ibb.co/wMsjbkd

    Plugin Author Nicolas Figueira

    (@nahuelmahe)

    Thanks for sharing. This is why it’s still a beta, the process is working but there are still some unresolved issues. Still the SCA regulation made me push the update.

    The design can be fixed adding CSS styles via the customizer menu.

    Kind regards,

    Thread Starter na1man

    (@na1man)

    can you give the css style please?

    Plugin Author Nicolas Figueira

    (@nahuelmahe)

    I shared css for the background a few messages ago,otherwise you can also change the button color in the settings, it seems to be applied to the background.

    Thread Starter na1man

    (@na1man)

    I’m sorry but it’s not working at all. Plus the modal has disappeared and now it’s embedded in the page. To be honest I’d like you to give this option: modal or embedded in page. But the design isn’t working and the css you gave didn’t resolve the issue.

    Plugin Author Nicolas Figueira

    (@nahuelmahe)

    Hello @na1man ,

    Could you test after updating to 3.0.1 ? And making sure all caches are flushed ?

    Kind regards,

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘strange bug with form appeared’ is closed to new replies.