• Resolved papman

    (@papman)


    In the input field for the bet results I cannot make any entries. The field is highlighted, I can use the cursor but no values are copied ?? What can I do?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author tuxlog

    (@tuxlog)

    Hi papman,

    please check if your theme formats the text too small or the boxes too small.
    For a first try add:

    #content input.cs_entry {
    font-size: 14px;
    max-width: 30px;
    }

    to your CSS.

    And please check if the user is a member of the guessing game in the backend dialog of wp-championship.

    Hope it helps

    Thread Starter papman

    (@papman)

    Unfurtunately – no. ?? Values I put in the field are taken into the database – but I can’t see them in the table
    https://photos.app.goo.gl/shNdvxp68MgaqZSS9

    Plugin Author tuxlog

    (@tuxlog)

    Please check the color of the text. Seems like it is white text on white background, which means it is not visible.

    Thread Starter papman

    (@papman)

    #content input.cs_entry {
    padding: 0 !important;
    }

    was the solutio ??

    Thanks anyway!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No input posible’ is closed to new replies.