• Resolved gashead

    (@gashead)


    Hi, when a user enters their scores on my site using internet explorer nothing is shown in the text box. The scores will save but the user cant see what they have entered and this may lead them to think nothing has been entered. I’ve tested it on firefox and chrome and it works fine on both.

    https://wordpress.org/plugins/football-pool/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author AntoineH

    (@antoineh)

    Sounds like a style problem. Have you tried it yourself in IE? You can debug the style in IE with F12.

    What theme are you using? I can check my install tonight. See if anything is wrong there (with default theme and I can try your theme if it’s a free one).

    Thread Starter gashead

    (@gashead)

    Im using a Genesis child theme so just tried it with the default theme (Twenty Fourteen) and still getting the same problem. If you need to take a look my predictions page is http://www.football-club.me.uk/make-your-predictions/

    Plugin Author AntoineH

    (@antoineh)

    I had a look, but I can’t see what is wrong. I see the numbers in my own install and on your page with IE. I’m using IE10 and also tried some of the emulation modes (IE9 and IE8).

    Has anyone found a solution to this? I am using the twentyfourteen theme and get the same issue.

    just FYI I fixed the issue by changing the text-align attribute from right to lefty in pool.css

    input.prediction { width: 3em; text-align: left; }

    Plugin Author AntoineH

    (@antoineh)

    Thanks for reporting your solution.
    Another solution could be to disable the ‘HTML5 input’ option of the plugin.

    I tried that first to no avail. 🙁

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘scores not showing when entered in internet explorer’ is closed to new replies.