PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Internet Explorer - form is loading slow

  1. feilamsol
    Member

    Why the form is loading too slow in Internet Explorer?
    When I put my mouse on a field and try to fill it I have to wait before it response.

    Posted 11 years ago on Monday April 8, 2013 | Permalink
  2. Richard Vav
    Administrator

    Without seeing the form it is impossible to say why, can you provide a link

    Posted 11 years ago on Monday April 8, 2013 | Permalink
  3. feilamsol
    Member

    Here's the link:
    http://ecolehockeycapitale.com/inscriptions/formulaire-dinscription-2013/

    Posted 11 years ago on Tuesday April 9, 2013 | Permalink
  4. Richard Vav
    Administrator

    I am afraid it's loading pretty fast for me in IE10 and I can start interacting with fields quikly as well, what version of IE are you using and have to tried clearing your cache.

    Posted 11 years ago on Tuesday April 9, 2013 | Permalink
  5. Richard Vav
    Administrator

    Checking your code it looks like you are including jQuery twice, the first include is version 1.8.3 from the local wordpress install which is correct but you are also loading version 1.7 from google. Loading multiple versions of jQuery is known to cause issues so you should remove that second call and then see if your problem continues or not.

    Posted 11 years ago on Tuesday April 9, 2013 | Permalink
  6. feilamsol
    Member

    Can I have a guide on how to remove it? Thanks

    Posted 11 years ago on Tuesday April 9, 2013 | Permalink
  7. Richard Vav
    Administrator

    It's difficult to say for sure because it could be your theme or it could be another plugin, to find out if it is your theme you will need to look in your themes functions.php file and header.php file and see if you can see a line that contains the following url, if you find something similar don't remove it just yet, copy that section of code and then paste it here or over on http://www.pastie.org/

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
    Posted 11 years ago on Tuesday April 9, 2013 | Permalink