Viewing 7 replies - 1 through 7 (of 7 total)
  • caimin_nwl

    (@caimin_nwl)

    Do you mean on the event list or when using the calendar display? A link might help. Thanks.

    Thread Starter kcs

    (@kcs)

    …the event only shows on the calendar on the first day of the event. The calendar display. I want to people see the event on the calendar each day the event is running…

    https://cindiferrini.com/index.php/Events/

    Look at January 26 2015; there is an event that runs from the 26th to the 30th.

    thank you for your help..

    Plugin Support angelo_nwl

    (@angelo_nwl)

    using shortcode, try [events_calendar long_events=1 full=1]

    Thread Starter kcs

    (@kcs)

    Thank you! That is what I am looking for. However, the calendar is now being cut off around Friday and does not display the entire calendar:

    https://cindiferrini.com/index.php/event-calendar/

    Thank you for your help!

    Plugin Support angelo_nwl

    (@angelo_nwl)

    it might be a theme/css conflict and you can fixed that by Inspecting the calendar table to get it’s css class or id name and then override it’s css width.

    eg.

    table.em-calendar {
    width: 100%;
    }

    *might not work in your case out of the box but should something like this

    Thread Starter kcs

    (@kcs)

    I cannot find this reference to which you are referring. Are there any other options?

    thank you

    Plugin Support angelo_nwl

    (@angelo_nwl)

    sorry since it might be a theme css conflict you need to change something in your theme or override the css just like the above suggestion.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Multi-day event shown on each calendar day’ is closed to new replies.