• Resolved dollitsa

    (@dollitsa)


    Hi! I have embedded 3 calendars in an accordion where the accordion is embedded in a post page.

    Based on the provided link I am talking for the accordion with title “Seminarauswahl” that has 3 tabs. In each tab a calendar is displayed.

    My problem is that I dot’t want to start my calendars on the current date, but for example the third calendar where the page is loaded I want to start from 10/2020.

    So when I import a calendar into an editor I am writing in the field “Calendar Start Day” the value “2020-10″ as I want this calendar be loaded from October 2020. I save and then publish but the page still loads the calendar from the current day.

    The code that is produced is
    [ecwd id=”897″ type=”full” page_items=”5″ event_search=”no” display=”full” displays=”full,list,week,day” filters=””]
    and based on this I don not see any parameter for the selected current day.

    Please click the link to the image for more information and to see how I configure this attribute. https://www.svmg.ch/web/wp-content/uploads/2019/10/calendar-start-date.jpg

    Thank you in advance for your help!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Zhanna Khachatryan

    (@zhannak)

    Hi @dollitsa,

    I am very sorry to get back to you this late.

    Dear user, the shortcode is not generated correctly, it should look something like this:

    [ecwd id=”42″ type=”full” page_items=”5″ calendar_start_date=”2020-10″ event_search=”yes” display=”full” displays=”full,list,week,day,map,4day,posterboard”]

    Dear @dollitsa, please try to generate the shortcode again, if still, the date part will be missiong then please add it manually. I have tried to add this part to your code, please see it below:

    [ecwd id=”897″ type=”full” page_items=”5″ calendar_start_date=”2020-10″ event_search=”no” display=”full” displays=”full,list,week,day” filters=””]

Viewing 1 replies (of 1 total)
  • The topic ‘Calendar start date’ is closed to new replies.