Okay
  Public Ticket #2574514
Calendar Box Grid View
Closed

Comments

  •  1
    David started the conversation

    Your default view with Box Grid is to show the grid based on "todays date" and only shows events forward from that date. Is there a way to change the default view to show the grid based on the first of the current month - so showing all events for the month. ie. Even if "todays date" is Oct 19, I need the grid to show, by default, all events for Oct.  Another example - if "todays date" is Nov 25, the grid will, by default, show all events for Nov.  Needs to be by default without using forward/backward arrow options. Box Grid View.

  •  783
    Zhivko replied

    Yes, it's possible via start_date attribute. Shortcode example:

    [stachethemes_ec start_date=this_month]

    start_date values: 

    • prev_month
    • this_month
    • next_month
    • today
    • prev_week
    • this_week
    • next_week
    • YYYY-MM-DD date (2020-01-31)


    Stachethemes Developer

  •  1
    David replied

    Yes, thank you. That worked. I had the wrong attribute. :)