Viewing 5 replies - 1 through 5 (of 5 total)
  • Brook

    (@brook-tribe)

    Hello Mutart,

    That is actually a bug 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.

    Cheers!
    – Brook

    Thread Starter Mutart

    (@mutart)

    Hi Brook,

    I put your code correctly, but the issue doesn’t fix.

    What can i do?

    When get you the update?

    I hope you can answer quickly.

    Thanks

    Hi. This bug was resolved with version 4.0.1 so you can do the auto-update and it should be working… so I’ll mark this thread as Resolved. Thanks!

    Thread Starter Mutart

    (@mutart)

    Hi Clifford Paulick,

    Thank you very much.

    Cheers!

    Plugin Author Brian

    (@brianjessee)

    Great, glad it helped.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Preview text’ is closed to new replies.