4.0 hover/preview in month view shows full event description, not excerpt

Home Forums Calendar Products Events Calendar PRO 4.0 hover/preview in month view shows full event description, not excerpt

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1034278
    ardcgarage
    Participant

    Hi gang,
    Like most of the features/fixes in 4.0 I’ve found, but the month view preview on hover now shows the entire event description – we have some very, very long event descriptions so this doesn’t work! Can I make the hover text an excerpt again? Cheers.

    #1034283
    Paul
    Participant

    I second this – what gives tri.be – I hope you can hotfix this pronto as my site is only a calendar site (so its just your plugin basically) and its messed it all up so it aint pretty no more!

    #1034372
    André
    Participant

    Me too as i said in my own topic!
    Thanks

    #1034722
    Josh
    Participant

    Hey Everyone,

    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 has caused.

    Let me know if you have any further questions.

    Thanks!

    #1034752
    kortris
    Participant

    I have the same problem. The “calendar page” is a very important part of my website and now is in a mess. The fact that you have promote an update without carefully test it first is unacceptable.

    #1034775
    Josh
    Participant

    Hey everyone,

    We do have a fix coming for this, however, 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!

    #1034903
    Paul
    Participant

    Good man – that does it – cheers!

    #1035062
    ardcgarage
    Participant

    Thank you so much Josh, sorry to be a downer. Everything else looks sweet 🙂

    #1035551
    Josh
    Participant

    Hey,

    Awesome! Happy to help.

    I’ll go ahead and close this thread for now. If anyone has any further questions, please don’t hesitate to open a new thread.

    Thanks!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘4.0 hover/preview in month view shows full event description, not excerpt’ is closed to new replies.