Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    Please use the following shortcode:
    [ai1ec view="weekly"]

    Thread Starter frgabriel

    (@frgabriel)

    Yes, but this still allows the user to navigate to future weeks. I want to stop the shortcode from displaying events further out than we have confirmed event times for.

    Thread Starter frgabriel

    (@frgabriel)

    Preferably using the agenda view. Thanks!

    It is not possible to limit the events to the current week in Agenda view, the only way is to hide the navigation with shortcode:
    [ai1ec view="weekly" display_filters="false"]

    Take care,
    Benjamin

    Thread Starter frgabriel

    (@frgabriel)

    Unfortunately that shortcode isn’t hiding the navigation. Thank you!

    You’re right, then try to hide with css, please add the following code into your wp theme css file:

    #ai1ec-calendar-view .ai1ec-pagination
    {
    	display: none;
    }

    Take care,
    Benjamin

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Display only current week’ is closed to new replies.