• Resolved bociakrodyl

    (@bociakrodyl)


    Hello!

    Timely Calendar is great, but can I change amount of characters in widget titles?

    By default widget trims to 32 characters. I looked every page (widgets and plugin settings) but didn’t find such option.

    Maybe it is possible using some function in function.php?

    I will be grateful for every hint!

    Tom

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Tom,

    Thanks for reaching out!

    You can try to make a change in the following file:

    all-in-one-event-calendar/public/themes-ai1ec/vortex/twig -> agenda-widget.twig.
    Look for:

    {{ event.filtered_title | truncate | raw }}

    and change to:

    {{ event.filtered_title | raw }}

    Sincerely,
    Ben | Timely Customer Support

    Thread Starter bociakrodyl

    (@bociakrodyl)

    Hi Benjamin!

    Now the titles are showing up beautifully in all their glory :-)))

    Thanks a lot for help and for fast reply!

    My pleasure ??

    Sincerely,
    Ben | Timely Customer Support

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show more characters in title’ is closed to new replies.