Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter sandras21

    (@sandras21)

    Hello! Does anybody have suggestions how to do that? Limit the characters so posterboard view will look nice, same height and Read more link or button in the end?

    Hi,

    all-in-one-event-calendar-extended-views/public/themes-ai1ec/vortex/twig -> posterboard.twig, line 129, replace:
    {{ event.post_excerpt | raw }}
    with:
    {{ event.post_excerpt | truncate( 80 ) | raw }}

    “80” is the number of characters.

    Take care,
    Ben

    Thread Starter sandras21

    (@sandras21)

    Dear Ben! Thanks for your reply, it worked well! Could you advice also how to add “Read more” link there? Thanks!

    Unfortunately I can not help you with that, it requires more changes in the code.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to limit description text displayed in posterboard view’ is closed to new replies.