• First off, thanks for a great plugin you continue to improve, very much appreciated.

    When you are doing your next updates, can you do this change please.
    At the moment, the ajax-loader.gif is only hidden when not in use.

    On responsive sites, generally ‘Submit’ buttons and images are displayed as block and 100% width on smaller screens, which makes the ajax-loader.gif go on a new line causing a large space between the Submit button and the Validation error message. On some small screens the validation error message is not seen as it’s below the fold.

    If you can change this:
    style="visibility: hidden;"
    to this, then it would be great:
    style="display: none !important;"

    For example:
    <img class="ajax-loader" src="wp-content/plugins/contact-form-7/images/ajax-loader.gif" alt="Sending ..." style="visibility: hidden;">

    To this:
    <img class="ajax-loader" src="wp-content/plugins/contact-form-7/images/ajax-loader.gif" alt="Sending ..." style="display: none !important;">

    Thanks heaps, cheers, Ian

    https://www.ads-software.com/plugins/contact-form-7/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘ajax-loader.gif only hidden when not used so large space left’ is closed to new replies.