Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, you should be able to do this by editing the calendar.css file to change ai1ec-view-week and ai1ec-view-oneday to display:none;

    We are also coming out with a setting to disable this section in a release coming soon.

    Hope this helps,
    Mark

    Thread Starter ishanshade

    (@ishanshade)

    Hello,

    I changed that in calendar.css as you told me to do :

    /* Active buttons */
    .ai1ec-action-month #ai1ec-view-month,
    .ai1ec-action-oneday #ai1ec-view-oneday {
    display: none;
    }
    .ai1ec-action-week #ai1ec-view-week {
    display: none;
    }
    .ai1ec-action-agenda #ai1ec-view-agenda {
    color: #000;
    background: #ddd;
    background: -o-linear-gradient( #ccc, #eee );
    background: -ms-linear-gradient( #ccc, #eee );
    background: -moz-linear-gradient( #ccc, #eee );
    background: -webkit-gradient( linear, 0% 0%, 0% 100%, from(#ccc), to(#eee) );
    background: -webkit-linear-gradient( #ccc, #eee );
    }

    But it doesn’t work :/

    Do you have any other idea?

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: All-in-One Event Calendar] Disable Day & Week views’ is closed to new replies.