Viewing 1 replies (of 1 total)
  • Hi,

    There is no option to do this, but you can modify the code:
    all-in-one-event-calendar-extended-views/public/themes-ai1ec/vortex/twig -> POSTERBOARD.TWIG, line 89, replace:

    {{ event.post_excerpt | raw }}

    with:

    {{ event.post_excerpt | truncate( 80 ) | raw }}

    #80 is the number of characters.

Viewing 1 replies (of 1 total)
  • The topic ‘Poster View’ is closed to new replies.