Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114 Event Colour Change stopped working on calendar | Event Espresso - Staging Server
Hoping you can help with this.. I spoke to you guys a couple of months back about changing the colour of an event to red after it had expired and you gave me some custom CSS which worked great but has now stopped working since updating the calendar:
#espresso_calendar .expired { background-color:red !important; }
basically need the event to go red when it has expired (also would like it to go red when full if possible??)
also for some reason past events are not showing on the calendar which my client has insisted on having.. any help would be much appreciated:)
Thank you for the quick response that shortcode worked great cheers but the CSS still isn’t working… also is there a way of making the tooltips look the same as in previous versions?
We found a logic issue in the calendar plugin. We’ll be releasing a fix in the next update to the calendar plugin. If you want to apply the fix manually, you can open up the calendar plugin’s espresso-calendar.php file and remove the else statement that goes after the if that starts on line 600. You’ll end up with this:
if ( $not_open )
$events[ $cntr ]['className'] = 'not-open';
With styling the tooltips to the way they were before, this would require hacking the CSS in the current calendar. The new version has a feature that was added to allow for selecting readymade tooltip themes, so you might want to give those a go.
Hi just a quick post to let you know that solved my problem thank you guys!
Viewing 5 reply threads
The support post ‘Event Colour Change stopped working on calendar’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.