• Resolved marish

    (@marish)


    Hello,

    I’ve been searching forever and seems like this topic is still unresolved. On my agenda view, when I’m expanding an event I see the whole content vs an excerpt. I tried to use <–MORE–> tag, and I’m pretty sure excerpts are enabled in my theme. Seems like it should be something very easy, and I already spent hours on it.. Any help or tips would be highly appreciated!!

    https://www.ads-software.com/plugins/all-in-one-event-calendar/

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

    Please try this:

    all-in-one-event-calendar/public/themes-ai1ec/vortex/twig -> agenda.twig, line 66, change:
    {{ event.filtered_content | raw }}
    to
    {{ event.post_excerpt | truncate( 40 ) | raw }}

    Thread Starter marish

    (@marish)

    PERFECT! It worked!

    Thank you so much!!!

    No problem, glad I could help ??

    If you have the time would you mind leaving a review.

    Thanks,
    Benjamin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Agenda view shows the whole content vs excerpt’ is closed to new replies.