• Resolved Ryuone

    (@ryuone)


    Hey,

    first of all thank you for this awesome plugin.

    I have a question about the eo_events_agenda_widget-4. The widget that displays a list of dates grouped by date. I insert some events/dates to the widget and got the sidebar width of 210px. All my dates that should look like that:

    “7:30 Vita est illis semper in fuga uxoresque
    mercenariae conductae ad tempus”
    “12:30 Vita est illis semper in fuga uxoresque
    mercenariae conductae ad tempus ad”

    unfortunately looks like that

    “7:30 Vita est illis semper in fuga …”
    “12:30 Vita est illis semper in fug …”

    The widget cut the sentence. Is there any way to prevent that? I didn’t find any solution yet.

    Many thanks!

    https://wordpress.org/plugins/event-organiser/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Ryuone

    (@ryuone)

    SOLVED

    CHANGED in eventorganiser-front-end.min.css to

    .eo-agenda-widget li.event{padding:5px50 5px 10px; font-weight:normal; background:#fff; border-radius:3px; overflow:visible; text-overflow:none; white-space:nowrap; cursor:default; opacity:0.75; color:#333; margin:1px 0; position:relative; white-space: pre-line;}

    THX

    Plugin Author Stephen Harris

    (@stephenharris)

    Glad you got that sorted.

    Please keep in mind that changes to plug-in files will be lost when you update though…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Widget – Event title is shortened’ is closed to new replies.