Calendar view setup

For the calendar view you will need to change the "Loop header template" into:

<div class="meRow">
    <div class="meCol-sm-12">
        <h2 >Calendar for [THISMONTH]</h2>
    </div>
</div>
<div class="meRow">
    <div class="meCol-sm-12 meCol-md-4  meCol-lg-3">
        <div class="meButtons"><a href="?previous">[CALSMALL-]</a></div>
    </div>
    <div class="meCol-sm-12 meCol-sm-last meCol-md-4 meCol-lg-6">
        <div class="meButtons"><a class="meButton" href="?current">[CURRENT]</a></div>
    </div>
    <div class="meCol-sm-12 meCol-md-4   meCol-lg-3">
        <div class="meButtons"><a href="?next">[CALSMALL+]</a></div>
    </div>
</div>
[calendar]

The "loop events template" should be completely empty.

Save the new template data and it should look like this