Title: CSS correction
Last modified: August 30, 2016

---

# CSS correction

 *  Resolved [Buro 86](https://wordpress.org/support/users/buro-86/)
 * (@buro-86)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/css-correction/)
 * Hi Kieran,
 * Thanks for your plugin. Good stuff!
 * Just one correction: I just noticed that you’ve set an inline css background 
   color style for the day of the week. Can you please remove it from your core 
   file calendar.php because it’s impossible to override it in the Calendar css 
   option.
 * $output = ‘<span class=”calnk”>[style=”background-color:#F6F79B;”>’.$day_of_week.'<span>’;](https://wordpress.org/support/topic/css-correction/?output_format=md#)
 * [https://wordpress.org/plugins/calendar/](https://wordpress.org/plugins/calendar/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Thread Starter [Buro 86](https://wordpress.org/support/users/buro-86/)
 * (@buro-86)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/css-correction/#post-6625207)
 * Also the following code always sets “all day” after my events, I think the WPML
   variable string is missing here, so it only outputs the term in English. Thanks
   for correcting this.
 * if ($event->event_time == ’00:00:00′) { $the_time = ‘all day’; } else { $the_time
   = ‘at ‘.date(get_option(‘time_format’), strtotime(stripslashes($event->event_time)));}
   
   $output .= ‘* **‘.$event->event_title.’** ‘.$the_time.’‘;
 * Please give me a note when these 2 issues are updates. This means I can update
   the plugin without adapting the core calendar.php.
 * Thanks Kieran!
 *  Plugin Author [Kieran O’Shea](https://wordpress.org/support/users/kieranoshea/)
 * (@kieranoshea)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/css-correction/#post-6625524)
 * Thanks for flagging those up, I’ve included fixes for those in the next release
 *  Plugin Author [Kieran O’Shea](https://wordpress.org/support/users/kieranoshea/)
 * (@kieranoshea)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/css-correction/#post-6625580)
 * You should find these items are now fixed in the latest version (released tonight).
   Please let me know if there are any further problems.
 *  Thread Starter [Buro 86](https://wordpress.org/support/users/buro-86/)
 * (@buro-86)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/css-correction/#post-6625599)
 * Hello Kieran, Thank you for the latest updated, it worked indeed!
 * Now installing the latest WordPress Core update together with the latetst WPML
   version, unfortunately the calendar no longer works..
 * Calendar -> [http://www.basisschoolhundelgem.be/](http://www.basisschoolhundelgem.be/)
 * Clicking left or right on the arrows, calendar does not show the next or previous
   month anymore, also no events are triggered/visible any more in the front-end.
 * Can you please take a look at it and come back to me asap?
 * Thank you very much, all credits go to you!
 * Dries
 *  Thread Starter [Buro 86](https://wordpress.org/support/users/buro-86/)
 * (@buro-86)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/css-correction/#post-6625600)
 * Hi Kieran,
    Any news on this? Thank you very much! Dries
 *  Plugin Author [Kieran O’Shea](https://wordpress.org/support/users/kieranoshea/)
 * (@kieranoshea)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/css-correction/#post-6625601)
 * I have managed to re-create this on my test site, I’m working on a fix now
 *  Thread Starter [Buro 86](https://wordpress.org/support/users/buro-86/)
 * (@buro-86)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/css-correction/#post-6625602)
 * Thank you very much Kieran,
    I really appreciate this work to keep the plugin
   updated, I’m not afraid of donating something, so please add me on facebook if
   you like: [https://www.facebook.com/dries.vanliefde?fref=ts](https://www.facebook.com/dries.vanliefde?fref=ts)
   Cheers
 *  Plugin Author [Kieran O’Shea](https://wordpress.org/support/users/kieranoshea/)
 * (@kieranoshea)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/css-correction/#post-6625603)
 * So to give some more detail on this, the bug is related to the trac ticket linked
   to below. I’ve reverted the query var usage in calendar as a result to get around
   the problem. This will be in the next fix which I hope to get out before Christmas
 * [https://core.trac.wordpress.org/ticket/25143](https://core.trac.wordpress.org/ticket/25143)

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘CSS correction’ is closed to new replies.

 * ![](https://ps.w.org/calendar/assets/icon-128x128.png?rev=1251541)
 * [Calendar](https://wordpress.org/plugins/calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calendar/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [Kieran O’Shea](https://wordpress.org/support/users/kieranoshea/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/css-correction/#post-6625603)
 * Status: resolved