Forcing SSL made my PayPal buttons give off 404 errors

So an interesting issue I could use a little help on… I had my “Join” page all set up, but it wasn’t a secure page despite having an SSL certificate in place. So it was set to force https, but then the PayPal buttons stopped working.

I use s2member and BuddyPress, and the PayPal buttons are code generated by PayPal. Not the advanced ones. They worked perfectly before forcing https.

Does anyone have any ideas on how to fix or troubleshoot this? I’d appreciate some input.

https://thetdma.com/join/

maybe you have mixed content in that page. Best just use a search and replace plugin and exchange allt http:// against https:// in your database. Don’t use some dodgy force https plugins.

Resolved, thank you!