I’m sorry you are experiencing difficulties. Am I right in thinking the only remaining problem is the visibility of events in week view? If so, I can definitely see some CSS that is impacting:
.tribe-grid-body div[id*="tribe-events-event-"] .hentry.vevent { border:1px solid #ffffff !important; background:rgba(255, 255, 255, 0.75) !important; }
That’s generated by _theme_styles/custom.php so my guess is it’s actually some custom CSS you or someone working on your site added: can you investigate if that might be the case and remove or alter it accordingly if so?