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