Hi,
Sorry for the issues you are having.
I can help troubleshoot them with you.
Event List Widget
First the view changes in the Event List Widget styling are happening because the stylesheet is not loading. We are working on a fix for that, but in the mean time if you add this coding to your theme’s function.php it will resolve the issue:
https://gist.github.com/jesseeproductions/9ac665ddcdef95c8a2e5
Mini Calendar Widget
As for the styling it looks like your theme has some general selectors for tables that is causing the issue. Try this css:
.tribe-mini-calendar tr:nth-child(2n+1) td {
background: #666;
}
Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
As for the Mini Calendar links not working please follow our testing for conflicts guide:
Testing Conflicts With Themes and Other Plugins
Follow that and see if you can narrow down the issue.
Thanks