Okay
  Public Ticket #1975656
2 different calendar views
Closed

Comments

  • Mischa22 started the conversation

    Hi! We're creating an events page for our website using Stachethemes Event Calendar. How can we make one calendar to have agenda as the default view and the other is month as default view? And how can we hide the search button and filter on one calendar and make it appear on the other?

  •  783
    Zhivko replied

    Hi,

    You can do this with shortcode parameters. Example:

    [stachethemes_ec views=agenda view=agenda show_top=0]
    [stachethemes_ec views=month view=month show_top=1 show_views=0]
    

    params:

    views - views users can switch. example views=agenda,month,week
    view - default active view
    show_top - display top calendar menu
    show_views - show/hide top right views buttons

    Stachethemes Developer