Hi I cannot get the loading .gif file working on a website I am creating for a client.
I have tried suggested code on this forum on this topic https://theme.co/apex/forum/t/contact-form-7-adding-a-loading-gif/15176
I tired the suggested code which is as follows:
add_action('wp_head', 'add_loader_gif');
function add_loader_gif() {
echo '<style>.wpcf7 .ajax-loader{background-image: url('. plugins_url() .'/contact-form-7/images/ajax-loader.gif);visibility:hidden;display:inline-block;width:16px;height:16px;border:none;padding:0;margin:0 0 0 4px;vertical-align:middle}.wpcf7 .ajax-loader.is-active{visibility:visible}</style>';
}
I tried placing this in my X-Theme Child theme using the WordPress editor but I cannot get the .gif to load
The site I am working on is here: https://www.physicsproof.com/
Happy to share login details if requested privately
Many Thanks,
Shane