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

    Are you talking about the full event calendar or the calendar widget?

    Thread Starter bryanIMS

    (@bryanims)

    I’m talking about the calendar widget

    You know how different dates are coded in orange, but I would like to have say for instance if an event is 5 days long then each day on the calendar widget for those 5 days has an orange color and a hover tooltip

    Is this possible?

    Thanks

    Sorry, I should’ve asked if you’re using the WP Full Calendar plugin as well as Events Manager.

    Thread Starter bryanIMS

    (@bryanims)

    I am indeed using both

    how would I go about achieving it?
    thanks for your time

    Plugin Support angelo_nwl

    (@angelo_nwl)

    you can modify it’s template under events-manager/templates/templates/calendar-small.php

    to use template: https://wp-events-plugin.com/documentation/using-template-files/

    Thread Starter bryanIMS

    (@bryanims)

    Hi thanks for the reply!

    I’ve got the file

    But what kind of php code would I need to implement to have every day of an event colored out?

    Sorry I’m pretty new at coding php straight up any advice would be greatly appreciated.

    thank you

    If you look around line 31 you’ll see the code that sets which CSS class is used for the dates. You’d need to make your changes around that point, probably to check the length of the event and set the class you want.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Calendar widget color for multiple days’ is closed to new replies.