Event Categories Not Appearing on Front-End Submission

Home Forums Calendar Products Events Calendar PRO Event Categories Not Appearing on Front-End Submission

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #990045
    William Adeimy
    Participant

    I can’t seem to find a setting to show the event categories on the front-end submission form.

    Here’s the link: http://atlantabuzz.com/atlanta-events/community/add/

    Any idea how to get the categories to appear?

    #990423
    George
    Participant

    Hey William!

    I’m sorry you’ve run into trouble here. I checked out your site and noticed that the Categories section is being hidden with CSS.

    This seems to be the case because of a caching plugin on your site, or a script minification plugin – so you might try deactivating one of these plugins if you have them, just to test my suspicion here.

    Regardless of that, the best solution I could think of here would be to write CSS like the following in the bottom of your theme’s style.css file:


    .tribe-community-event-info #event-categories.tribe-hide {
    display: block !important;
    }

    Let me know how adding this CSS goes – if you add it and it doesn’t seem to change things, be sure to deactivate any caching and/or minification plugins on your site, and leave the CSS in place. I’ll take another look at your site in this state then and see what’s going on.

    Thank you!
    George

    #995026
    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 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Event Categories Not Appearing on Front-End Submission’ is closed to new replies.