Okay
  Public Ticket #2407102
introduction in month view
Closed

Comments

  • Fanny started the conversation

    Hello,

    Is there a way to show introduction event's part in the month view (in light box or when clic on the event) ?

    If not, is there a way to make the "short description" longer ?

    Thanks for answer :-)

  •  793
    Zhivko replied

    Hi,

    Check the screenshot I've attached.

    You can make (2) to open in popup on click by going to General settings -> Open events in -> Popup option.

    For (1) I'm not sure if it's possible at the moment, however I'll look if we can add option for this in future update since it was requested before.

    You can make the short description longer by removing the character limit.

    To do so open file: 

    wp-content\plugins\stachethemes_event_calendar\view\admin\events\tabs\introduction.php

    edit line 19:

    from:

    Admin_Html::html_textarea('description_short', $event ? $event->get_description_short() : null, '', esc_html__('Short info about the event', 'stec'), false, 'maxlength=130');

    to:

    Admin_Html::html_textarea('description_short', $event ? $event->get_description_short() : null, '', esc_html__('Short info about the event', 'stec'), false);

    Stachethemes Developer