unable to select event category on event submission page

Home Forums Calendar Products Events Calendar PRO unable to select event category on event submission page

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #56129
    accessrose
    Participant

    Greetings, I have installed the plugin on my website and noticed that the categories sections doesn’t allow users to select any categories when submitting an event. It works when I view the page in Firefox but the other browsers (Safari & Chrome) not so much.

    #56327
    Jonah
    Participant

    Hi accessrose,

    This is because in your theme’s stylesheet you have input elements set to not display in webkit browsers (Chrome & Safari) for whatever reason. Try adding the following CSS to your theme’s style.css file:

    #tribe-community-events input {
    -webkit-appearance: 1;
    }

    – Jonah

    #56338
    accessrose
    Participant

    I tried placing it there but still having the same problem.

    #56347
    Jonah
    Participant

    What about changing ‘1’ to ‘checkbox’?

    – Jonah

    #56349
    accessrose
    Participant

    NOPE! still doesn’t work : (

    #56574
    Jonah
    Participant

    Hi accessrose,

    Then I’m not sure what to do. Since your theme is applying this style, you’ll need to dig into the theme CSS a bit and figure out how to make the CSS declaration more specific so it’s not applied to all inputs globally or figure something else out. Sorry I can’t offer up more here.

    – Jonah

    #979976
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘unable to select event category on event submission page’ is closed to new replies.