Checkboxes & Radio Buttons Not Working

Home Forums Ticket Products Event Tickets Plus Checkboxes & Radio Buttons Not Working

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #1636267
    Brendan
    Keymaster

    Hi there,

    For some reason, your theme is still blocking out input fields. For example, I see this in the CSS code:

    input, button {
    -webkit-appearance: none;
    outline: none;
    }

    If I change this to:

    input, button {
    -webkit-appearance: checkbox;
    outline: none;
    }

    I can see the checkboxes. I would reach out to your theme developer and see why there is CSS blocking global form fields on our code. You could go through and reverse all the blocks in CSS but they may have an easier solution for you. I see this theme overrides our default code and has made customizations to it. Cases like these, you can inform them developer custom overrides are causing these conflicts.

    Let me know how that goes.

    Thanks,
    Brendan

    #1648741
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 2 posts - 16 through 17 (of 17 total)
  • The topic ‘Checkboxes & Radio Buttons Not Working’ is closed to new replies.