Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @barb21148 It looks like your WP theme is telling checkboxes not to appear in Chrome – some of these styles may be affecting other browsers as well.

    In theme-style.css on line 78:

    /* Removes top shadow on ios*/
    input,
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="url"],
    textarea {
      border: 1px solid #E9E9E9;
      border-radius: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      }

    -webkit-appearance: none; is causing the inputs to not show up in Chrome.

    Since I’m not the theme developer, I can’t be sure why that style was added, or how removing it might affect the rest of your site’s design. The comment implies that it is there solely for design enhancements in iOS Safari. So that said, remove it at your own risk, or consult your theme developer.

    Thread Starter barb21148

    (@barb21148)

    Thanks for your help. Hopefully we’ll figure it out. I’ve tried so many plugins for my exams and yours is the only one that looks nice and has the functions I need ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Doesn't work on Crome or Explorer – only Firefox’ is closed to new replies.