Hi, Web Developer tools in Firefox shows a few errors in the link you shared above. The following are some of the mix errors displayed by Web Developer tools.
Blocked loading mixed active content “http://optinskin.com/src-4/min/normalize.min.css?ver=4.9.7”[Learn More]
trainingpurposesonly
Blocked loading mixed active content “http://optinskin.com/src-4/min/optin2.min.js?ver=4.9.7”[Learn More]
trainingpurposesonly
Blocked loading mixed active content “http://optinskin.com/src-4/min/normalize.min.css?ver=4.9.7”[Learn More]
trainingpurposesonly
Also, you might like to try the following troubleshooting test. Disable all other plugins except this one then carry out a test.
Let me know how you go.
Regards
Hi.
Like mbrsolution noticed, you have a bunch of “Mixed Content” warnings on the page. This happens when your page is HTTPS, but it’s requesting resources from HTTP. In this case Stripe live mode won’t work, however test mode should be working fine.
The reason why your button is not working is probably because your theme is using Page Builder which breaks some default WP functionality. In order to get over this, you need to add following option to your shortcode: compat_mode=”1″. So it should look like this:
[accept_stripe_payment name="Product Name" price="1.00" button_text="Pay 1.00 Now" compat_mode="1"]