• Resolved EugenioRro

    (@eugeniorro)


    After update to version 4, the list view in upcoming events shows all the explanation of the event and not only the first part as in the previous version.
    I use Divi theme and events-calendar was running very good.
    Any sugestion to show al before?
    It is needed to upgrade to pro to solve this?
    Thank you very much.

    ————————————————-

    Después de actualizar a la versión 4, la vista de lista en próximos eventos muestra toda la explicación del evento y no solo la primera parte como pasaba en la versión anterior.
    Uso el tema de Divi y events-calendar funcionaba fantástico.
    Alguna sugerencia para que se muestre como antes?
    Es necesario suscribir la versión pro para solucionarlo?
    Muchas gracias.

    https://www.cresteando.com/eventos/

    https://www.ads-software.com/plugins/the-events-calendar/

Viewing 5 replies - 1 through 5 (of 5 total)
  • I have the same problem. It also appears in the pop-up description on the calendar view. If you go to the event and enter an excerpt then the excerpt data appears and not the whole description. It seems the character limit was changed. Is there any way to put that back. The alternative is editing every event on the calendar and inserting an excerpt! Ouch.
    Thanks

    Brook

    (@brook-tribe)

    Howdy guys,

    Thanks for reaching out to us and bringing this issue to our attention!

    We’ve got this bug logged in our internal tracking system and will notify you here as we make progress on this issue. I apologize for any inconvenience that this issue has caused.

    In the meantime, you can fix this issue by making some quick modifications to the core plugin. These changes will get overridden with the next update which will include an official fix to this issue.

    Within the main Events Calendar plugin, navigate to the src > functions > template-tags > general.php file and open it within your preferred text editor.

    Navigate to line #1320 within that file. It should look like:

    $excerpt = wp_trim_excerpt( $excerpt );

    You can change that line to be:

    $excerpt = wp_trim_words( $excerpt, ’55’ );

    Where “55” is the number of words that you would like the excerpt to be there.

    Let me know if you have any further questions or concerns here.

    Thanks!

    – Brook

    Followed your directions:
    Opened the-events-calendar/src/functions/template-tags/general.php
    and cut/paste your code
    $excerpt = wp_trim_words( $excerpt, ’55’ );
    on line 1320

    but now I only get

    “…” as the verbiage

    https://fscbmwcca.com/test/events/

    I don’t know if it makes a difference but it looks like the problem I’m having is that my excerpt is blank so it’s copying the complete event body over.

    Thread Starter EugenioRro

    (@eugeniorro)

    Thank you very much, Brook, for your answer

    It shows as before.

    Plugin Author Brian

    (@brianjessee)

    Great glad it helps, look for a fix in 4.0.1, which will be out shortly.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘List view in upcoming events’ is closed to new replies.