Everything is up to date (btw)
Hey nice looking site. When I view http://speechangel.com/donate-to-us-2/ it appears there’s no payment gateway to select. Try going under Donations > Settings and enabling a payment gateway like PayPal or Offline then test it out.
Hey,
Thanks for your reply. For some reason still even when the test or PayPal options are enabled when you click “donate now” it just stays loading?
We recently migrated our site to a new server, maybe this has something to do with it?
Thanks,
Neil
HI Neil,
I just did a test payment and saw the error you are reporting. I noticed a Cross-site scripting error in Console when attempting to hit Donate. This is related to your SSL certificate. Most likely some of your assets are set to HTTPS and others are not. I loaded the page from the link above which is HTTP. But when I loaded the page over HTTPS the test transaction went through.
So, I’d recommend you review our guide on implementing SSL on your site, specifically the parts about fixing mixed-content errors and forcing all your traffic to go to HTTPS instead of HTTP. Here’s the link:
https://givewp.com/documentation/resources/how-to-use-ssl-and-https-for-your-wordpress-website/
That should clear it up for you. Thanks!