Hi, I’m sorry for the delay in our response.
So yes we did a little custom hiding of the AJAX components via CSS. I just removed the code in question, you can check out the calendar now at http://work.uucpalisades.org/events/
You’ll see that the calendar still hangs up. I’m using Chrome browser.
Also FYI we are using a standard StudioPress theme called Outreach, so I think that it was coded correctly. It’s not a freebie theme or from a sloppy developer.
Below is the code we used to hide the AJAX components.
/* Custom */
.tribe-bar-date-filter{display:none!important;}
.tribe-bar-disabled #tribe-bar-form #tribe-bar-views{left:0!important;width:100%!important;}
.tribe-events-sub-nav{list-style-type:none;margin:0;padding:0;line-height:normal;text-align:center;clear:both;}
.tribe-events-sub-nav li{float:left;margin-right:5px;text-align:left;display:inline-block;zoom:1;margin:0;vertical-align:middle;}
.tribe-events-sub-nav .tribe-events-nav-next{float:right;margin-left:5px;text-align:right;}