Hi Ruenel,
Ok, so I completed all of the updates, but still no luck. Here is the code from another post about the issue that was added to the functions.php:
// // Add loading gif to contact form
// =============================================================================
add_action(‘wp_head’, ‘add_loader_gif’);
function add_loader_gif() {
echo ‘’;
}
// =============================================================================
Perhaps there is something else I can try?
Also, I had to remove the staging site, but I can give you access to the live site, or create another staging if need be.
Thank you!