• Hiya

    I’m using this code for the button (I don’t like the short code of the styling purposes): [accept_stripe_payment name=”Product Name” price=”1.00″ button_text=”Pay 1.00 Now”]?

    It displays the button but does not allow me to click it. Any help is greatly appreciated.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    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 “https://optinskin.com/src-4/min/normalize.min.css?ver=4.9.7”[Learn More]
    trainingpurposesonly
    Blocked loading mixed active content “https://optinskin.com/src-4/min/optin2.min.js?ver=4.9.7”[Learn More]
    trainingpurposesonly
    Blocked loading mixed active content “https://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

    Plugin Contributor Alexander C.

    (@alexanderfoxc)

    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"]?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘buy button not working’ is closed to new replies.