Hi @levikay,
I’m glad you reached out here. The reason things are not working on the site is related to a console error I see when viewing the page. A minified JavaScript file named da215.js is loading in the header, before jQuery is loading in the footer. This is causing jQuery functions to fail, among them GiveWP’s changing of the amounts on the page.
Also, it appears that your site is using a different version of jQuery than the one that ships with WordPress. (Either the theme or a different plugin)
?
It’s a best practice in WordPress to never use a different version of jQuery than the one packaged with WordPress. WordPress’ version is automatically in no conflict mode, which is what allows most plugins and themes to play nicely with each other in a very unpredictable environment.
Here’s a good write-up on the issue:
https://pippinsplugins.com/why-loading-your-own-jquery-is-irresponsible/
?
So, two things: first, I’d recommend reconfiguring how the site is minifying assets and make sure that those assets are called after jQuery itself, and then ensure that the version of jQuery you are calling is the one that ships with WordPress.
I’m happy to clarify if needed. The short version is that this problem originates outside of GiveWP completely, so you’ll need to interface with whatever system is creating that minified file.