Hi @pa59,
That sounds like a simple CSS conflict. Are you using one of the custom forms or the Stripe inline form?
Can you share your website url?
Kind Regards,
Thread Starter
pa59
(@pa59)
Hello,
Of course! Here’s the client’s website : https://oboboi.com
https://oboboi.com/commander/ –>Page where I’ve encountered the issue
I’m usine one of the custom form : the BOOTSTRAP one.
I’m using it because with the stripe inline, there was an issue with the smartphone’s view.
Thanks a lot!
Hi @pa59,
Thanks for your patience. After reviewing your site I can see you have a Javascript error on your checkout page that’s being caused due to some required html that’s missing. That JS error is causing the custom form’s label to not update resulting in the overlap that you see.
The Stripe plugin outputs a hidden input field that has a data object that contains configuration settings. For some reason, that’s not being output to your page.
Is there anything special about your checkout page that you’re aware of that could prevent that html from being output? Perhaps a cache setting?
Kind Regards,
Thread Starter
pa59
(@pa59)
Hello!
You’re welcome!
There’s nothing special about this page.
No cache plugin is installed.
Here’s the plugins activated on this website :
FiboSearch – AJAX Search for WooCommerce
Child Theme Configurator
Colissimo shipping methods for WooCommerce
Complianz | GDPR/CCPA Cookie Consent
Duplicator
Site Kit by Google
Smash Balloon Instagram Feed
Limit Login Attempts Reloaded
Side Cart WooCommerce
Payment Plugins for Stripe WooCommerce
Sendinblue – WooCommerce Email Marketing
Yoast SEO
Widgets for Google Reviews
Maybe are you aware of an issue with one of these ?
Thanks for your interest,
Best regards,
Hi @pa59,
Now when reviewing your checkout page, the required html is present so that issue is resolved. Are you are of anything that you changed that resolved that issue?
I now see the following JS error:
Uncaught SyntaxError: Identifier '$' has already been declared
at jquery.plugin.colissimo.js?ver=0.1:1:1
That is coming from your widget-colissimo plugin.
Kind Regards,
Thread Starter
pa59
(@pa59)
Good news !
I haven’t change anything on the website since your last message !
I’ll check all that and mark as resolved if everything’s OK !
Best regards,