• Resolved saeeceh

    (@saeeceh)


    Hi,
    I have an a posterboard view setup on my website. The excerpt of description coming up is too long and its ruining the look of the page, Where can i find the setting to reduce it.
    Here’s the link to my site:
    https://maceohio.com/
    Thanks

    • This topic was modified 8 years, 5 months ago by saeeceh.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    It is necessary to edit the following file: all-in-one-event-calendar-extended-views/public/themes-ai1ec/vortex/twig -> posterboard.twig, line 135
    change:
    {{ event.post_excerpt | raw }}
    to:
    {{ event.post_excerpt | truncate( 80 ) | raw }}

    80 is the number of characters.

    Take care,
    Ben

    Thread Starter saeeceh

    (@saeeceh)

    I will try that. Thanks

    Thread Starter saeeceh

    (@saeeceh)

    It worked but i dont see the “..read more” link anymore. Is there a way to include that

    Your inquiry requires more changes in the code, which unfortunately we cannot help with as part of our support. We’ll keep this topic open for a few days for other user to chime in if possible. Thanks for your understanding.

    Ben

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change the length of excerpt in Posterboard view’ is closed to new replies.