Title: Calendar Problems
Last modified: October 9, 2017

---

# Calendar Problems

 *  Resolved [Ellen](https://wordpress.org/support/users/ejfgreen/)
 * (@ejfgreen)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/calendar-problems-3/)
 * Hello, I am having trouble with the calendar:
 * 1: How do I get rid of the grey “Oct 1 2017” box in the upper right-hand side
   of the screen? I am not sure why that is showing.
    2: How do I show a single 
   event without the agenda list in the right sidebar?
 * Thank you!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcalendar-problems-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [dday61](https://wordpress.org/support/users/dday61/)
 * (@dday61)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/calendar-problems-3/#post-9572015)
 * The date is the date the event was published. To hide it add custom css to your
   theme – the class is postdate, the css is display:none;
 * Note that this will hide publication dates elsewhere on your site. This may, 
   or may not be important to you.
 *  [Benjamin](https://wordpress.org/support/users/bsokic/)
 * (@bsokic)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/calendar-problems-3/#post-9573460)
 * Hi [@ejfgreen](https://wordpress.org/support/users/ejfgreen/),
 * 1. Date box is part of your WP theme, not a plugin, and as [@dday61](https://wordpress.org/support/users/dday61/)
   already wrote, you need to use custom css code to hide the box, the following
   code should only hide the box on single event pages:
 * `.single-ai1ec_event .postdate {display: none;}`
 * 2. This is also part of your WP theme, you’ve added the “Upcoming Events” widget
   to one of the sidebars. I do not know how the settings of your WP theme look 
   like, but you should remove the widget from the sidebar and this should solve
   your problem.
 * Take care,
    Ben

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

The topic ‘Calendar Problems’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/all-in-one-event-calendar.svg)
 * [Timely All-in-One Events Calendar](https://wordpress.org/plugins/all-in-one-event-calendar/)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-event-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-event-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-event-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-event-calendar/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Benjamin](https://wordpress.org/support/users/bsokic/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/calendar-problems-3/#post-9573460)
 * Status: resolved