Ajax loader image class appears below form
-
Below the form that I’ve inserted in my theme (Studio8), there is this “ajax-loader” class, if I try to inspect the element. What happens is that the form displays and works just right, but there is a big area underneath it that is just white.
When you submit the form, it seems that this area is filled with a very big, blurred version of the spinning progress arrow. When the mail is sent, the confirmation is also at the bottom of this white area.
This is how the code looks:
<input type="submit" value="Send" class="wpcf7-form-control wpcf7-submit"> <img class="ajax-loader" src="https://#.com/wp-content/plugins/contact-form-7/images/ajax-loader.gif" alt="Sending ..." style="visibility: hidden;">
What can I do to remove that loader?
- The topic ‘Ajax loader image class appears below form’ is closed to new replies.